summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2004-09-27use the real lenght to zero out the buffer inJoris Vink
2004-09-27Add the `user' and `group' keywords in the configuration file format, soJean-Francois Brousseau
2004-09-27Simplify signal handling by having only one handler that sets the properJean-Francois Brousseau
2004-09-25Change the cvsd_recvmsg() API so that it returns 1 when a message wasJean-Francois Brousseau
2004-09-25Most of the code to handle SIGCHLD and spawn new children wheneverJean-Francois Brousseau
2004-09-25- check return values for rcsnum_alloc()Joris Vink
2004-09-25tidy buffer sizes, from Alexander Farber, PR 3924. ok tedu@Otto Moerbeek
2004-09-25these printf args are no longer double; ok deraadt@ markus@Damien Miller
2004-09-24save a copy of the pointer before strsep; fixes an abort on free.Federico G. Schwindt
2004-09-24Before attempting to unlink() the local socket, set the effectiveJean-Francois Brousseau
2004-09-24When creating the local socket, set the group to the server's group IDJean-Francois Brousseau
2004-09-24Add a `-h' option to print the usage and exit with status 0 and fixJean-Francois Brousseau
2004-09-23do not shrink the field width...Theo de Raadt
2004-09-23adapt to KERN_INTRCNT_CNT returning a quad, from danh (imported now toTheo de Raadt
2004-09-23adapt to KERN_INTRCNT_CNT becoming a quad; ok tedu, and pulling in someTheo de Raadt
2004-09-23Add missing free on error; Alison WintersTodd C. Miller
2004-09-23Lower the level of an error messageJean-Francois Brousseau
2004-09-23print error messages when we receive the `error' responseJean-Francois Brousseau
2004-09-23correctly honour -n in multiplex client mode; spotted by sturm@ ok markus@Damien Miller
2004-09-21missing wordMichael Shalayeff
2004-09-20Make "gunzip foo.bar" work when there is a foo.bar.gz file.Todd C. Miller
2004-09-18Install the yacc(1) PSD. ok mickey@ jmc@Otto Moerbeek
2004-09-18ARGSUSED signal handlerTheo de Raadt
2004-09-18knfTheo de Raadt
2004-09-16check value of strdup(3) calls;Joris Vink
2004-09-16type corrections and other delintingTheo de Raadt
2004-09-16unused variables; otto okTheo de Raadt
2004-09-15cast offset value correctly for gzseekTheo de Raadt
2004-09-15avoid aliasing against libc symbolsTheo de Raadt
2004-09-15unused variableTheo de Raadt
2004-09-15remove unused codeTheo de Raadt
2004-09-15signed and unsigned char wigglesTheo de Raadt
2004-09-15scratch that do { } while (0) wrapper in this caseTheo de Raadt
2004-09-15remove return error variables.. set but never usedTheo de Raadt
2004-09-15remove unused variableTheo de Raadt
2004-09-15no , allowed at end of enum listTheo de Raadt
2004-09-15use less doubles in daemons; markus@ okMichael Shalayeff
2004-09-15mention PrintLastLog only prints last login time for interactiveJared Yanovich
2004-09-15Add some amusing ones.Marco Peereboom
2004-09-15/* fallthrough */ is something a programmer understands. ButTheo de Raadt
2004-09-14remove unused variableTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14use sizeof(struct cand) instead of defining an unused cand object, andTheo de Raadt
2004-09-14arithmetic on void * not permittedTheo de Raadt
2004-09-14remove unused crap never deleted during developmentTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14delete unused functionTheo de Raadt
2004-09-14match foo[] between files, instead of foo[] in one, and *foo in anotherTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt