summaryrefslogtreecommitdiff
path: root/kerberosIV/krb
AgeCommit message (Collapse)Author
1997-12-10this should make things easier in the future.Artur Grabowski
1997-12-10shared libraries can prevent you from writing legal C codeTheo de Raadt
1997-12-10et_list is elsewhere, is it notTheo de Raadt
1997-12-09no, this is betterTheo de Raadt
1997-12-09ioctl-patch for machines with many interfaces.Artur Grabowski
by Theo.
1997-12-09I just wondered why it said "ud" instead of "udp".Artur Grabowski
1997-12-09always those small bugs..Artur Grabowski
1997-12-09Always those small bugs..Artur Grabowski
1997-12-09Removed one expliotable hole, one possibly exploitable hole, many bufferArtur Grabowski
overflows and lots of unchecked pointers. Tags are nice too.
1997-12-02The change art made causes infinite recursion. This patches it until he ↵Theo de Raadt
fixes it right
1997-12-02I'll never learn how to handle version numbers.. :(Artur Grabowski
1997-12-02It was hard to commit this file an hour ago. (I forgot to save it)Artur Grabowski
1997-12-02The disabling of kerberos should work now.Artur Grabowski
I think I will document this in the future. It was impossible to find.
1997-11-29We now have an asprintf() in libc.Todd C. Miller
1997-11-29fixed the min problem.Artur Grabowski
1997-11-28The first big step towards a complete upgrade to kth-krb4-0.9.7Artur Grabowski
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-06-23oops, this is grossTheo de Raadt
1997-06-23print addr in network byte orderTheo de Raadt
1997-06-22%u for uidTheo de Raadt
1997-05-301) RCS id policegene
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-29use ${INSTALL} & friend; grr, PR#170Theo de Raadt
1997-04-09the theTheo de Raadt
1997-03-25config file paranoiabitblt
1997-02-25inc minorJason Downs
1997-02-15Rename crypt() entry in libdes to des_cryptThorsten Lockert
1997-02-12Delete old ticket file in addition to wiping if there is one.dm
1997-01-27securitydm
1997-01-17r?index -> strr?chrTodd C. Miller
1996-12-16strncat related oflowsTheo de Raadt
1996-12-07buf oflowTheo de Raadt
1996-11-11compile_et no longer needs to be treated specialThorsten Lockert
1996-11-11com_err/compile_et changesJason Downs
1996-11-0764bit fixes from -tihThorsten Lockert
1996-10-14Don't default a realm name to the domain part of a host nameThorsten Lockert
1996-09-16sprintf -> snprintf paranoiaTodd C. Miller
1996-08-31fix kerberos build, about bloody timeTheo de Raadt
1996-06-02Use "includes" target to install include filesThorsten Lockert
1996-06-02Protect against the user overrunning and internal bufferThorsten Lockert
1996-05-03Make it possible to have a commented-out local realm in krb.conf to allowThorsten Lockert
using Kerberos for remote authentication but not for local authentication
1996-03-09Attempt to get the canonical name of a host before doing realm lookup, itThorsten Lockert
might be a CNAME which does not match anything we know about
1996-02-05Let the user know he is being asked for a Kerberos ticketThorsten Lockert
1996-01-29Make it work for multi-homed servers by default; remove need for krb.equivThorsten Lockert
1995-12-17Do not use setreuid()Thorsten Lockert
1995-12-14Do not use hardcoded realm or host namesThorsten Lockert
1995-12-14Kerberos IV code, based on a merge of fixed code from KTH and originalThorsten 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.