Age | Commit message (Expand) | Author |
2003-04-07 | s/HP9000/HP 9000/; from weissmanndude | Michael Shalayeff |
2003-04-07 | typos; | Jason McIntyre |
2003-04-07 | some waxing; from weissmanndude | Michael Shalayeff |
2003-04-07 | int -> ssize_t. | Mike Pechkin |
2003-04-07 | Catch and refuse rules with invalid ICMP types (> 40), ok cedric@ | Daniel Hartmeier |
2003-04-07 | Catch and refuse invalid icmp codes (> 255). ok pb@, mpech@. | Daniel Hartmeier |
2003-04-07 | typo: get correct counters; introduced during rekeying change. | Markus Friedl |
2003-04-07 | Spring cleaning: remove unused code. | Niklas Hallqvist |
2003-04-07 | Sync with sudo 1.6.7p3; fixes kerberos 5 compilation issues w/ MIT kerberos. | Todd C. Miller |
2003-04-07 | strlcpy -- ok tedu@, deraadt@, millert@ | Thierry Deval |
2003-04-07 | Make copy() take an extra suffix argument so we don't need to cat | Todd C. Miller |
2003-04-06 | strlcpy; tedu ok | Theo de Raadt |
2003-04-06 | strlcat; ok from various people | Theo de Raadt |
2003-04-06 | more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintf | Theo de Raadt |
2003-04-06 | snprintf; ok millert | Theo de Raadt |
2003-04-06 | use snamesize and realloc properly. ok tdeval@ | Ted Unangst |
2003-04-06 | kvm_iocache() is not used anymore. | Miod Vallat |
2003-04-06 | IPL_FDSOFT not IPL_AUSOFT (in comments) | Miod Vallat |
2003-04-06 | get rid of some strcpy/sprintf. | Marc Espie |
2003-04-06 | I don't have enough spare time to maintain the mirror lists anymore (still | Miod Vallat |
2003-04-06 | no strcpy. no strcat. no sprintf. some from deraadt@ | Ted Unangst |
2003-04-06 | The return value for bounds_check_with_label() is not set in stone, and it | Miod Vallat |
2003-04-06 | Missed file in previous strncpy fixup for d_packname, d_typename fields. | Kenneth R Westerback |
2003-04-06 | strlcpy | Theo de Raadt |
2003-04-06 | The last commit incorporated an incomplete change of mine. | Todd C. Miller |
2003-04-06 | strlcpy; ok millert | Theo de Raadt |
2003-04-06 | string shit; ok millert | Theo de Raadt |
2003-04-06 | Replace a strcpy and associated code with a snprintf whose return | Kenneth R Westerback |
2003-04-06 | strcat -> strlcat fix. ok tedu@, deraadt@ | Thierry Deval |
2003-04-06 | Fix a lot of issues in osiop. | Kenneth R Westerback |
2003-04-06 | kill strcat | Alexander Yurchenko |
2003-04-06 | strcpy/strcat/sprintf cleanups; ok krw deraadt | Peter Valchev |
2003-04-06 | kill another strcat; ok krw | Theo de Raadt |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson |
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt |
2003-04-06 | use strlcat | Theo de Raadt |
2003-04-06 | a strlcat | Theo de Raadt |
2003-04-06 | very simple strlcat calls | Theo de Raadt |
2003-04-06 | string fixes; ok millert krw | Theo de Raadt |
2003-04-06 | make usage exactly like in the man page; andrushock@korovino.net | Theo de Raadt |
2003-04-06 | Rewrite fixit() to use snprintf() and strtol() with bounds and error | Todd C. Miller |
2003-04-06 | string changes; millert ok | Theo de Raadt |
2003-04-06 | strcpy/strcat cleanup. Ick millert@. | Hakan Olsson |
2003-04-06 | cgfourteen, cgtwelve and tcx do not need flags to force them in low-depth mode | Miod Vallat |
2003-04-06 | Run the console in the overlay plane, or in low-depth mode, as appropriate, | Miod Vallat |
2003-04-06 | Check for the "addr" locator versus the physical address of the VSIMM, so | Miod Vallat |
2003-04-06 | When encountering an older or unexpected model this driver can not handle, | Miod Vallat |
2003-04-06 | Some easy strcpy elimination. | Kenneth R Westerback |
2003-04-06 | strcat->strlcat, ho@ ok | Anil Madhavapeddy |
2003-04-06 | sprintf->snprintf. deraadt@ suggestions and ok | Hakan Olsson |