| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-10-24 | The ber_* namespace is used by liblber since time immemorial, | 1 | -3/+4 | ||
| so move our BER API to the unused ober_* prefix to avoid some breakage in ports. Problem diagnosed by jmatthew with ber_free() in samba, but there are many others as pointed out by sthen. tests & ok rob ok sthen (who had an almost identical diff for libutil) "go head hit it" deraadt | |||||
| 2019-08-30 | uucplock(3) is incorrectly named in some places, it is actually uu_lock(3) | 1 | -2/+2 | ||
| (more unclear is if anything in ports uses this, as our base no longer does) | |||||
| 2019-05-15 | Split ber.3 into logical parts. Further tweaking will be done in tree. | 1 | -2/+4 | ||
| Discussed with and ok jmc@, schwarze@, claudio@ | |||||
| 2019-05-11 | The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and | 1 | -4/+5 | ||
| snmpctl. Separate copies of ber.[ch] have existed and been maintained in sync in ldap, ldapd, ypldap and snmpd. This commit moves the BER API into /usr/lib/libutil. All current consumers already link libutil. ldapd and snmpd regress passes, and release builds. With help from tb@ and guenther@. ok deraadt@, tb@ | |||||
| 2017-12-14 | Make a few internal symbols static and add a Symbols.map version script | 1 | -1/+3 | ||
| to control which symbols are exported from the shared library. ok guenther@, deraadt@, jca@ | |||||
| 2016-03-30 | for some time now mandoc has not required MLINKS to function | 1 | -57/+1 | ||
| correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | |||||
| 2014-06-02 | merge ohash into 1 source file, then we can revisit next roadmap items. | 1 | -6/+3 | ||
| ok espie | |||||
| 2014-05-12 | move the ohash functions into libutil by popular demand. | 1 | -1/+21 | ||
| It's not a standard interface, so it doesn't belong in libc. I hate duplicating the code in client programs, so do beck@, kettenis@, schwarze@, millert@, miod@... and they agree with libutil. | |||||
| 2013-06-03 | Add bcrypt_pbkdf, a password based key derivation function using bcrypt. | 1 | -3/+5 | ||
| Technically, it's a slight variant of bcrypt better suited for use as a pluggable hash with PKCS #5 PBKDF2. ok djm (also tweak pkcs5_pbkdf2() prototype to have consistent types.) | |||||
| 2012-09-06 | move pkcs5_pbkdf5 function to libutil so everybody can play with it | 1 | -3/+4 | ||
| ok deraadt jsing matthew | |||||
| 2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | 1 | -2/+1 | ||
| ok guenther@ | |||||
| 2010-11-17 | Document isduid(3). | 1 | -3/+3 | ||
| Tweaks from jmc@ ok jmc@ krw@ | |||||
| 2010-11-15 | Factor out DUID identification code so that it can easily be reused. | 1 | -4/+4 | ||
| ok krw@ | |||||
| 2010-05-26 | Move imsg into libutil and add a man page. | 1 | -4/+28 | ||
| Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt | |||||
| 2009-10-28 | Do not need -DLIBC_SCCS anymore | 1 | -2/+1 | ||
| 2005-11-24 | use WANTLINT= (on all architectures) | 1 | -1/+2 | ||
| 2004-07-13 | passwd.conf has been deprecated since login.conf was imported. | 1 | -4/+3 | ||
| Today it finally dies. Based on a diff from Gabriel Kihlman. | |||||
| 2003-07-23 | move junk (bad code, terrible APIs) to the only program that uses it; | 1 | -15/+4 | ||
| millert ok | |||||
| 2003-05-15 | New: fmt_scaled() and scan_scaled() convert to and from "human readable" | 1 | -3/+6 | ||
| or scaled numbers. fmt_scaled, and the format, based on Ken Stailey's code for "df -h"; scan_scaled is new. Significantly commented on and reworked by pjanzen@; other comments from millert@. OK pjanzen@. | |||||
| 2001-09-29 | re-enable pidfile(3). ok millert@ | 1 | -3/+3 | ||
| 2001-09-29 | jakob did not even do a make build, sigh | 1 | -3/+3 | ||
| 2001-09-28 | add pidfile(3) - write a daemon pid file. ok deraadt@, millert@. | 1 | -3/+3 | ||
| 2000-11-27 | MLINK check_expire.3 -> login_check_expire.3 | 1 | -1/+2 | ||
| 2000-11-27 | first cut at a man page for login_check_expire() | 1 | -4/+4 | ||
| 2000-11-26 | login_check_expire(3), a helper function for use with BSD authentication. | 1 | -4/+4 | ||
| This lives in libutil because it uses pw_lock(3) and friends. Needs a man page (soon!). | |||||
| 1999-11-11 | add man page for login_fbtab() | 1 | -3/+2 | ||
| 1999-09-21 | Add opendisk from NetBSD. | 1 | -3/+3 | ||
| Add OpenBSD tags to files | |||||
| 1999-07-20 | Added fparseln from NetBSD. | 1 | -3/+4 | ||
| ok deraadt@ | |||||
| 1998-06-08 | Add uu_lock_txfr() for donating locks to another process. | 1 | -1/+2 | ||
| Reviewed by: Theo | |||||
| 1997-11-09 | Introduce uu_lock(), uu_unlock() and uu_lockerr() | 1 | -3/+7 | ||
| into libutil. Obtained from: FreeBSD Reviewed by: Theo | |||||
| 1997-06-17 | Add support to handle password files in directories other than /etc | 1 | -1/+3 | ||
| 1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | 1 | -2/+2 | ||
| This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||||
| 1997-02-16 | added password configuration access function, used to determine | 1 | -2/+2 | ||
| password cipher type at the moment | |||||
| 1996-12-23 | add readlabelfs.3 | 1 | -2/+2 | ||
| 1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | 1 | -2/+2 | ||
| 1996-12-03 | Add readlabelfs(). | 1 | -2/+2 | ||
| 1996-07-31 | someone want to write login_fbtab.3? | 1 | -1/+2 | ||
| 1996-07-31 | login_fbtab() in libutil | 1 | -2/+2 | ||
| 1996-06-17 | opendev.3: opendev(3) man page | 1 | -3/+3 | ||
| 1996-06-17 | util.h: new resting place | 1 | -2/+2 | ||
| opendev.h: ok, so I merged it with util.h opendev.h: use util.h everything else: use "util.h" | |||||
| 1996-06-17 | Add opendev(3) to libutil. Used by mt(1), soon by disklabel(8), maybe | 1 | -5/+11 | ||
| others. This is a generic version of the code used by mt(1). | |||||
| 1996-06-12 | add /sbin/scsi from FreeBSD -- a good start! | 1 | -3/+19 | ||
| 1996-05-22 | libutil | 1 | -3/+19 | ||
| 1995-10-18 | initial import of NetBSD tree | 1 | -0/+8 | ||
