summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-06-22smaller dmesgTheo de Raadt
2001-06-22Fix more printf formats.Artur Grabowski
Add some missing prototypes.
2001-06-22Avoid printing warnings about things like "is a directory" twice.Todd C. Miller
Found by fgs.
2001-06-22typo in commentPeter Valchev
2001-06-22Fix a bunch of u_int64_t formats.Artur Grabowski
2001-06-22allow long usernames/groups in readdirMarkus Friedl
2001-06-22more arguments than formatArtur Grabowski
2001-06-22install new moduliNiels Provos
2001-06-22use sysctl to retreive msgbuf out of live system, keep the kvm iface, remove ↵Michael Shalayeff
sgid
2001-06-22increase linebuffer to deal with larger moduli; use rewind instead ofNiels Provos
close/open
2001-06-22Merge heimdal-0.3e -> heidmal-0.3fHans Insulander
2001-06-22merge authorized_keys2 into authorized_keys.Markus Friedl
authorized_keys2 is used for backward compat. (just append authorized_keys2 to authorized_keys).
2001-06-22block on msgbufMichael Shalayeff
2001-06-22switch from primes to moduliNiels Provos
2001-06-22unused variableArtur Grabowski
2001-06-22provide sysctl iface for msgbuf; raadtifiedMichael Shalayeff
2001-06-22Nicer printing of kmem buckets.Artur Grabowski
2001-06-22document /etc/moduliNiels Provos
2001-06-22use /etc/moduli instead of /etc/primes, okay markus@Niels Provos
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22minor nit.Brad Smith
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22Import of heimdal-0.3fHans Insulander
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes
2001-06-22mark signal races, and remove junkTheo de Raadt
2001-06-22shift the range for i/o space allocation to 0xa000 as itMichael Shalayeff
seems that some compaq machines have smth in the existing range at 0x2000. from nate@
2001-06-22add more ipsec commandsJason Wright
2001-06-22Xr random(4)Jason Wright
2001-06-22note support for RNG on 7951Jason Wright
2001-06-22Add support for RNG on 7951; many thanks to Soren KristensenJason Wright
<soren@soekris.com> for donating the cards.
2001-06-22The weak symbol bug with warnx/_warnx appears to no longer be trigged whenHans Insulander
we don't link against other libraries in libkrb, so i believe it's safe to change _warnx back to warnx.
2001-06-22fix for filesystems where readdir does not return d_type, use stat instead.Niels Provos
okay deraadt@
2001-06-22kadmind is done.Hans Insulander
2001-06-22Let the build target in kerberosV/Makefile build the stuff needed in theHans Insulander
kerberosIV tree (libsl and libkafs), so I don't have to remember that.
2001-06-22Fix krb5 linking.Hans Insulander
My machine can now build statically with krb5 enabled.
2001-06-22Fix linking now that libkrb5 doesn't link against other libraries.Hans Insulander
2001-06-22Build kadmind.Hans Insulander
2001-06-22Build getaddrinfo_hostspec.c in libroken.Hans Insulander
2001-06-22Use libkafs from krb4 tree instead.Hans Insulander
2001-06-22Build with krb5 support, if KERBEROS5 is defined.Hans Insulander
2001-06-22- Don't link against other libraries.Hans Insulander
- Pull in some stuff from libroken into libkrb5 to make libkrb5 linkable without libroken.
2001-06-22Fix roken_getsockname with a #defineHans Insulander
2001-06-22Typo: krb5_free_contect() take type krb5_context, not krb5_context*.Hans Insulander
(Already fixed in Heimdal repository)
2001-06-22use strlcpy vs strncpy+a[len-1]='\0'lebel