Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04-08 | add '-a' flag for afs string-to-key. | Jim Rees | |
1997-04-08 | add '-a' flag for afs string-to-key. | Jim Rees | |
1997-03-25 | config file paranoia | bitblt | |
1997-02-25 | inc minor | Jason Downs | |
1997-02-19 | Use standard instance names for kadmin communication | Thorsten Lockert | |
1997-02-19 | Get database renames correct | Thorsten Lockert | |
1997-02-19 | Really strip the domain part before generating instance name | Thorsten Lockert | |
1997-02-19 | kadmind should be in /usr/sbin | Thorsten Lockert | |
1997-02-15 | Rename crypt() entry in libdes to des_crypt | Thorsten Lockert | |
1997-02-15 | Kill warning | Thorsten Lockert | |
1997-02-13 | still uses mktemp; XXX to death for a modicum of security against races | Theo de Raadt | |
1997-02-12 | Delete old ticket file in addition to wiping if there is one. | dm | |
1997-02-11 | Need <bsd.obj.mk> earlier to have access to ${__objdir}; fixes build when | Thorsten Lockert | |
obj directories or links are not present | |||
1997-01-27 | security | dm | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-16 | strncat related oflows | Theo de Raadt | |
1996-12-07 | buf oflow | Theo de Raadt | |
1996-11-16 | Fix more libss stuff. | Jason Downs | |
1996-11-15 | libss and mk_cmds are moving into the main tree | Jason Downs | |
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-11 | com_err is moving out into the main tree | 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-10-12 | use HOSTCC; from dale | Theo de Raadt | |
1996-09-17 | uncleansed buffer; from mudge@l0pht.com | Theo de Raadt | |
1996-09-16 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-16 | Bring prototypes into scope | Thorsten Lockert | |
1996-09-16 | Fix warnings | Thorsten Lockert | |
1996-09-16 | Fix warnings | Thorsten Lockert | |
1996-09-15 | more sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-15 | more sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-15 | sprintf -> snprintf paranoia | Todd C. Miller | |
1996-09-04 | _PASSWORD_LEN != 255 | Theo de Raadt | |
1996-08-31 | fix kerberos build, about bloody time | Theo de Raadt | |
1996-08-22 | __OpenBSD__ | Theo de Raadt | |
1996-07-31 | rely on mtree | Theo de Raadt | |
1996-07-16 | I know, i don't like it either... | Per Fogelstrom | |
1996-06-21 | in make build: make includes bombs before compile_et | dm | |
1996-06-21 | Make it compile without obj directories | Thorsten Lockert | |
1996-06-02 | Make kerberos work with OBJMACHINE style objdirs | Niklas Hallqvist | |
1996-06-02 | Use "includes" target to install include files | Thorsten Lockert | |
1996-06-02 | Remove outdated prototype | Thorsten Lockert | |
1996-06-02 | Protect against the user overrunning and internal buffer | Thorsten Lockert | |
1996-05-15 | when depending in this tree some dynamically built sources need be | Niklas Hallqvist | |
made first. See to that the generating binaries for these are built before recursing with the depend target. | |||
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 |