utmp

simple login manager
git clone git://git.suckless.org/utmp
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2015-03-15 07:17Define correct _XOPEN_SOURCE for setenvRoberto E. Vargas Caballero2+2-2
2015-02-22 16:30Add utmp string in error messagesRoberto E. Vargas Caballero3+11-11
2015-02-22 16:28Define _XOPEN_SOURCE=500 in posix modeRoberto E. Vargas Caballero1+1-1
2015-02-22 16:27Remove double inclusion of utmpxRoberto E. Vargas Caballero1+0-1
2015-02-22 16:25Use setegid instead of setgidRoberto E. Vargas Caballero3+4-9
2014-08-29 18:08Launch a login shellRoberto E. Vargas Caballero1+13-3
2014-08-28 09:41Copy test of getpwuid from stRoberto E. Vargas Caballero1+7-3
2014-08-28 09:37Change name of pass structureRoberto E. Vargas Caballero3+15-15
2014-08-16 09:01Remove duplicated inclusion of utmp.hRoberto E. Vargas Caballero1+0-2
2014-08-16 09:07Remove unneeded ctype.h headerRoberto E. Vargas Caballero1+0-1
2014-08-07 13:44Return the status of child as status of utmpRoberto E. Vargas Caballero1+1-1
2014-08-07 12:52Avoid race conditions between fork and waitRoberto E. Vargas Caballero1+13-4
2014-08-07 12:31Pass name of shell as first parameter of child processRoberto E. Vargas Caballero1+2-1
2013-10-10 16:54Changing the spelling and formatting for README.Christoph Lohmann1+12-12
2013-08-14 14:36Fix portability problemsRoberto E. Vargas Caballero11+295-142
2012-11-03 16:34Changing to MIT/X and adding me to the contributers.Christoph Lohmann1+20-22
2012-10-31 20:32Setting the setgid bit at the right moment. Thanks Stephen Paul Weber for reporting this!Christoph Lohmann1+1-1
2012-10-31 19:21Some conversion problems in make dist are solved.Christoph Lohmann1+2-2
2012-10-30 05:37Initial commit of utmp(1).Christoph Lohmann5+287-0