about summary refs log tree commit diff
path: root/login
Commit message (Expand)AuthorAgeFilesLines
* utmpname implementation.Ulrich Drepper1997-08-161-0/+78
* Rewrite lock handling.Ulrich Drepper1997-08-161-126/+161
* Removed since no direct db backend will ever exist.Ulrich Drepper1997-08-161-104/+0
* Reformat and correct typos.Ulrich Drepper1997-08-161-8/+9
* Update for changed internal functions.Ulrich Drepper1997-08-161-5/+13
* Rewrite to use jump table correctly.Ulrich Drepper1997-08-163-152/+92
* (logout): Correct test for result of utmpname and pututline. HandleUlrich Drepper1997-08-161-17/+20
* (login): Correct test for result of utmpname.Ulrich Drepper1997-08-161-19/+4
* Rename to __getutline and make getutline a weak alias.Ulrich Drepper1997-08-161-2/+3
* Rewrite to use jump table correctly.Ulrich Drepper1997-08-161-9/+3
* Rename to __getutid and make getutid a weak alias.Ulrich Drepper1997-08-161-2/+3
* Rename to __getutent and make getutent a weak alias.Ulrich Drepper1997-08-161-2/+3
* (routines): Add utmpname, remove utmp_db.Ulrich Drepper1997-08-161-1/+1
* Definition of updwtmp function.Ulrich Drepper1997-08-081-0/+69
* Move definition of updwtmp to updwtmp.c.Ulrich Drepper1997-08-081-44/+3
* (routines): Add updwtmp.Ulrich Drepper1997-08-081-1/+1
* update for 2.0.5pre1Ulrich Drepper1997-08-052-3/+6
* Depend on libc.so for dynamic loading and for Linux ld.so.Ulrich Drepper1997-05-211-2/+6
* Add prototype for updwtmp.Ulrich Drepper1997-04-191-0/+4
* Add new function updwtmp which allows to write a complete record toUlrich Drepper1997-04-191-26/+33
* (proc_utmp_eq): Only use ut_id field if valid.Ulrich Drepper1997-04-171-22/+50
* update from main archive 970217Ulrich Drepper1997-02-181-0/+1
* update from main archive 970129 cvs/libc-970201 cvs/libc-970131 cvs/libc-970130Ulrich Drepper1997-01-301-3/+3
* update from main archive 970124 cvs/libc-970125Ulrich Drepper1997-01-251-1/+1
* 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/+3
* Update from main archive 961219 cvs/libc-961220Ulrich Drepper1996-12-202-19/+19
* update from main archive 961215 cvs/libc-961216Ulrich Drepper1996-12-161-13/+16
* update from main archive 961214 cvs/libc-961215Ulrich Drepper1996-12-151-2/+17
* update from main archive 961209 cvs/libc-961210Ulrich Drepper1996-12-101-8/+9
* update from main archive 961207 cvs/libc-961208Ulrich Drepper1996-12-086-338/+0
* update from main archive 961201 cvs/libc-961202Ulrich Drepper1996-12-021-1/+1
* update from main archive 961127 cvs/libc-961201 cvs/libc-961130 cvs/libc-961129Ulrich Drepper1996-11-291-7/+10
* update from main archive 961126 cvs/libc-961127Ulrich Drepper1996-11-2714-329/+901
* 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-201-18/+18
* update from main archive 961030 cvs/libc-961031Ulrich Drepper1996-10-311-0/+2
* update from main archive 961001Ulrich Drepper1996-10-021-0/+1
* update from main archive 960927 cvs/libc-961001 cvs/libc-960929 cvs/libc-960928Ulrich Drepper1996-09-283-2/+45
* update from main archive cvs/libc-960927Ulrich Drepper1996-09-274-7/+7
* update from main archive 960818 cvs/libc-960820 cvs/libc-960819Ulrich Drepper1996-08-191-13/+7
* Update. cvs/libc-ud-960807 cvs/libc-960808Ulrich Drepper1996-08-0713-17/+35
* Remade for alpha-1.93 cvs/libc-960802Roland McGrath1996-08-022-1/+5
* Fri Jul 26 16:10:43 1996 Miles Bader <miles@gnu.ai.mit.edu>Miles Bader1996-07-261-2/+3
* (getutid_r): Mark UTMP_DATA->loc_utmp invalid if a search fails.Miles Bader1996-07-261-0/+2
* Thu Jul 18 04:33:21 1996 Roland McGrath <roland@baalperazim.frob.com> cvs/libc-960718Roland McGrath1996-07-184-64/+104
* (logout): Initialize DATA to a state that will make setutent_r happy.Miles Bader1996-07-151-1/+1
* Fri Jul 5 17:34:47 1996 Miles Bader <miles@gnu.ai.mit.edu> cvs/libc-960706Miles Bader1996-07-062-17/+20
* (pututline_r): Since we assign RESULT from lseek now, check that it's >= 0,...Miles Bader1996-07-061-3/+3
* (getutline_r): When we return ESRCH, mark UTMP_DATA->ubuf invalid (by setting...Miles Bader1996-07-051-0/+1
* * nss/nss_files/files-parse.c (parse_list): Set EOL from LINE if itRoland McGrath1996-07-051-2/+2
* (login): Only Frob OLD->ut_type if getutline_r actually found any entry. cvs/libc-960703Miles Bader1996-07-031-1/+5