aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/yppush/yppush_main.c
Commit message (Expand)AuthorAgeFilesLines
* Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov2019-08-121-4/+18
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Staticfy and constify some variables and clean up the code a bit to make itMarcelo Araujo2015-07-281-12/+12
* Fix some gcc compiler warnings.Craig Rodrigues2015-05-311-5/+5
* Remove unused variables.Ed Schouten2010-01-021-1/+0
* Remove unsafe use of asynchronous I/O (the SIGIO handler could causeThomas Quinot2006-08-161-118/+46
* Don't push a map on a master server which will fail anyway.Ruslan Ermilov2006-08-131-1/+11
* (handler): When exitting upon an abnormal signal, yppush_exit() should notThomas Quinot2005-04-121-1/+1
* Remove definition of struct dom_binding, it's non-standard C code andStefan Farfeleder2004-10-171-1/+0
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-1/+1
* Constify and stylify yppusherr_string().Dag-Erling Smørgrav2002-04-161-6/+11
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-29/+21
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-12/+12
* Initialize the sa_flags member of an auto struct sigaction variable.John Polstra2001-06-061-0/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+2
* Cosmetics in yp_error() and usage().Philippe Charnier1997-11-031-16/+17
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* Ack! You can't strdup() a DB datum that is not null terminated, or youPeter Wemm1996-06-091-3/+4
* Fix embarassing mind-o: transient RPC program numbers run fromBill Paul1996-04-291-3/+3
* yppush_main.c:Bill Paul1996-04-031-38/+6
* Sync with my sources at home:Bill Paul1996-01-311-4/+39
* Import the new yppush.Bill Paul1996-01-121-0/+683