summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
AgeCommit message (Collapse)Author
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
Note that this is not code that actually gets compiled.
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
ok tedu@
2003-06-17Use getifaddrs() to get the list of interfaces. This fixes theTodd C. Miller
"wire" variable which may be used in amd maps to select an NFS server based on the subnet. Tested by matthieu@; OK by deraadt@
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-12another UCB term 3 removalTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
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
ok millert@
2003-01-29typos;Jason McIntyre
many tweaks by millert@ (thanks) thanks mpech@ for help with adduser(8) ok millert@
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
last commit
2002-11-02- fix broken nodes and remove repeated items.Federico G. Schwindt
- remove FSinfo, we don't install it. millert pvalchev ok.
2002-09-10create a 127.0.0.1: socket to match the *: socket upon which amq requestsTheo de Raadt
are serviced, then only respond to amq requests on that particular socket. we may extend this later to improve nfs protocol handling....
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
void, void *, const respectively; some cosmetics; ok deraadt
2002-08-05Do some cleanups to allow this to compile after previous changes made.Peter Valchev
Note that we do not currently build/install this tool on OpenBSD
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
it has been broken since the beginning, and nobody uses it anyway ok deraadt
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
2002-06-10strlcpy, strlcatJun-ichiro itojun Hagino
2002-05-29more strlcat and strlcpyTheo de Raadt
2002-05-26missed two pid_t conversions; moritz@jodeit.orgTheo de Raadt
2002-05-26pid_cleanup, inspired by work by jason@ackley.netTheo de Raadt
2002-05-25__progname stuff; jason@ackley.netTheo de Raadt
2002-05-25incorrrect kill(); jason@ackley.netTheo de Raadt