Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-10 | this should make things easier in the future. | Artur Grabowski | |
1997-12-10 | shared libraries can prevent you from writing legal C code | Theo de Raadt | |
1997-12-10 | et_list is elsewhere, is it not | Theo de Raadt | |
1997-12-09 | no, this is better | Theo de Raadt | |
1997-12-09 | ioctl-patch for machines with many interfaces. | Artur Grabowski | |
by Theo. | |||
1997-12-09 | I just wondered why it said "ud" instead of "udp". | Artur Grabowski | |
1997-12-09 | always those small bugs.. | Artur Grabowski | |
1997-12-09 | Always those small bugs.. | Artur Grabowski | |
1997-12-09 | Removed one expliotable hole, one possibly exploitable hole, many buffer | Artur Grabowski | |
overflows and lots of unchecked pointers. Tags are nice too. | |||
1997-12-02 | The change art made causes infinite recursion. This patches it until he ↵ | Theo de Raadt | |
fixes it right | |||
1997-12-02 | I'll never learn how to handle version numbers.. :( | Artur Grabowski | |
1997-12-02 | It was hard to commit this file an hour ago. (I forgot to save it) | Artur Grabowski | |
1997-12-02 | The disabling of kerberos should work now. | Artur Grabowski | |
I think I will document this in the future. It was impossible to find. | |||
1997-11-29 | We now have an asprintf() in libc. | Todd C. Miller | |
1997-11-29 | fixed the min problem. | Artur Grabowski | |
1997-11-28 | The first big step towards a complete upgrade to kth-krb4-0.9.7 | Artur Grabowski | |
1997-08-18 | #include <string.h> not <strings.h> -- Yes, I'm a weanie... | Todd C. Miller | |
1997-06-23 | oops, this is gross | Theo de Raadt | |
1997-06-23 | print addr in network byte order | Theo de Raadt | |
1997-06-22 | %u for uid | Theo de Raadt | |
1997-05-30 | 1) RCS id police | gene | |
2) Make filenames relevent to OpenBSD (i.e, /kerberos -> /etc/kerberosIv and /usr/include/*.h -> /usr/include/kerberosIV/*.h). To be specific: s/\/kerberos\//\/etc\/kerberosIV\//g s/\/usr\/include\//\/usr\/include\/kerberosIV\//g s/\/\.k/\/etc\/kerberosIV\/master_key/g s/\#include\s*\<(.*)\>/\#include \<kerberosIV\/$1\>/g | |||
1997-05-29 | use ${INSTALL} & friend; grr, PR#170 | Theo de Raadt | |
1997-04-09 | the the | Theo de Raadt | |
1997-03-25 | config file paranoia | bitblt | |
1997-02-25 | inc minor | Jason Downs | |
1997-02-15 | Rename crypt() entry in libdes to des_crypt | Thorsten Lockert | |
1997-02-12 | Delete old ticket file in addition to wiping if there is one. | dm | |
1997-01-27 | security | dm | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1996-12-16 | strncat related oflows | Theo de Raadt | |
1996-12-07 | buf oflow | Theo de Raadt | |
1996-11-11 | compile_et no longer needs to be treated special | Thorsten Lockert | |
1996-11-11 | com_err/compile_et changes | Jason Downs | |
1996-11-07 | 64bit fixes from -tih | Thorsten Lockert | |
1996-10-14 | Don't default a realm name to the domain part of a host name | Thorsten Lockert | |
1996-09-16 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-08-31 | fix kerberos build, about bloody time | Theo de Raadt | |
1996-06-02 | Use "includes" target to install include files | Thorsten Lockert | |
1996-06-02 | Protect against the user overrunning and internal buffer | Thorsten Lockert | |
1996-05-03 | Make it possible to have a commented-out local realm in krb.conf to allow | Thorsten Lockert | |
using Kerberos for remote authentication but not for local authentication | |||
1996-03-09 | Attempt to get the canonical name of a host before doing realm lookup, it | Thorsten Lockert | |
might be a CNAME which does not match anything we know about | |||
1996-02-05 | Let the user know he is being asked for a Kerberos ticket | Thorsten Lockert | |
1996-01-29 | Make it work for multi-homed servers by default; remove need for krb.equiv | Thorsten Lockert | |
1995-12-17 | Do not use setreuid() | Thorsten Lockert | |
1995-12-14 | Do not use hardcoded realm or host names | Thorsten Lockert | |
1995-12-14 | Kerberos IV code, based on a merge of fixed code from KTH and original | Thorsten Lockert | |
4.4BSD Lite code (international edition). Provides all functionality from the original 4.4BSD code plus standard Kerberos elements that were omitted in the 4.4BSD code. |