Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-22 | For [BZ#14122], plug memory leaks in nsswitch.c. | Paul Pluzhnikov | 1 | -24/+70 | |
2012-05-10 | Hurd: mmap deficiencies | Thomas Schwinge | 1 | -0/+4 | |
2012-05-10 | Hurd: Add missing includes | Thomas Schwinge | 2 | -1/+5 | |
2012-04-06 | 2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 3 | -9/+26 | |
[BZ #13895] * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid extra indirection. * nss/Makefile (tests-static, tests): Add tst-nss-static. * nss/tst-nss-static.c: New. | |||||
2012-04-06 | Add missing include file | Andreas Jaeger | 1 | -1/+2 | |
Compiling on Linux/i586 I get these warnings: nss_db/db-initgroups.c:60:3: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] nss_db/db-initgroups.c:74:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] Fixed with inclusion of <string.h> | |||||
2012-03-23 | 2012-03-23 Jeff Law <law@redhat.com> | Jeff Law | 1 | -2/+2 | |
* nss/getnssent.c (__nss_getent): Fix typo. | |||||
2012-03-23 | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | 1 | -12/+4 | |
Paul Pluzhnikov <ppluzhnikov@google.com> [BZ #6528] * grp/Makefile (otherlibs): Don't set it. * inet/Makefile (otherlibs): Likewise. * login/Makefile (otherlibs): Likewise. * nscd/Makefile (otherlibs): Likewise. * posix/Makefile (otherlibs): Likewise. * pwd/Makefile (otherlibs): Likewise. * rt/Makefile (otherlibs): Likewise. * sunrpc/Makefile (otherlibs): Likewise. * nss/Makefile (otherlibs): Likewise. Add libnss_files to routines and static-only-routines. ($(objpfx)getent): Remove rule. * resolv/Makefile: Add libnss_dns and libresolv to routines and static-only-routines. | |||||
2012-03-13 | Add missing string.h include for strcpy calls. | David S. Miller | 1 | -2/+2 | |
* nss/nss_db/db-init.c: Include string.h | |||||
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -8/+1 | |
2012-03-06 | Add missing gshadow handling in __nss_configure_lookup | Ulrich Drepper | 1 | -1/+2 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 55 | -165/+110 | |
2012-01-08 | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 1 | -2/+4 | |
Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | |||||
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -3/+3 | |
No more __const. | |||||
2012-01-01 | Also update new programs | Ulrich Drepper | 1 | -2/+2 | |
2012-01-01 | Update copyright year | Ulrich Drepper | 1 | -2/+2 | |
2011-11-15 | Clean up internal fopen uses | Ulrich Drepper | 6 | -8/+8 | |
No need to ever not use c and e. | |||||
2011-11-11 | Fix db makefile rule for group.db | Andreas Schwab | 1 | -1/+1 | |
2011-11-07 | Fix buffer allocation in files initgroups handler | Andreas Schwab | 1 | -1/+1 | |
2011-11-03 | Don't fail in makedb if SELinux is disabled | Andreas Schwab | 1 | -1/+1 | |
2011-10-31 | Unify getent output for initgroups database | Ulrich Drepper | 1 | -0/+6 | |
Requests for other fail if iteration is not supported and no parameters are given. Do this for initgroups as well. | |||||
2011-10-08 | Fix some nit warnings. | Roland McGrath | 1 | -1/+0 | |
2011-10-07 | Implement caching of nscd | Ulrich Drepper | 5 | -6/+22 | |
2011-10-06 | Stop crash in OOM handling in NSS | Ulrich Drepper | 1 | -5/+3 | |
2011-10-06 | More fallout from OOM in NSS | Jiri Olsa | 1 | -1/+1 | |
2011-10-06 | Handle OOM in NSS | Jiri Olsa | 1 | -1/+4 | |
2011-09-28 | Optimize libnss_files initialization | Ulrich Drepper | 1 | -35/+18 | |
2011-09-27 | Correctly reparse group line after enlarging the buffer | Andreas Schwab | 1 | -4/+8 | |
2011-08-20 | More optimizations of nss_files | Ulrich Drepper | 2 | -7/+5 | |
2011-08-20 | Minor optimizatin in alias lookup in files NSS module | Ulrich Drepper | 1 | -3/+3 | |
2011-08-17 | Avoid executable stack in makedb | Andreas Schwab | 1 | -5/+7 | |
2011-07-11 | Generalize framework to register monitoring of files in nscd | Ulrich Drepper | 6 | -48/+259 | |
nscd can clear caches when certain files change. The list of files was hardcoded so far and worked for nss_files and nss_dns and those modules which need no monitoring. nss_db, for instance, has its own set of files to monitor. Now the NSS modules themselves can request that certain files are monitored. | |||||
2011-06-24 | nss_db: Quash read implicit declaration warning | Marek Polacek | 1 | -0/+1 | |
In the function `internal_setent' is used the function read, but the forward declaration is missing. Thusly fixed. | |||||
2011-06-21 | Fix crash in unsuccessful uses of nss_db | Ulrich Drepper | 1 | -4/+7 | |
2011-06-15 | Install db-Makefile | Ulrich Drepper | 1 | -0/+5 | |
2011-06-15 | Cleanup of db-XXX.c | Ulrich Drepper | 1 | -63/+59 | |
2011-06-15 | Add initgroups lookups to nss_db | Ulrich Drepper | 5 | -14/+206 | |
2011-06-15 | Add initgroups lookup support to getent | Ulrich Drepper | 1 | -0/+33 | |
2011-06-15 | Fix handling of initgroups database. | Ulrich Drepper | 1 | -1/+2 | |
2011-06-15 | Optimize hash table generation in makedb | Ulrich Drepper | 1 | -23/+102 | |
2011-06-15 | Reenable nss_db with a completely new implementation | Ulrich Drepper | 21 | -1391/+519 | |
No longer is Berkeley db used. Instead a simple hash function is used. The database files are not updated once they are created and therefore no complicated database is needed. | |||||
2011-06-15 | Rewrite makedb to avoid using db library | Ulrich Drepper | 2 | -95/+595 | |
2011-05-10 | More configurability for secondary group lookup | Ulrich Drepper | 1 | -1/+1 | |
Together with a previous patch which introduced the initgroups entry in nsswitch.conf this patch allows more customization of the lookups for initgroups/getgrouplist. Nothing changes if the groups entry in nsswitch.conf is used. If the initgroups entry is used instead the code now doesn't automatically continue looking for more entries aftedr a successful lookup. Instead the normal rules are followed which do specify that by default no more service is consulted. This can be overwritten with [SUCCESS=continue] appropriately placed in the line. | |||||
2011-05-06 | Report if no record is found by initgroups in nss_files. | Ulrich Drepper | 1 | -1/+3 | |
2011-04-29 | Add finer grained control for initgroups lookups to NSS. | Ulrich Drepper | 1 | -0/+1 | |
2011-04-22 | Remove doubled words. | Jim Meyering | 1 | -2/+2 | |
2011-04-21 | Fix reallocation bug in last nss_files change. | Ulrich Drepper | 1 | -1/+2 | |
2011-04-19 | Fix little issue with last change. | Ulrich Drepper | 1 | -2/+4 | |
2011-04-19 | Define initgroups callback for nss_files. | Ulrich Drepper | 3 | -1/+135 | |
2011-04-16 | Obsolete RPC implementation in libc. | Ulrich Drepper | 1 | -2/+3 | |
2011-01-17 | Update copyright year. | Ulrich Drepper | 1 | -2/+2 | |