Age | Commit message (Expand) | Author |
2009-05-09 | add #ifdef DEBUG blocks around functions only used when DEBUG is defined. | Charles Longeau |
2008-01-03 | remove almost empty EXAMPLE section | Charles Longeau |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |
2007-09-14 | remove some warnings: | Charles Longeau |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-17 | Check getpwnam() return value for NULL before dereferencing it. | Moritz Jodeit |
2006-03-04 | the the | Miod Vallat |
2006-01-23 | Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELEN | Todd C. Miller |
2005-07-04 | make these use setres[ug]id for simple privilege dropping; | Damien Miller |
2005-04-27 | make -v print only actual changes and add -V for old behaviour; beck@ ok | Michael Shalayeff |
2005-03-26 | check for null and return error instead of stepping over it | Michael Shalayeff |
2005-03-12 | thanx -> thanks | Thierry Deval |
2005-03-10 | Use correct byte order when printing out port numbers. | Chad Loder |
2004-08-25 | typos from -f (PR #3908); | Jason McIntyre |
2004-05-31 | zap unused variables, ok beck@ | Pedro Martelletto |
2004-04-05 | Pass correct buffer length to gethdir(), and also change int arg to size_t | Aaron Campbell |
2004-01-23 | Use closefrom(); ok millert tedu | Theo de Raadt |
2004-01-12 | fix string mishandling of lpath, ok millert, deraadt | Bob Beck |
2003-12-02 | Nothing in vprintf.c is actually used so don't bother compiling it. | Todd C. Miller |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-09-05 | fp leak. from Patrick Latifi. ok beck@ deraadt@ | Ted Unangst |
2003-09-04 | millert's sup fix, tested here on client and server. | Bob Beck |
2003-08-27 | oops | Ted Unangst |
2003-08-27 | fix memory leaks. pr3416 from Patrick Latifi <patrick.l@hermes.usherb.ca> | Ted Unangst |
2003-08-01 | damn cvs! resurrect these ... | Anil Madhavapeddy |
2003-08-01 | move vis.h out of the way into a subdir so it isn't picked up by our build | Anil Madhavapeddy |
2003-07-10 | add missing includes | David Krause |
2003-06-04 | Base this on a newer version of time.h w/ a better license. | Todd C. Miller |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-10 | Do not let userland access the swapon system call anymore (nothing uses it | Miod Vallat |
2003-05-07 | bounds were sizeof(pointer) rather than size of the object; found with | Theo de Raadt |
2003-04-30 | strvis -> strnvis | Vincent Labrecque |
2003-04-15 | a bit of string cleaning | Theo de Raadt |
2003-03-18 | ip address -> IP address; | Jason McIntyre |
2003-03-10 | spelling fixes | David Krause |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller |
2002-10-16 | repeatitition | Michael Shalayeff |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell |
2002-08-03 | spell 'debugging' correctly with double 'g' (in comments) | Peter Valchev |
2002-06-23 | uid_t and gid_t are unsigned | Theo de Raadt |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-04-30 | arguement -> argument | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-29 | make sure that va_start() has matching va_end() | Mike Pechkin |
2001-09-19 | occured->occurred | Mike Pechkin |