summary refs log tree commit diff
path: root/nis
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-12-142-49/+56
|\
| * Fix a few error cases in *name4_r lookup handling.Ulrich Drepper2009-12-102-49/+56
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-10-301-10/+11
|\|
| * Fix error handling in NIS.Joe Landers2009-10-291-1/+2
| * Fix memory leak in NIS grp database handling.Joe Landers2009-10-291-10/+10
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-022-2/+2
|\|
| * Fix NIS and NIS+ getnetbyaddr backends.Ulrich Drepper2009-07-012-2/+2
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-06-261-75/+125
|\|
| * Fix broken up NIS groups for compat NSS module.Ulrich Drepper2009-06-201-75/+125
* | Merge branch 'master' of sourceware.org:/git/glibc into fedora/masterAndreas Schwab2009-06-161-2/+2
|\|
| * Fix memory leak when batch-reading large NIS password maps.Joe Landers2009-06-151-2/+2
| * * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek2009-02-161-86/+87
| * * resolv/res_init.c (__res_vinit): Always assign to statp->nscountUlrich Drepper2008-12-081-2/+1
| * * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyname4_r): Fix memoryUlrich Drepper2008-12-071-22/+36
| * * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate andUlrich Drepper2008-07-251-3/+14
| * * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper2008-05-103-89/+254
| * * nis/nis_call.c (nis_server_cache_search): Save errno around statUlrich Drepper2008-03-241-1/+5
| * Remove useless "if" before "free".Ulrich Drepper2008-03-192-14/+7
| * [BZ #5854]Ulrich Drepper2008-03-041-1/+1
| * [BZ #5378]Ulrich Drepper2007-11-231-4/+13
| * * nis/nis_xdr.c (_xdr_nis_server): Work around gcc alias warning.Ulrich Drepper2007-08-262-19/+21
| * * nis/nis_table.c (nis_list): Don't fail if __follow_path returnedUlrich Drepper2007-08-221-4/+9
| * * nscd/selinux.c (preserve_capabilities): Initialize new_capsUlrich Drepper2007-07-281-1/+1
| * * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper2007-07-281-1/+1
| * * libio/fileops.c (_IO_new_file_fopen): Recognize 'e' flag and setUlrich Drepper2007-07-224-28/+143
| * [BZ #4702]Ulrich Drepper2007-07-031-1/+4
| * * nis/nis_domain_of.c (__nis_domain_of): Make the code a bit moreUlrich Drepper2007-06-221-2/+2
| * [BZ #4381]Ulrich Drepper2007-04-231-4/+16
| * * nis/nis_domain_of.c (__nis_domain_of): New function.Ulrich Drepper2007-04-193-36/+36
| * * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers Jakub Jelinek2007-04-051-3/+3
| * * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h. Jakub Jelinek2007-03-2110-108/+352
| * * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r): CorrectUlrich Drepper2007-01-141-1/+1
| * [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-1117-403/+143
| * .Jakub Jelinek2007-07-3117-143/+403
| * * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don'tUlrich Drepper2006-12-221-1/+5
| * * nis/nis_subr.c (nis_getnames): Revert last change. cvs/fedora-glibc-20061205T2141Ulrich Drepper2006-12-051-1/+1
| * [BZ #3465]Ulrich Drepper2006-11-102-2/+2
| * * malloc/malloc.c (_int_malloc): Remove unused any_larger variable.Ulrich Drepper2006-10-112-2/+2
| * * nis/nis_subr.c (nis_getnames): Add trailing dot to NIS_PATHUlrich Drepper2006-10-111-3/+6
| * (nis_getnames): Make sure that we always return at least one entry consisting...Ulrich Drepper2006-10-111-0/+7
| * * libio/Banner: Likewise.Ulrich Drepper2006-10-061-1/+0
| * * nis/nis_table.c (nis_list): If __follow_path fails in the newUlrich Drepper2006-10-061-1/+5
| * * nis/nis_table.c (nis_list): Handle FOLLOW_PATH | ALL_RESULTSUlrich Drepper2006-10-065-29/+232
| * * nis/nss_nis/nis-service.c (internal_nis_getservent_r): . If mapUlrich Drepper2006-08-192-0/+8
| * * nis/nis_xdr.c: Avoid some function calls.Ulrich Drepper2006-08-081-18/+30
| * 2006-08-07 Jakub Jelinek <jakub@redhat.com> cvs/fedora-glibc-20060807T1859Ulrich Drepper2006-08-071-8/+0
| * * nis/nis_call.c: Minor cleanups throughout.Ulrich Drepper2006-08-074-21/+40
| * Avoid unnecessary setXXent calls into the backend NSS module. If backend set...Ulrich Drepper2006-07-313-72/+85
| * * nis/nis_subr.c (nis_getnames): Fix the implementation to betterUlrich Drepper2006-06-161-19/+54
| * * nis/nis_removemember.c (nis_removemember): Avoid unnecessaryUlrich Drepper2006-05-251-55/+25