summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
AgeCommit message (Expand)Author
2000-07-16account(): fix so that number of copies is optional and whitespacejdolecek
2000-07-04More #include <stdlib.h> string, etc. cleanupmatt
2000-06-05Get rid of the stupid hack that makes this lose when ${CC} is more than one w...mycroft
2000-05-31Just remove the first word so that rcmd.c compiles even if the command lineenami
2000-05-30usr.sbin/lpr/lpd now compiles lib/libc/net/rcmd.c on its own, to avoiditojun
2000-04-30Need <string.h> for memset() prototype.thorpej
2000-04-29lpf used its own broken argv parsing (-h without an argument would dump core)abs
2000-04-27remove unused variablemsaitoh
2000-04-27Finish transition to using getopt(3). Fixes bin/9963 by Brian Stark.jdolecek
2000-04-25allow lp=port@host again. PR9975 from Andreas Gustafsson.itojun
2000-04-24avoid NULL pointer access when rp=<ipv4 numberic address> (no ai_canonname).itojun
2000-04-16make scandir(3)'s 3rd argument take a function that takes a *const*mrg
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-04-10- fix usage message to current reality.mrg
2000-02-24(rcmd.c) to make Zoularis happier, pass sa_len separately from sockaddrs.itojun
2000-02-18do not sleep on ECONNREFUSED, rather, try the next address first.itojun
2000-01-27IPv6 support, using rcmd-family funciton added.itojun
1999-12-23Fix null terminating the wrong buffer curtesy of similar variablesmjl
1999-12-11- use symbolic names for mode bitsmrg
1999-12-11xref setsockopt (from freebsd) and hosts.equiv.mrg
1999-12-10tsk. tsk. document new features i added.mrg
1999-12-07- add timeouts to displayq(), rmremote(), sendfile() and response(),mrg
1999-12-05main(): g/c variable errs accidentaly introduced in last commit, renamejdolecek
1999-12-05Change the formatting of output so that entries with host:user longer thanjdolecek
1999-12-05put fatal() and a some of variables used independantly of other functionsjdolecek
1999-09-26delint and other cleanups.mrg
1999-08-16Spell "privilege" correctly (correct spelling from Jonathan Stone).simonb
1999-03-24Remove spurious .ne's.mycroft
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-13set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>lukem
1999-03-10Add missing .El line.erh
1999-03-07Clean up SYNOPSIS formatting.mycroft
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1998-09-14Fix pr 5071 better after feedback from the Originator Havard Eidnes.frueauf
1998-09-14Add (ugly?) code to prevent core dump as described in pr 5071 by Havard Eidnes.frueauf
1998-07-27const poisoning.mycroft
1998-07-18use AF_LOCAL instead of AF_UNIXlukem
1998-07-09Declare ints, too, don't default them.msaitoh
1998-07-07fix "-s" optionmrg
1998-07-07oops, missed this in gethostname sweep.mrg
1998-07-07add "lp -s" switch, from darcy@druid.net in pr#5713. document "lp -s" and "l...mrg
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-04-28Change occurrences of "UNIX" to .Ux or .At as appropriate.fair
1997-12-21Use obj dirschristos
1997-10-25use CPPFLAGS instead of CFLAGSlukem
1997-10-20Add support for DTR/CTS flow control, from Bill Studenmund.scottr
1997-10-19Use S_IS*(), not S_IF*.mycroft
1997-10-18use memcmp/memset/memmove instead of bcmp/bzero/bcopylukem
1997-10-18enable WARNS=1 by default, but disable in unclean 3rd party codelukem
1997-10-16fix race condition when building libcommon with make -jlukem