Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-22 | Import of heimdal-0.3f | Hans Insulander | |
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes | |||
2001-06-22 | Import of heimdal-0.3f | Hans Insulander | |
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes | |||
2001-06-22 | Import of heimdal-0.3f | Hans Insulander | |
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes | |||
2001-06-22 | Import of heimdal-0.3f | Hans Insulander | |
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes | |||
2001-06-22 | Import of heimdal-0.3f | Hans Insulander | |
Lots of changes, highlights include: * change default keytab to ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab, the new keytab type that tries both of these in order (SRVTAB is also an alias for krb4:) * improve error reporting and error handling (error messages should be more detailed and more useful) * the API is closer to what MIT krb5 is using * more compatible with windows 2000 * removed some memory leaks * bug fixes | |||
2001-06-22 | The weak symbol bug with warnx/_warnx appears to no longer be trigged when | Hans Insulander | |
we don't link against other libraries in libkrb, so i believe it's safe to change _warnx back to warnx. | |||
2001-06-22 | kadmind is done. | Hans Insulander | |
2001-06-22 | Let the build target in kerberosV/Makefile build the stuff needed in the | Hans Insulander | |
kerberosIV tree (libsl and libkafs), so I don't have to remember that. | |||
2001-06-22 | Fix linking now that libkrb5 doesn't link against other libraries. | Hans Insulander | |
2001-06-22 | Build kadmind. | Hans Insulander | |
2001-06-22 | Build getaddrinfo_hostspec.c in libroken. | Hans Insulander | |
2001-06-22 | Use libkafs from krb4 tree instead. | Hans Insulander | |
2001-06-22 | - Don't link against other libraries. | Hans Insulander | |
- Pull in some stuff from libroken into libkrb5 to make libkrb5 linkable without libroken. | |||
2001-06-22 | Fix roken_getsockname with a #define | Hans Insulander | |
2001-06-22 | Typo: krb5_free_contect() take type krb5_context, not krb5_context*. | Hans Insulander | |
(Already fixed in Heimdal repository) | |||
2001-06-21 | Build and install Heimdal infofile. | Hans Insulander | |
2001-06-21 | Build krb5 version of pagsh | Hans Insulander | |
2001-06-21 | Build esetenv.c into libroken, needed by krb5 pagsh | Hans Insulander | |
2001-06-19 | update Wietse Venema's copyright to update copyright to ↵ | assar | |
ftp://ftp.porcupine.org/pub/security/logdaemon_license | |||
2001-06-13 | va_start/end for every call to vfprintf and friends, from scp.c | Markus Friedl | |
2001-06-07 | Add instructions how to build libsl. | Hans Insulander | |
2001-06-05 | Back out the make bug workaround that ho@ did. | Hans Insulander | |
2001-06-05 | Don't spawn unecessary subshells. | Hans Insulander | |
From espie. | |||
2001-05-25 | Correct include file copying shellcode. | Hans Insulander | |
2001-05-25 | Build kinit too. (oops) | Hans Insulander | |
2001-05-25 | eol on last line | Theo de Raadt | |
2001-05-25 | Remove bogus and incorrect version string. | Hans Insulander | |
2001-05-25 | Build gssapi library too. | Hans Insulander | |
2001-05-25 | Workaround to prevent -current 'make' from crashing. | Hakan Olsson | |
2001-05-25 | add support for building with ${SUDO}. ok hin@ | Jakob Schlyter | |
2001-05-25 | Simple build instructions. | Hans Insulander | |
2001-05-25 | Kerberos 5 include files live under /usr/include/kerberosV | Hans Insulander | |
2001-05-25 | For some reason, changing warnx -> _warnx makes the krb5 library stop | Hans Insulander | |
coredumping. I beleive this to be a weak symbol bug in the linker. | |||
2001-05-25 | kerberos4.h seems to 1) not exist in heimdal-0.3e and 2) not be needed. | Hans Insulander | |
2001-05-25 | Some information about this stuff. | Hans Insulander | |
2001-05-25 | krb5 main Makefile. | Hans Insulander | |
Set 'KERBEROS5=Yes' in /etc/mk.conf to enable the experimental kerberos5 support. | |||
2001-05-25 | krb5 administration tools. | Hans Insulander | |
2001-05-25 | krb5 user tools. | Hans Insulander | |
XXX asn1_compile should probably be moved to src/usr.bin instead. | |||
2001-05-25 | krb5 libexec, only the KDC so far. | Hans Insulander | |
2001-05-25 | krb5 libraries | Hans Insulander | |
2001-05-25 | Include stuff needed for Heimdal. | Hans Insulander | |
2001-05-25 | Import of heimdal-0.3e | Hans Insulander | |