summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nscd
Commit message (Expand)AuthorAgeFilesLines
* MFC r318588:cy2017-05-301-2/+2
* MFC r318578:cy2017-05-301-3/+8
* MFC r315212, r315213, r315214, r315215:pfg2017-03-204-16/+14
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-2/+2
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-2/+2
| |\
| * \ Merge head from 7/28sjg2014-08-192-5/+4
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| | \ \
| *-. \ \ Sync from headsjg2012-11-046-0/+87
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
| | |/ / / | |/| | |
* | | | | Convert usr.sbin to LIBADDbapt2014-11-251-2/+2
| |_|_|/ |/| | |
* | | | Properly set the timeout in a query_state. The global query_timeoutjhb2014-10-061-2/+2
| |_|/ |/| |
* | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-202-5/+4
| |/ |/|
* | Remove end of line whitespace.joel2012-07-041-5/+5
* | Add the possibility to specify a threshold for the number of negative cachese2012-07-046-0/+87
|/
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-192-4/+4
* The default hash table size is 257 not 255. Reword the rest of the linegavin2010-01-031-1/+1
* Remove "extern" from function prototypes, and fix some (but not all)des2009-06-1315-196/+154
* Wrap some macros that needed wrapping.des2009-06-131-8/+14
* Remove casts from {c,m,re}alloc() and simplify sizeof().des2009-06-1313-87/+87
* nscd builds cleanly at WARNS level 3.des2009-06-131-2/+1
* Explain to the compiler why the aliasing we're doing is OK.des2009-06-137-38/+33
* Fix a large number of signed - unsigned comparison warnings.des2009-06-136-34/+43
* Change hashtable_index_t to unsigned.des2009-06-132-5/+3
* #include the right header so we get prototypes for our own functions.des2009-06-131-1/+1
* Further #include cleanup.des2009-06-1310-12/+25
* Make the debugging macros expand to (void)0 instead of simply nothingdes2009-06-132-36/+36
* #include cleanupdes2009-06-1313-22/+28
* Provide correct prototypes for functions with no arguments.des2009-06-1212-34/+34
* _nss_cache_cycle_prevention_function doesn't actually need to be a function,des2009-06-121-10/+10
* o Correct a database name: "group" not "groups".maxim2008-12-221-2/+2
* Slightly adjust code logic: we allocate a "size"ed length of memory, notdelphij2008-10-231-5/+5
* Use strlcpy() before strlen() instead of strncpy().delphij2008-10-231-1/+1
* Since we are going to strlen() on the string, it is supposed to bedelphij2008-10-231-1/+1
* Replace malloc() + memset() with calloc. This corrects a misuse ofdelphij2008-10-233-20/+10
* Reduce code duplication: use calloc instead of allocing and memsetdelphij2008-10-1210-92/+38
* Removing startup banner.bushman2008-10-101-12/+0
* These are the things that the tinderbox has problems with because itjb2007-11-201-0/+1
* Remove file which was accidently repo-copied to the wrong destinationsimon2007-10-101-34/+0
* - Renaming repocopied cached to nscdbushman2007-08-0922-108/+108
* - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread.ru2006-11-261-11/+8
* Revise markup.ru2006-09-302-65/+109
* Fix usage().ru2006-09-301-1/+2
* If perform-actual-lookups is enabled, getservbyname() matches an entryume2006-05-051-12/+10
* Fix alignment problem on AMD64.ume2006-05-021-6/+8
OpenPOWER on IntegriCloud