about summary refs log tree commit diff
path: root/nss
Commit message (Expand)AuthorAgeFilesLines
* (internal_getent): In case of an read error do not trust errno value,Ulrich Drepper1998-08-121-0/+1
* (_nss_db_getXXX): If buffer is too small decrement `entidx' to allowUlrich Drepper1998-08-121-0/+8
* (INT_FIELD): Use strtoul instead of strtol.Ulrich Drepper1998-08-031-2/+2
* (_nss_files_get,ENTNAME_r): Initialize position when file was opened here.Ulrich Drepper1998-06-241-1/+10
* (REENTRANT_GETNAME): Avoid endless loop.Ulrich Drepper1998-03-301-22/+18
* (nss_dlerror_run): Call _dl_catch_error correctly.Ulrich Drepper1998-03-121-2/+1
* (lookup): Copy data to safe place before parsing it.Ulrich Drepper1998-03-121-1/+3
* (__nss_lookup): Return 1 if this was the last module.Ulrich Drepper1998-03-041-3/+4
* If no more module is found don't try to call setXXent functions butUlrich Drepper1998-03-041-1/+6
* Include <errno.h>.Ulrich Drepper1998-02-012-1/+2
* Correct handling of TRYAGAIN error when buffer is too small.Ulrich Drepper1998-02-012-14/+24
* Undo last change.Ulrich Drepper1998-02-011-1/+1
* Correct handling of enlarging buffers (clear errno).Ulrich Drepper1998-01-302-4/+18
* Correctly handle buffer overflow while reading line with fgets.Ulrich Drepper1998-01-302-14/+18
* (getservbyport): Allow proto == NULL.Ulrich Drepper1998-01-301-5/+8
* Do lookups ignoring case.Ulrich Drepper1998-01-303-5/+17
* (_nss_db_getaliasent_r): Don't include terminating null in key size.Ulrich Drepper1998-01-301-3/+3
* (lookup): Always set errno and h_errno ifUlrich Drepper1998-01-301-8/+61
* (__nss_configure_lookup): Correct test for early exit of loop.Ulrich Drepper1998-01-301-2/+2
* Fix NSS_STATUS_TRYAGAIN handling.Ulrich Drepper1998-01-302-2/+16
* Handle empty and comment lines better.Ulrich Drepper1998-01-301-4/+22
* Correct order of parameters for getnetbyaddr.Ulrich Drepper1998-01-251-2/+3
* Make sure digits_dots.c sees `resbuf' as struct and not a pointer.Ulrich Drepper1997-12-091-0/+2
* Place `result' in resbuf and not in `buffer'.Ulrich Drepper1997-12-091-24/+18
* update for 2.0.5pre1Ulrich Drepper1997-08-059-32/+126
* Correct result of parse_line correctly.Ulrich Drepper1997-04-051-3/+4
* Make sure out of memory error is correctly signaled.Ulrich Drepper1997-04-052-2/+8
* Correct handling of overflow in reading trailing list.Ulrich Drepper1997-04-051-17/+14
* (servbyname): Match any protocol if proto==NULL.Ulrich Drepper1997-03-181-2/+2
* (_nss_files_gethostbyname2_r): New functions. Compare result forUlrich Drepper1997-03-171-0/+7
* update from main archive 970217Ulrich Drepper1997-02-181-1/+4
* update from main archive 970129 cvs/libc-970201 cvs/libc-970131 cvs/libc-970130Ulrich Drepper1997-01-3018-259/+285
* update from main archive 970128 cvs/libc-970129Ulrich Drepper1997-01-292-10/+14
* update from main archive 970120 cvs/libc-970121Ulrich Drepper1997-01-211-2/+2
* update from main archive 960107 cvs/libc-970113 cvs/libc-970112 cvs/libc-970111 cvs/libc-970110 cvs/libc-970109 cvs/libc-970108Ulrich Drepper1997-01-073-2/+292
* update from main archive 961220 cvs/libc-961229 cvs/libc-961228 cvs/libc-961227 cvs/libc-961226 cvs/libc-961225 cvs/libc-961224 cvs/libc-961223 cvs/libc-961222Ulrich Drepper1996-12-221-1/+1
* update from main archive 961220 cvs/libc-961221Ulrich Drepper1996-12-211-16/+16
* Update from main archive 961219 cvs/libc-961220Ulrich Drepper1996-12-203-5/+5
* update from main archive 961217 cvs/libc-961219 cvs/libc-961218Ulrich Drepper1996-12-185-44/+47
* update from main archive 961214 cvs/libc-961215Ulrich Drepper1996-12-157-1047/+49
* update from main archive 961211 cvs/libc-961214 cvs/libc-961213 cvs/libc-961212Ulrich Drepper1996-12-121-4/+4
* update from main archive 961203Ulrich Drepper1996-12-041-1/+2
* update from main archive 961201 cvs/libc-961202Ulrich Drepper1996-12-025-8/+23
* update from main archive 961126 cvs/libc-961127Ulrich Drepper1996-11-273-6/+6
* update from main archive 961119 cvs/libc-961126 cvs/libc-961125 cvs/libc-961124 cvs/libc-961123 cvs/libc-961122 cvs/libc-961120Ulrich Drepper1996-11-202-38/+38
* update from main archive 961116 cvs/libc-961119 cvs/libc-961118 cvs/libc-961117Ulrich Drepper1996-11-174-26/+39
* update from main archive 961114 cvs/libc-961115Ulrich Drepper1996-11-154-3/+14
* update from main archive 961113Ulrich Drepper1996-11-1412-148/+914
* update from main archive 961110 cvs/libc-961111Ulrich Drepper1996-11-114-8/+43
* update from main archive 961109 cvs/libc-961110Ulrich Drepper1996-11-107-164/+203