summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
AgeCommit message (Expand)Author
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-04-15snprintf() returns int, not size_t; also use the return value afterTodd C. Miller
2005-02-18do not embed compile date and such in the binaries so they don't changeHenning Brauer
2004-10-21Backout poll changes; the first mount gets an error for some reason.Todd C. Miller
2004-10-04Use poll(2) and svc_getreq_poll(2). Tested by matthieu@, ok deraadt@Todd C. Miller
2004-07-17Do not use after free; from Tor Egge via freebsd.Otto Moerbeek
2004-05-31Remove redundant errno declaration. ok deraadt@Otto Moerbeek
2004-05-07Fix some sizeof(ptr) bugs based on diffs from aaron@.Todd C. Miller
2004-03-15iffy syntax; ok deraadt@Damien Miller
2004-02-19typo; jjy2+@pitt.eduTheo de Raadt
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-30Fix "the the" typos in comments; Bruno RoheeTodd C. Miller
2003-07-18add missing includesDavid Krause
2003-06-17Use getifaddrs() to get the list of interfaces. This fixes theTodd C. Miller
2003-06-12- section reorderJason McIntyre
2003-06-12another UCB term 3 removalTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-08typoTheo de Raadt
2003-04-07strcpy -> strlcpy. some from and ok deraadt@Ted Unangst
2003-04-05one more trivial strlcpy that i forgot; ok deraadtPeter Valchev
2003-04-05strncpy should be strlcpy. ok pvalchevTed Unangst
2003-04-05strlcat, strncpy; ok tedu henningPeter Valchev
2003-04-04strlcpy; tedu okTheo de Raadt
2003-03-13more strlcpy; ok beck, and others pointed out a glitchTheo de Raadt
2003-03-11spellingDavid Krause
2003-01-29typos;Jason McIntyre
2002-11-25"successful" spelling fixes in comments & documentationPeter Valchev
2002-11-06no need for makeinfo --no-warn anymore; fgs removed offending parts inPeter Valchev
2002-11-02- fix broken nodes and remove repeated items.Federico G. Schwindt
2002-09-10create a 127.0.0.1: socket to match the *: socket upon which amq requestsTheo de Raadt
2002-09-10knfTheo de Raadt
2002-09-10more knfTheo de Raadt
2002-09-10various cleanupsTheo de Raadt
2002-09-07makeinfo --no-warn to suppress harmless but annoying warningsPeter Valchev
2002-09-06use more socklen_t; pvalchevTheo de Raadt
2002-08-26minor cleanups, correct cast of a svc_getargs() arg; ok deraadtPeter Valchev
2002-08-05Get rid of useless local definitions P_void, voidp, Const and usePeter Valchev
2002-08-05Do some cleanups to allow this to compile after previous changes made.Peter Valchev
2002-08-04Handle snprintf(3) returning -1; ok deraadtPeter Valchev
2002-08-03xdr_pri_free() ansi; pvalchev okTheo de Raadt
2002-08-03various KNF and code cleanup/simplification, parts checked by millert/deraadtPeter Valchev
2002-07-20do not install mk-amd-map and remove references to it in our documentationPeter Valchev
2002-07-18ansify, pull some prototypesPeter Valchev
2002-07-18more indentTheo de Raadt
2002-07-18space nitsTheo de Raadt
2002-07-18inet_atonTheo de Raadt
2002-07-18ansify, style changes, removal of bogus libc function prototypes; ok deraadtPeter Valchev
2002-07-18ANSIfy; ok deraadtPeter Valchev
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-11use snprintf.Jun-ichiro itojun Hagino