Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-11 | set_progname removed | Hans Insulander | |
2003-05-11 | define SYSCONFDIR | Hans Insulander | |
2003-05-11 | New file needed by heimdal-0.6rc1 | Hans Insulander | |
2003-05-11 | Stuff needed for heimdal-0.6rc1 | Hans Insulander | |
2003-05-11 | Small changes needed for heimdal-0.6rc1 | Hans Insulander | |
2003-05-11 | Merge 0.6rc1 | Hans Insulander | |
2003-05-11 | Import of heimdal-0.6rc1 | Hans Insulander | |
2003-05-08 | multiple readlink() calls that forgot the -1... | Vincent Labrecque | |
ok millert | |||
2003-04-28 | plug some unbounded sscanf, still more to do | Anil Madhavapeddy | |
ok hin@, millert@ | |||
2003-04-20 | correct strlpcy; spotted by janj+openbsd@wenf.org | Theo de Raadt | |
2003-04-20 | move the NULL too; janj+openbsd@wenf.org | Theo de Raadt | |
2003-04-12 | string cleaning; parts by me, then parts by hin, then more parts by me. | Theo de Raadt | |
since this is not a very important part of the source tree, and since it does compile, i am dumping it in now. | |||
2003-04-07 | ktutil should not be linked with -lkadm5srv, now that -lkadm5clnt is correct. | Hans Insulander | |
This will make ktutil work over the net. | |||
2003-04-07 | Include the file client_glue.c - will make ktutil work properly | Hans Insulander | |
2003-03-21 | Add a new option to disable krb4 cross-realm authentication, disabled by | Hans Insulander | |
default. This works around a recently found vulnerability in the krb4 protocol, see http://web.mit.edu/kerberos/www/advisories/MITKRB5-SA-2003-004-krb4.txt Patch created by adopting the changes in heimdal-0.5.2, with invaluable help provided by lha@stacken.kth.se and janj@stacken.kth.se. ok beck@ miod@ | |||
2003-02-28 | Fix a bug found by propolice on sparc64; Jan Johansson | Todd C. Miller | |
2003-02-05 | typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@ | Jason McIntyre | |
2003-01-31 | typos; | Jason McIntyre | |
eeprom(8): added .Ar to fields, removed references to sun3 sshd(8): help and ok markus@ help and ok millert@ | |||
2003-01-21 | typos; | Jason McIntyre | |
ok deraadt@ | |||
2003-01-12 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-06 | typo: s/prefered/preferred | Chad Loder | |
2002-12-30 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-12-30 | typos, but i left it as "credential cache"; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-12-06 | unkown; torh@bogus.net | Theo de Raadt | |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2002-10-21 | fix remote exploit in kadmind; from lha@stacken.kth.se. ok hin@ | Jakob Schlyter | |
2002-09-23 | Do not build kf and kfd because of security issues in them and heimdal 0.5 | Miod Vallat | |
will not be merged in 3.2. ok deraadt@ | |||
2002-07-07 | enviroment -> environment | Jan-Uwe Finck | |
2002-06-19 | correct size_t printing | Theo de Raadt | |
2002-06-18 | gcc -Wall (pass this one up, hin) | Theo de Raadt | |
2002-06-12 | err(3) newline cleanup, krb pieces; ok hin@ | Jason Peel | |
2002-06-11 | Actually, i think we should define these paths, but point them to the right | Hans Insulander | |
place. Other packages may depend on these paths being defined. | |||
2002-06-11 | Update my hin-is-lazy target for the moved libkafs. | Hans Insulander | |
2002-06-11 | Oops, forgot to commit this... | Hans Insulander | |
Look at the right path for CellServDB file. | |||
2002-06-11 | Heimdal lacks a manpage for pagsh, so i stole the one from krb4. | Hans Insulander | |
2002-06-11 | Heimdal lacks an afslog manpage. I created one based on the krb4 one. | Hans Insulander | |
2002-06-11 | Move afslog from kerberosIV to the kerberosV tree. | Hans Insulander | |
2002-06-10 | We're OpenBSD. We don't need paths for Debian and OpenAFS, and we | Hans Insulander | |
certainly don't need to look for config files there. I've put them if #if 0's to make merging easier in the future. | |||
2002-06-10 | Move kafs library to krb5 tree. | Hans Insulander | |
2002-06-09 | Correct path to config files | Hans Insulander | |
2002-06-09 | Add two files that are needed to merge kerberosIV and kerberosV libroken. | Hans Insulander | |
2002-06-08 | Update for krb4-1.1.1 | Hans Insulander | |
2002-06-07 | Remove an unused variable. | Hans Insulander | |
Spotted by deraadt@, synced with the Heimdal people. | |||
2002-06-07 | Use issetugid() instead of the wrapper called issuid() in libroken. | Hans Insulander | |
2002-06-06 | -Wall -Werror sweep on i386. | Hans Insulander | |
2002-06-05 | Remove all uses of setprogname() and getprogname() in kerberosV subtree. | Hans Insulander | |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-06-03 | volatile sig_atomic_t | Theo de Raadt | |
2002-05-30 | First pass of get/setprogname() cleanup. Much more to come later. | Hans Insulander | |
ok deraadt@, pval@ |