summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-06-22smaller dmesgTheo de Raadt
2001-06-22Fix more printf formats.Artur Grabowski
2001-06-22Avoid printing warnings about things like "is a directory" twice.Todd C. Miller
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
2001-06-22increase linebuffer to deal with larger moduli; use rewind instead ofNiels Provos
2001-06-22Merge heimdal-0.3e -> heidmal-0.3fHans Insulander
2001-06-22merge authorized_keys2 into authorized_keys.Markus Friedl
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
2001-06-22Import of heimdal-0.3fHans Insulander
2001-06-22Import of heimdal-0.3fHans Insulander
2001-06-22Import of heimdal-0.3fHans Insulander
2001-06-22minor nit.Brad Smith
2001-06-22Import of heimdal-0.3fHans Insulander
2001-06-22Import of heimdal-0.3fHans Insulander
2001-06-22Import of heimdal-0.3fHans Insulander
2001-06-22Import of heimdal-0.3fHans Insulander
2001-06-22Import of heimdal-0.3fHans Insulander
2001-06-22Import of heimdal-0.3fHans Insulander
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
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
2001-06-22The weak symbol bug with warnx/_warnx appears to no longer be trigged whenHans Insulander
2001-06-22fix for filesystems where readdir does not return d_type, use stat instead.Niels Provos
2001-06-22kadmind is done.Hans Insulander
2001-06-22Let the build target in kerberosV/Makefile build the stuff needed in theHans Insulander
2001-06-22Fix krb5 linking.Hans Insulander
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
2001-06-22Fix roken_getsockname with a #defineHans Insulander
2001-06-22Typo: krb5_free_contect() take type krb5_context, not krb5_context*.Hans Insulander
2001-06-22use strlcpy vs strncpy+a[len-1]='\0'lebel