aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nscd
Commit message (Expand)AuthorAgeFilesLines
* nscd: does not warn about invalid values what parsing config fileAllan Jude2020-07-111-3/+36
* Workaround for nscd(8) failure with large entries.Edward Tomasz Napierala2019-01-171-0/+7
* Style cleanup.Dag-Erling Smørgrav2018-11-272-39/+35
* Unbreak nscd(8). Without this change the CMSG gets truncated.Edward Tomasz Napierala2018-11-012-8/+9
* Make "nscd -t" work.Edward Tomasz Napierala2018-10-302-3/+2
* Remove BUGS section from nscd.conf(5) man page. This was missed in r339194.Edward Tomasz Napierala2018-10-061-4/+1
* Remove the BUGS section of nscd(8) man page. According to bushman@'sEdward Tomasz Napierala2018-10-051-4/+1
* Move nscd.conf from etc/ to usr.sbin/nscd/Brad Davis2018-07-282-0/+13
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Fix up two assertions following malloc(). vangyzen@ notified me ofCy Schubert2017-05-201-2/+2
* Fix non-recoverable name resolution failures due to negative cacheCy Schubert2017-05-201-3/+8
* nscd(8): let calloc(3) do the multiplying.Pedro F. Giffuni2017-03-134-16/+14
* Revert crap accidentally committedBaptiste Daroussin2017-01-282-2/+4
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-282-4/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+2
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-2/+2
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-192-5/+4
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-046-0/+87
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+22
* | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+2
| |_|_|/ |/| | |
* | | | Properly set the timeout in a query_state. The global query_timeoutJohn Baldwin2014-10-061-2/+2
| |_|/ |/| |
* | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-202-5/+4
| |/ |/|
* | Remove end of line whitespace.Joel Dahl2012-07-041-5/+5
* | Add the possibility to specify a threshold for the number of negative cacheStefan Eßer2012-07-046-0/+87
|/
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>Ulrich Spörlein2010-05-192-4/+4
* The default hash table size is 257 not 255. Reword the rest of the lineGavin Atkinson2010-01-031-1/+1
* Remove "extern" from function prototypes, and fix some (but not all)Dag-Erling Smørgrav2009-06-1315-196/+154
* Wrap some macros that needed wrapping.Dag-Erling Smørgrav2009-06-131-8/+14
* Remove casts from {c,m,re}alloc() and simplify sizeof().Dag-Erling Smørgrav2009-06-1313-87/+87
* nscd builds cleanly at WARNS level 3.Dag-Erling Smørgrav2009-06-131-2/+1
* Explain to the compiler why the aliasing we're doing is OK.Dag-Erling Smørgrav2009-06-137-38/+33
* Fix a large number of signed - unsigned comparison warnings.Dag-Erling Smørgrav2009-06-136-34/+43
* Change hashtable_index_t to unsigned.Dag-Erling Smørgrav2009-06-132-5/+3
* #include the right header so we get prototypes for our own functions.Dag-Erling Smørgrav2009-06-131-1/+1
* Further #include cleanup.Dag-Erling Smørgrav2009-06-1310-12/+25
* Make the debugging macros expand to (void)0 instead of simply nothingDag-Erling Smørgrav2009-06-132-36/+36
* #include cleanupDag-Erling Smørgrav2009-06-1313-22/+28
* Provide correct prototypes for functions with no arguments.Dag-Erling Smørgrav2009-06-1212-34/+34
* _nss_cache_cycle_prevention_function doesn't actually need to be a function,Dag-Erling Smørgrav2009-06-121-10/+10
* o Correct a database name: "group" not "groups".Maxim Konovalov2008-12-221-2/+2
* Slightly adjust code logic: we allocate a "size"ed length of memory, notXin LI2008-10-231-5/+5
* Use strlcpy() before strlen() instead of strncpy().Xin LI2008-10-231-1/+1
* Since we are going to strlen() on the string, it is supposed to beXin LI2008-10-231-1/+1