summaryrefslogtreecommitdiff
path: root/usr.sbin/sliplogin
AgeCommit message (Collapse)Author
2008-01-07Remove HISTORY section that states that sliplogin "is currently in beta test"Marc Balmer
per jmc's request.
2008-01-06Don't reference {sl|nmea}attach(8) in the SEE ALSO section but ldattach(8)Marc Balmer
Discussed with and ok jmc@
2007-09-14remove some warnings:Charles Longeau
unused variable `variable' `variable' might be used uninitialized in this function ok gilles@ ray@
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
ok pyr@, ray@, millert@, moritz@, chl@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-06- Pass full buffer to fgets().Ray Lai
- Use sizeof(buf) instead of BUFSIZ. - Only overwrite '\n'. From Charles Longeau. OK millert@ and moritz@.
2007-02-06fix some dodgy displays;Jason McIntyre
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-01-24since other users cannot exec them, do not make it readable eitherTheo de Raadt
2004-01-23Use closefrom(); ok millert teduTheo de Raadt
2003-06-26ansi and protosTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-05-22more strcpy/sprintf death; mpech okTheo de Raadt
2002-05-19move to setgid network, and doc whyTheo de Raadt
2002-05-16remove non-POSIX stuff; miod okTheo de Raadt
2001-12-02pretty much KNF or simplification; millert okTheo de Raadt
2001-11-17use volatile sig_atomic_t where possible; simply volatile i other placesTheo de Raadt
2001-11-17fix signal race issuesTheo de Raadt
2001-11-05some syslog_r uses in signal handlersTheo de Raadt
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵Todd C. Miller
POSIX counterparts.
2001-07-27Wall cleanupPeter Valchev
2001-06-15strncpy vs strlcpy and strchr fix; fromBrian Poole ↵Michael Shalayeff
<raj@pandemonium.cerias.purdue.edu>
2001-02-14fat utmp; ianm@cit.uws.edu.auTheo de Raadt
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
this is consistent.
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
least, this is the impression I get from looking at a lot of Perl docs.
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-04-28check correct arg; garath@ntplx.netTheo de Raadt
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-11cleanupAaron Campbell
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1998-07-08handle fork() failure; mrgTheo de Raadt
1998-01-21avoid oflow which appears not to matterTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1996-12-15FIxed an ofF-by-one error.bitblt
1996-12-08Install sample slip.hosts and slip.login entry if none are presentThorsten Lockert
1996-08-08length arg goes last.Todd C. Miller
1996-08-05avoid buf overflowTheo de Raadt
1996-08-05no oflow of loginnameTheo de Raadt
1996-07-16patch environ, buffer limit, parse # better, let user kill with signal; some ↵Theo de Raadt
parts from freebsd
1995-10-18initial import of NetBSD treeTheo de Raadt