Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-12 | proto _rpc_dtablesize() | Theo de Raadt | |
2000-10-10 | Don't install ieeefp.h on vax. derradt Ok. | Hugh Graham | |
2000-10-04 | Remove parameter names in prototypes (always a bad idea) | Marc Espie | |
2000-10-01 | Now that powerpc has shared libraries, make certain that link.h and dlfcn.h | Dale S. Rahn | |
are created properly. | |||
2000-09-19 | install netnatm includes; stoklund@cp.dyndns.dk | Theo de Raadt | |
2000-09-12 | o add missing getsid() prototype | Todd C. Miller | |
o fix typo in getsid() that broke getsid(pid) where pid != 0 o cause getsid() and getpgid() to return EPERM if requesting the id of a session/process group not in the current session o check for NULL session in getsid() for exiting processes | |||
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-08-22 | proto svc_getreqset2 | Theo de Raadt | |
2000-08-22 | Prototype timelocal(), timegm(), and timeoff() in the non-ANSI, non-POSIX | Todd C. Miller | |
section. | |||
2000-08-20 | login.conf code from BSDi. This does not include the bsd auth code | Todd C. Miller | |
which will come later. At this stage it is primarily used for setting resource limits. | |||
2000-07-19 | from freebsd: | Michael Shalayeff | |
strtofflags/fflagstostr to convert file flags to/from binary from/into a string as used in chflags(1). use u_int32_t instead of u_long (as freebsd does). increase libc minor. millert@ ok. | |||
2000-06-22 | ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takes | Jun-ichiro itojun Hagino | |
ipv6 address. | |||
2000-06-10 | er, no _PATH_NOLOGIN is the "do not let users login file"; ↵ | Theo de Raadt | |
sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-06-09 | nologin lives in /sbin | Todd C. Miller | |
2000-05-15 | correct type of 2nd argument to meet RFC2553. (this should raise no ABI | Jun-ichiro itojun Hagino | |
problem due to type promotion). PR 1228. | |||
2000-04-26 | Minor comment changes: | Todd C. Miller | |
o utmp lives in /var/run, not /etc o document EX_CONFIG | |||
2000-04-20 | prototyping for p{read,write}{,v} | Theo de Raadt | |
2000-04-03 | Add srandomdev() from FreeBSD for use by sendmail and others. | Todd C. Miller | |
2000-03-28 | Expose MDXTransform functions to be consistent with sha1 and rmd160. | Todd C. Miller | |
2000-03-24 | Add FNM_NOSYS, meaning "The implementation does not support this function", | Todd C. Miller | |
for XPG conformance. We don't use it but programs might check for it. | |||
2000-03-15 | implimented -> implemented | Todd T. Fries | |
2000-03-10 | A more normal way of building kerberos, faster, and it works with SUDO | Niklas Hallqvist | |
2000-03-04 | Make P_tmpdir point to /tmp/ not /var/tmp | Todd C. Miller | |
Really, there should be a way to make configurable by the admin at runtime (say, a gettmpdir() function). | |||
2000-03-01 | $OpenBSD$ | Todd T. Fries | |
2000-02-29 | install crypto headers | Theo de Raadt | |
2000-02-25 | Include files for KerberosIV have moved. | Hans Insulander | |
(ok art@) | |||
2000-02-23 | add freeifaddrs(3), which reclaims region allocated by getifaddrs(3). | Jun-ichiro itojun Hagino | |
in sync with kame and bsdi. | |||
2000-02-23 | add getifaddrs(3), from bsdi4. | Jun-ichiro itojun Hagino | |
this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF. | |||
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller | |
off_t to be visible in stdio.h even in strict ansi mode. This is needed for ftello()/fseeko() and it allows us to remove the horrible fpos_t hack. | |||
2000-02-21 | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. | Todd C. Miller | |
Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively since fpos_t is actually a 64bit type. | |||
2000-02-19 | do not install /usr/include/dev/microcode/ | Theo de Raadt | |
2000-02-19 | swapctl 2nd arg is const | Theo de Raadt | |
2000-02-09 | revise extended scoped address format support. delimiter and the order | Jun-ichiro itojun Hagino | |
is changed, based on discussion in ipngwg scoped address cabal. past code: fe80::1@de0 now: de0%fe80::1 this will be in sync with next extended address format proposal (which should be final - I don't want to make this kind of change again). | |||
2000-01-27 | add IPv6-ready rcmd() friends. | Jun-ichiro itojun Hagino | |
rcmd(): IPv4 only rcmd_af(): af independent ruserok(): af independent iruserok(): IPv4 only iruserok_sa(): af independent | |||
1999-12-30 | replace NRL get{addr,name}info with KAME get{addr,name}info. | Jun-ichiro itojun Hagino | |
removed functionality: new code will not return AF_LOCAL addrinfo struct. added funtionality: SOCK_RAW is permitted as ai_socktype (no servname allowed). draft-ietf-ipngwg-scopedaddr-format-00.txt | |||
1999-12-16 | rresvport_af() and bindresvport_af() | Theo de Raadt | |
1999-12-09 | dlopen and dlsym take const char * parameters. | Marc Espie | |
Fix prototypes, propagate const where applicable. | |||
1999-11-27 | In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly. | Marc Espie | |
Redefining it as a typedef is an error, as it prevents overloading on e.g., int/wchar_t separately. | |||
1999-11-20 | Generate g2c.h at prereq stage. | Marc Espie | |
Install it under /usr/include | |||
1999-11-15 | Typo in comment. | Aaron Campbell | |
1999-10-05 | get httpd in WDIRS as well as the prereq dirs. | Bob Beck | |
1999-10-05 | add httpd to includes target so apache includes get grabbed. | Bob Beck | |
1999-10-04 | put sbin:/usr/sbin in default path | Theo de Raadt | |
1999-10-03 | put back FTS_CHDIRROOT until next library major number crank | Todd C. Miller | |
1999-10-03 | kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used | Todd C. Miller | |
1999-09-27 | remove /usr/include/openssl link before making it. | Bob Beck | |
1999-09-27 | openssl -> ssl | Theo de Raadt | |
1999-09-24 | Copyright... | Marc Espie | |
1999-09-24 | stdbool.h conforming to C9X | Marc Espie | |
1999-09-17 | Be thorough about NULL as __null for C++. | Marc Espie | |