| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify IPv4 mapped IPv6 address handling. | ume | 2001-07-23 | 1 | -66/+39 |
* | remove emalloc,ecalloc,erealloc,estrdup | assar | 2001-07-23 | 7 | -270/+1 |
* | add ecalloc, emalloc, erealloc, estrdup - versions of the e-less | assar | 2001-07-22 | 7 | -2/+271 |
* | Hint getaddrinfo() correctly if we're looking up a name that we got from | brian | 2001-07-21 | 1 | -2/+9 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 13 | -59/+59 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 8 | -8/+8 |
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 2 | -4/+0 |
* | Fix the type of the NULL arg to execl() | brian | 2001-07-09 | 1 | -3/+3 |
* | Add RETURN VALUES and ERRORS sections. | dd | 2001-06-25 | 1 | -2/+11 |
* | Add a manual page for extattr_string_to_namespace and | dd | 2001-06-24 | 2 | -0/+94 |
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | ru | 2001-05-18 | 1 | -1/+1 |
* | Sort. | obrien | 2001-05-18 | 1 | -23/+24 |
* | Add the "prompt" and "passwd_prompt" fields to /etc/login.conf, | obrien | 2001-05-18 | 1 | -0/+4 |
* | Don't pass NULL to the %s format. | dd | 2001-04-22 | 1 | -2/+6 |
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 3 | -3/+3 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+2 |
* | o Slap some "_"'s in front of variable names relating to extattr functions, | rwatson | 2001-03-22 | 1 | -3/+3 |
* | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | rwatson | 2001-03-19 | 1 | -7/+7 |
* | o Rename "namespace" argument to "attrnamespace" as namespace is a C++ | rwatson | 2001-03-19 | 1 | -2/+3 |
* | Fix some further style nits | brian | 2001-03-17 | 1 | -8/+11 |
* | Actually commit the new version of trimdomain *blush* | brian | 2001-03-15 | 1 | -70/+80 |
* | o To support new EA interface with explicit namespaces, introduce two | rwatson | 2001-03-15 | 3 | -3/+80 |
* | It would help if trimdomain.c was actually committed. This is a stopgap | peter | 2001-03-15 | 1 | -0/+105 |
* | Move trimdomain() into it's own source file and tidy things up a bit. | brian | 2001-03-14 | 2 | -61/+5 |
* | MAXHOSTNAMELEN includes space for the NUL | brian | 2001-03-14 | 1 | -4/+4 |
* | Updates for Blowfish password hashing. | markm | 2001-03-11 | 1 | -1/+1 |
* | In theory it would be perfectly legal for a system administrator to | billf | 2001-03-10 | 1 | -1/+1 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -2/+2 |
* | Fixed prototype of logout() (const poisoning). | bde | 2001-02-06 | 1 | -1/+1 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 2 | -12/+12 |
* | Call trimdomain properly for ip4 addresses. | brian | 2001-01-28 | 1 | -30/+30 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
* | In call to realloc, pass the number of bytes needed, not simply the | ghelmer | 2000-12-31 | 1 | -2/+2 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 5 | -73/+70 |
* | mdoc(7) police: Now that .Fx macro is parsed, backout | ru | 2000-12-12 | 1 | -5/+2 |
* | Fix a mangled $Id string | peter | 2000-11-25 | 1 | -1/+1 |
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 2 | -2/+2 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -2/+6 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -3/+3 |
* | Eliminate inconsistency where a value that contains only whitespace | murray | 2000-11-09 | 1 | -1/+6 |
* | Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h so | murray | 2000-11-08 | 3 | -9/+13 |
* | Fix problems people were having with large -O levels with GCC and | green | 2000-10-27 | 3 | -8/+50 |
* | Correct uu_lock_txfr. I don't think this ever worked correctly. | brian | 2000-10-02 | 1 | -5/+6 |
* | Document passwd_format further. | green | 2000-09-30 | 1 | -0/+4 |
* | Constify the arg to logout(3). It is const-safe. | peter | 2000-09-04 | 2 | -3/+3 |
* | Move setproctitle() from libutil to libc (after a repo-copy) | brian | 2000-09-02 | 4 | -252/+2 |
* | Add weak symbol pragma for crypt_set_format(). | asmodai | 2000-08-23 | 1 | -0/+6 |
* | Stick login_setcryptfmt() in its own file to make pulling in of | green | 2000-08-23 | 3 | -17/+46 |
* | Add working and easy crypt(3)-switching. Yes, we need a whole new API | green | 2000-08-22 | 4 | -2/+40 |