Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-29 | Spelling and punctuation fixes; FreeBSD | brian | |
2000-11-28 | How did this work? | Jason Wright | |
2000-11-28 | Add ``enable/disable'' tcpmssfixup - enabled by default. | brian | |
2000-11-28 | Use only the bit after the ``\'' when hashing the challenge in | brian | |
MSChapv2 Submitted by: Ustimenko Semen <semen@iclub.nsu.ru> | |||
2000-11-28 | Free the same type we malloced with. | Artur Grabowski | |
2000-11-28 | Repair: grrrrrr... brought in wrong changes -again- | Jason Wright | |
2000-11-28 | oops, not yet | Jason Wright | |
2000-11-28 | remove statics and knf | Jason Wright | |
2000-11-28 | 'y' key is too close to 't' key | Jason Wright | |
2000-11-28 | update list of supported tigon based boards | Jason Wright | |
2000-11-27 | This patch fixes ArchFindMember so that it handles SVR4 members | Marc Espie | |
similarly to read_archive. Note we no longer bother seeking back to the start of the header, as only ArchTouch accesses that header, and can do the seek itself. With this, arch handling should be working, more or less. thanks to Todd, Miod, Naddy for reviewing those patches. | |||
2000-11-27 | This does fix some nasty issues: ar field members are NOT null-terminated. | Marc Espie | |
Hence, read_archive must be very careful to parse stuff correctly: don't use str* when mem* are appropriate, copy numeric fields and ensure they're terminated... | |||
2000-11-27 | We take of the SVR4 archive handling data structure from our archive, | Marc Espie | |
and put it into a specific structure (it is wasteful to keep lugging SVR4 structures once an archive is parsed). By tweaking read_archive slightly, we can achieve a nicer interface to ArchSVR4Entry. Note a bug in make: ArchFindMember does (currently) not use the SVR4 code, hence some archive members won't be found in non-caching mode... | |||
2000-11-27 | Factorise duplicated code involved in touching archives. | Marc Espie | |
2000-11-27 | Use -n to test if a variable is non-zero. Otherwise, if the variable's | Todd C. Miller | |
contents start with a '-' test becomes unhappy (since it interprets it as another option). | |||
2000-11-27 | Style. Parts of xcast handling needs more thought. (provos@ ok) | Hakan Olsson | |
2000-11-27 | Be more careful with ARP. Fix PR#1490. From gluk@ptci.ru | Hakan Olsson | |
2000-11-27 | MLINK check_expire.3 -> login_check_expire.3 | Todd C. Miller | |
2000-11-27 | Fix order of SEE ALSO entries | Todd C. Miller | |
2000-11-27 | first cut at a man page for login_check_expire() | Todd C. Miller | |
2000-11-27 | ifndef, not ifdef | Angelos D. Keromytis | |
2000-11-27 | Fix deletion of flows. | Angelos D. Keromytis | |
2000-11-26 | setusercontext should not set umask as this interferes with the | Todd C. Miller | |
umask specified for ftpd on the command line. Closed PR #1530 | |||
2000-11-26 | alpha clock fixes from NetBSD | Todd C. Miller | |
Fixes ' no more 'WARNING: preposterous clock chip time' on 164SX | |||
2000-11-26 | *** empty log message *** | Todd C. Miller | |
2000-11-26 | sync | Theo de Raadt | |
2000-11-26 | Print select collisions in the vmstat -s output. | Artur Grabowski | |
(XXX - I couldn't find a better place to put it.). | |||
2000-11-26 | Use pwd_mkdb -u username | Todd C. Miller | |
Call system() with a list to avoid a call to sh | |||
2000-11-26 | Update for pw_mkdb(3) interface change. All but vipw and userdel can | Todd C. Miller | |
specify a username (and thus avoid rebuilding the while database). | |||
2000-11-26 | login_check_expire(3), a helper function for use with BSD authentication. | Todd C. Miller | |
This lives in libutil because it uses pw_lock(3) and friends. Needs a man page (soon!). | |||
2000-11-26 | Add a username argument to pw_mkdb to match 'pwd_mkdb -u username'. | Todd C. Miller | |
Crank the shlib major number due to the interface change. | |||
2000-11-26 | Support -u username option. Loosely based on FreeBSD's changes. | Todd C. Miller | |
I've also restructured things a bit to cut the number of master.passwd parses in half from 6 to 3. We can't really get away with fewer than that without sacrificing locality in the .db files. | |||
2000-11-26 | Properly implement errno handling for the threaded libc (libc_r) | Dale Rahn | |
The powerpc specific code was previously handling system call errors as if kernel threads existed (currently only userlang threads are modeled). Thus if multiple threads existed in a process, the process would not get the correct errno from a system call. This would cause _many_ tests to fail. Fixing this causes a number of the tests in libc_r/TEST to now work, that did not before, however a few still fail. | |||
2000-11-25 | Fix some warnings and take advantage of perl5 system defines | Todd C. Miller | |
In adduser, use /etc/ptmp as a lock file like the other passwd programs. Currently it is just kept empty which is not so great. Use sysopen() with explicit file modes so there is no race whereby a user could see the contents on the master.passwd temp file in rmuser. Fix order of file opens in rmuser so we don't try and remove anything unless we can lock all our files. | |||
2000-11-25 | Everyone seems to hit the wrong key first time. Change the abort banner | Hugh Graham | |
wording to something unambiguous. | |||
2000-11-25 | make room for a 16 slice disklabel | Hugh Graham | |
2000-11-25 | Change d_end_ to relect the 16 slice struct disklabel OpenBSD uses. | Hugh Graham | |
Looks like only vax cares about this. | |||
2000-11-25 | print keytype when generating a key. | Markus Friedl | |
reasonable defaults for RSA1/RSA/DSA keys. | |||
2000-11-25 | reorder check for illegal ciphers, bugreport from espie@ | Markus Friedl | |
2000-11-25 | OpenBSD tag | Artur Grabowski | |
2000-11-25 | pull in cy82c693 for sio and pceb | Artur Grabowski | |
2000-11-25 | Use the common cy82c693 access functions. | Artur Grabowski | |
From NetBSD. Fixes pciide on 164sx. | |||
2000-11-24 | Include err.h and util.h | Todd C. Miller | |
2000-11-24 | Include strings.h for strlen() prototype | Todd C. Miller | |
Include errno.h, not sys/errno.h since this is userland | |||
2000-11-24 | raise dirty in kenter_pa too | Michael Shalayeff | |
2000-11-24 | Add entries to build nodes required for "floppy", and "ramdisk". | Hugh Graham | |
2000-11-24 | Rename "md" to "rd", consquently moving the hdHDC9224 disk dev to "hd". | Hugh Graham | |
2000-11-24 | build the 'safe' vnode device | Hugh Graham | |
2000-11-24 | Support 16 slices per device, like the other OpenBSD arches. | Hugh Graham | |
2000-11-24 | MALLOC_OPTIONS=AZJ by default. | Marc Espie | |