1999-11-25 Assar Westerlund * getopt.c (getopt): return -1 instead of EOF. From 1999-11-13 Assar Westerlund * strftime.c (strftime): handle `%z' and `%Z' in a tm_gmtoff-less world * getcap.c: make sure to use db only if we have both the library and the header file 1999-11-12 Assar Westerlund * getarg.h: add arg_counter * getarg.c: add a new type of argument: `arg_counter' re-organize the code somewhat * Makefile.am: add strptime and strpftime-test * snprintf.c (xyzprintf): try to do the right thing with an % at the end of the format string * strptime.c (strptime): implement '%U', '%V', '%W' * strftime.c (strftime): implement '%U', '%V', '%W', '%z' * strftime.c (strftime): correct %E and %O handling. do something reasonable with "...%" * strftime.c: replace the BSD implementation by one of our own coding * strptime.c : new file * strpftime-test.c: new file 1999-11-07 Assar Westerlund * parse_bytes-test.c: new file * Makefile.am: add parse_bytes-test * parse_units.c (parse_something): try to handle the case of no value specified a little bit better 1999-11-04 Assar Westerlund * Makefile.am: bump version to 3:2:0 1999-10-30 Assar Westerlund * snprintf.c (PARSE_INT_FORMAT): add redundant casts to work around a gcc-bug that manifests itself on Linux-PPC. From Tom Rini 1999-10-28 Assar Westerlund * Makefile.am: bump version to 3:1:0 * roken.h.in: use `unsigned char' instead of `u_int8_t' to avoid having to have that definition. this is the easy way out instead of getting the definition here where it's needed. flame me. Fri Oct 22 15:39:31 1999 Bjoern Groenvall * k_getpwuid.c (k_getpwuid): getspuid() does not exist (even though it should), use getspnam(). 1999-10-20 Assar Westerlund * Makefile.am: set version to 3:0:0 1999-10-18 Johan Danielsson * getarg.3: document arg_collect * getarg.c: change the way arg_collect works; it's still quite horrible though * getarg.h: change type of the collect function 1999-10-17 Assar Westerlund * xdbm.h: undo last commit * xdbm.h: reorder db includes 1999-10-10 Assar Westerlund * socket.c: const-ize and comment * net_write.c: const-ize * base64.c: const-ize 1999-10-06 Assar Westerlund * getarg.c (getarg): also set optind when returning error 1999-09-26 Assar Westerlund * Makefile.am: add parse_bytes.[ch] 1999-09-24 Johan Danielsson * getarg.3: getarg manpage * getarg.{c,h}: add a callback type to do more complicated processing * getarg.{c,h}: add floating point support 1999-09-16 Assar Westerlund * strlcat.c (strlcat): call strlcpy * strlcpy.c: update name and prototype * strlcat.c: update name and prototype * roken.h.in: rename strc{py,at}_truncate to strlc{py,at} * Makefile.am: rename strc{py,at}_truncate -> strlc{py,at} * Makefile.in: rename strc{py,at}_truncate -> strlc{py,at} * strcpy_truncate.c (strcpy_truncate): change return value to be the length of `src' 1999-08-16 Assar Westerlund * getcap.c: try to make this work on systems with DB 1999-08-16 Johan Danielsson * getcap.c: protect from db-less systems 1999-08-09 Johan Danielsson * simple_exec.c: add simple_exec{ve,le} * getcap.c: getcap from NetBSD 1999-08-06 Assar Westerlund * roken.h.in (sockaddr_storage): cater for those that have v6-support also 1999-08-05 Assar Westerlund * inet_ntop.c (inet_ntop_v4): remember to call ntohl 1999-08-04 Assar Westerlund * roken-common.h: add shutdown constants * mini_inetd.c (listen_v4, listen_v6): handle the case of the protocol not being supported 1999-08-01 Assar Westerlund * mini_inetd.c (socket_set_reuseaddr): remove duplicate 1999-07-29 Assar Westerlund * mini_inetd.c (mini_inetd): fix my stupid bugs 1999-07-28 Assar Westerlund * roken-common.h: add socket* functions * Makefile.am (libroken_la_SOURCES): add socket.c * socket.c: new file, originally from appl/ftp/common * Makefile.am: set version to 2:0:2 * roken.h.in (inet_pton): add prototype * Makefile.am (EXTRA_libroken_la_SOURCES): add inet_pton * inet_pton.c: new file * getipnodebyname.c (getipnodebyname): try gethostbyname2 if we have it 1999-07-27 Assar Westerlund * mini_inetd.c: support IPv6 1999-07-26 Assar Westerlund * Makefile.am: set version to 1:0:1 * roken.h.in (inet_ntop): add prototype * roken-common.h: (INET{,6}_ADDRSTRLEN): add * inet_ntop.c: new file * Makefile.am (EXTRA_libroken_la_SOURCES): add inet_ntop.c * Makefile.am: move some files from libroken_la_SOURCES to EXTRA_libroken_la_SOURCES * snprintf.c: some signed vs unsigned casts 1999-07-24 Assar Westerlund * roken.h.in (struct sockaddr_storage): define it needed 1999-07-19 Assar Westerlund * Makefile.am (libroken_la_SOURCES): add copyhostent.c, freehostent.c, getipnodebyname.c, getipnodebyaddr.c * roken.h.in: : include (copyhostent, freehostent, getipnodebyname, getipnodebyaddr): add prototypes * roken-common.h: new constants for getipnodeby* * Makefile.in (SOURCES): add freehostent, copyhostent, getipnodebyname, getipnodebyaddr * freehostent.c: new file * copyhostent.c: new file * getipnodebyaddr.c: new file * getipnodebyname.c: new file 1999-07-13 Assar Westerlund * roken.h.in (k_getpwnam): update prototype * k_getpwnam.c (k_getpwnam): const-ize * get_default_username.c (get_default_username): a better way of guessing when the user has su:ed 1999-07-08 Johan Danielsson * roken.awk: use puts, as suggested by Jeffrey Hutzelman 1999-07-06 Assar Westerlund * readv.c (readv): typo 1999-07-03 Assar Westerlund * writev.c (writev): error check malloc properly * sendmsg.c (sendmsg): error check malloc properly * resolve.c (parse_reply): error check malloc properly * recvmsg.c (recvmsg): error check malloc properly * readv.c (readv): error check malloc properly 1999-06-23 Assar Westerlund * parse_units.c (acc_units): move the special case of 0 -> 1 to parse_something to avoid having it happen at the end of the string 1999-06-15 Assar Westerlund * Makefile.in: add get_default_username * get_default_username.c: new file * roken.h.in (get_default_username): add prototype * Makefile.am: add get_default_username 1999-05-08 Assar Westerlund * xdbm.h: also try with DB_DBM_HSEARCH == 1 * strnlen.c (strnlen): update prototype * Makefile.am: strndup.c: add * Makefile.in: strndup.c: add * roken.h.in (strndup): add (strnlen): update prototype * strndup.c: new file Fri Apr 16 17:59:30 1999 Assar Westerlund * roken.h.in: include strsep prototype if needed Thu Apr 15 14:04:03 1999 Johan Danielsson * Makefile.am: make make-print-version.o depend on version.h Wed Apr 7 14:11:00 1999 Johan Danielsson * Makefile.am: make it compile w/o krb4 Sat Mar 27 17:33:03 1999 Johan Danielsson * snprintf.c (vasnprintf): correct check if realloc returns NULL Sat Mar 27 12:37:55 1999 Johan Danielsson * Makefile.am: link print_version with -ldes to avoid unresolved references if -lkrb is shared Sat Mar 20 03:42:30 1999 Assar Westerlund * roken-common.h (eread, ewrite): add * simple_exec.c: add Fri Mar 19 21:29:58 1999 Assar Westerlund * Makefile.in: add eread, ewrite * eread.c, ewrite.c: new files * Makefile.am (libroken_la_SOURCES): add eread and ewrite Fri Mar 19 14:52:57 1999 Johan Danielsson * Makefile.am: add version-info Thu Mar 18 12:53:32 1999 Johan Danielsson * Makefile.am: remove include_dir hack * Makefile.am: parse_units.h * Makefile.am: include Makefile.am.common Sat Mar 13 23:31:35 1999 Assar Westerlund * Makefile.in (SOURCES): add glob.c Thu Mar 11 15:02:21 1999 Johan Danielsson * iruserok.c: move innetgr() to separate file * innetgr.c: move innetgr() to separate file * hstrerror.c (hstrerror): add const to return type * erealloc.c: fix types in format string * emalloc.c: fix types in format string Wed Mar 10 16:36:55 1999 Johan Danielsson * resolve.c: ugly fix for crays Mon Mar 8 11:52:20 1999 Johan Danielsson * roken.h.in: protos for {un,}setenv 1999-02-16 Assar Westerlund * Makefile.in (SOURCES): add fnmatch * roken-common.h (abs): add Sat Feb 13 17:12:53 1999 Assar Westerlund * emalloc.c, erealloc.c, estrup.c: new files * roken.h.in (mkstemp, gethostname): also includes prototypes if they are needed. 1998-12-23 Assar Westerlund * roken.h.in: mkstemp: add prototype 1998-12-20 Assar Westerlund * snprintf.c, iruserok.c, parse-units.c: unsigned char-correctness * roken.h.in (inet_aton): also chedk NEED_INET_ATON_PROTO * roken-common.h: __attribute__: check for autoconf'd HAVE___ATTRIBUTE__ instead of GNUC Sun Dec 6 19:53:21 1998 Assar Westerlund * parse_units.c (parse_something): func is called with val == 0 if no unit was given (acc_flags, acc_units): update to new standard Fri Nov 27 03:09:42 1998 Assar Westerlund * resolve.c (stot): constify (type_to_string): always declare (dns_lookup_int): correct debug output Thu Nov 26 23:43:55 1998 Assar Westerlund * resolve.c (dns_lookup_int): send rr_class to res_search Thu Nov 26 17:09:47 1998 Johan Danielsson * resolve.c: some cleanup * resolve.h: add T_NAPTR Sun Nov 22 10:23:07 1998 Assar Westerlund * Makefile.in (WFLAGS): set * k_getpwnam.c (k_getpwnam): check for `struct spwd' * k_getpwuid.c (k_getpwuid): check for `struct spwd' Tue Sep 8 05:18:31 1998 Assar Westerlund * recvmsg.c (recvmsg): patch from bpreece@unity.ncsu.edu Fri Sep 4 16:29:27 1998 Johan Danielsson * vsyslog.c: asprintf -> vasprintf Tue Aug 18 22:25:52 1998 Assar Westerlund * getarg.h (arg_printusage): new signature * getarg.c (arg_printusage): new parameter `progname'. NULL means __progname. Sun Aug 9 14:53:44 1998 Johan Danielsson * Makefile.am: net_{read,write}.c Fri Jul 24 21:56:02 1998 Assar Westerlund * simple_exec.c (simple_execvp): loop around waitpid when errno == EINTR Thu Jul 23 20:24:35 1998 Johan Danielsson * Makefile.am: net_{read,write}.c Wed Jul 22 21:38:35 1998 Assar Westerlund * simple_exec.c (simple_execlp): initialize `argv' Mon Jul 13 23:01:22 1998 Assar Westerlund * inaddr2str.c (inaddr2str): don't advance hostent->h_addr_list, use a copy instead Fri Jul 10 01:20:08 1998 Assar Westerlund * roken.h.in (net_write, net_read): add prototypes * Makefile.in: net_{read,write}.c: add * net_{read,write}.c: new files Tue Jun 30 17:29:09 1998 Assar Westerlund * roken.h.in (issuid): add * get_window_size.c: fix misspelling of TIOCGWINSZ and bad use of fields Sun May 31 03:24:34 1998 Johan Danielsson * getarg.c (mandoc_template): Put short and long options in SYNOPSIS within the same [ ] pair. Sat May 30 00:13:01 1998 Johan Danielsson * getarg.c (arg_printusage): try to keep options shorter than column width * get_window_size.c (get_window_size): check COLUMNS and LINES Fri May 29 00:05:04 1998 Johan Danielsson * getarg.c (mandoc_template): Put short and long options in DESCRIPTION on the same line. * getarg.c (arg_match_long): make sure you only get an exact match if the strings are the same length Thu May 14 02:23:40 1998 Assar Westerlund * roken.awk: stupid cray awk wants \# Fri May 1 01:29:36 1998 Assar Westerlund * print_version.c (print_version): according to ISO/ANSI C the elements of `arg' are not constant and therefore not settable at compile-time. Set the at run-time instead. Sun Apr 19 10:00:06 1998 Assar Westerlund * roken.h.in: include paths.h Sun Apr 5 12:30:49 1998 Assar Westerlund * Makefile.in (SOURCES): add roken_gethostby.c to make solaris make happy Thu Mar 19 20:41:25 1998 Johan Danielsson * simple_exec.c: Simple fork+exec system() replacement. Fri Mar 6 00:21:53 1998 Johan Danielsson * roken_gethostby.c: Make `roken_gethostby_setup' take url-like specification instead of split up versions. Makes it easier for calling applications. * roken_gethostby.c: Another miracle of the 20th century: gethostby* over HTTP. Sat Feb 21 15:18:36 1998 assar westerlund * parse_time.c (unparse_time_approx): new function that calls `unparse_units_approx' * parse_units.c (unparse_units_approx): new function that will only print the first unit. * Makefile.in: include parse_{time,units} Thu Feb 12 03:30:08 1998 Assar Westerlund * parse_time.c (print_time_table): don't return a void value. Tue Feb 3 11:06:24 1998 Johan Danielsson * getarg.c (mandoc_template): Change date format to full month name, and day of month without leading zero. Thu Jan 22 21:23:23 1998 Johan Danielsson * getarg.c: Fix long form of negative flags. Mon Dec 29 23:31:10 1997 Johan Danielsson * roken.h.in: Include , to get linux __progname. Sun Dec 21 09:45:18 1997 Assar Westerlund * parse_time.c (print_time_table): new function * parse_units.c (print_flags_table, print_units_table): new functions. Thu Dec 4 02:51:46 1997 Assar Westerlund * iruserok.c: moved here. * snprintf.c (sn_append_char): don't write any terminating zero. (as_reserve): don't loop. better heuristic for how much space to realloc. (vasnprintf): simplify initializing to one. Sun Nov 30 14:56:59 1997 Johan Danielsson * getarg.c: Add mandoc help back-end to getarg. Wed Nov 12 01:09:17 1997 Johan Danielsson * verr.c, verrx.c: Fix warnings by moving exit from. Tue Nov 11 21:12:09 1997 Johan Danielsson * parse_units.c: Change the list of separating characters (between units) to comma, space, and tab, removing digits. Having digits in this list makes a flag like `T42 generate a parse error. This change makes `17m3s' an invalid time-spec (you need a space). Tue Nov 11 02:38:44 1997 Assar Westerlund * roken.h: add Sun Nov 9 04:48:46 1997 Johan Danielsson * fnmatch.c: Add fnmatch from NetBSD Sun Nov 9 02:00:08 1997 Assar Westerlund * parse_units.c (parse_something): ignore white-space and ',' Mon Nov 3 22:38:32 1997 Assar Westerlund * roken.h: fclose prototype * roken.h: add prototype for vsyslog * Makefile.in: add some more source files to make soriasis make happy Sat Nov 1 00:19:21 1997 Assar Westerlund * roken.h: include and . prototypes for readv and writev * readv.c, writev.c: new files Wed Oct 29 02:21:38 1997 Assar Westerlund * roken.h: Add ugly macros for openlog, gethostbyname, gethostbyaddr, and getservbyname for the benefit of Crays. Add default definition of MAXPATHLEN