| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement encoders for etype_info2 and add support to s2kparams for | Sam Hartman | 2003-05-06 | 2 | -0/+14 |
* | * port-sockets.h (inet_ntop) [!_WIN32 && !HAVE_MACSOCK_H]: Define as a macro if | Ken Raeburn | 2003-05-02 | 2 | -0/+20 |
* | Incorporate krb5_os_context directly into krb5_context, since they're always | Ken Raeburn | 2003-04-28 | 2 | -1/+15 |
* | Implementation of Microsoft set password client library code provided | Sam Hartman | 2003-04-25 | 3 | -12/+45 |
* | Require only autoconf 2.52. Try --include argument to autoconf and autoheader, | Ken Raeburn | 2003-04-25 | 2 | -1/+7 |
* | * fake-addrinfo.h (getaddrinfo) [NUMERIC_SERVICE_BROKEN]: Overwrite the port | Ken Raeburn | 2003-04-07 | 2 | -11/+19 |
* | * fake-addrinfo.h (COPY_FIRST_CANONNAME) [_AIX]: Define. | Ken Raeburn | 2003-04-02 | 2 | -9/+55 |
* | * configure.in: Use KRB5_AC_NEED_BIND_8_COMPAT to check for bind 9 and higher... | Alexandra Ellwood | 2003-03-18 | 2 | -0/+9 |
* | * krb5.h: Removed enumsalwaysint because there are no typed enums in this hea... | Alexandra Ellwood | 2003-03-06 | 3 | -11/+23 |
* | * osconf.h: Added DEFAULT_SECURE_PROFILE_PATH so that KfM will only search pa... | Alexandra Ellwood | 2003-03-06 | 2 | -2/+12 |
* | * des.h, krb.h: Removed deprecated KfM functions. They will be exported but ... | Alexandra Ellwood | 2003-03-06 | 5 | -86/+35 |
* | use kdb keytab for kadmind | Tom Yu | 2003-03-06 | 2 | -1/+10 |
* | Remove kdb_dbm.h as it is unused | Sam Hartman | 2003-03-05 | 2 | -120/+4 |
* | Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, except | Ken Raeburn | 2003-03-05 | 3 | -69/+19 |
* | * configure.in: Set and substitute maybe_kerberosIV. | Ken Raeburn | 2003-02-27 | 3 | -1/+9 |
* | * krb5.hin (krb5_princ_component): Return NULL if going off the end of the array | Ken Raeburn | 2003-02-20 | 2 | -1/+7 |
* | * configure.in: Check for sys/select.h and time.h | Ken Raeburn | 2003-02-20 | 2 | -1/+5 |
* | * Makefile.in (krb_err.h, kadm_err.h): Rebuild by going to lib/krb4 and | Ken Raeburn | 2003-02-13 | 2 | -10/+11 |
* | Fix lots of things to compile on Unix. Fix some typos | Tom Yu | 2003-02-11 | 2 | -5/+42 |
* | * Makefile.in (all-unix): Remove kerberosIV/krb_err.h, as it was | Tom Yu | 2003-02-07 | 2 | -3/+11 |
* | Fix ABI divergence between Unix and Mac krb4 libraries in declaration | Tom Yu | 2003-02-07 | 2 | -0/+11 |
* | * Makefile.in (all-unix, install): Build and install kadm_err.h. | Ken Raeburn | 2003-01-22 | 2 | -4/+8 |
* | * krb5.hin (krb5_mk_req_checksum_func): Fix Windows calling convention syntax | Ken Raeburn | 2003-01-17 | 2 | -1/+6 |
* | Use "standard" error table processing rules | Ken Raeburn | 2003-01-15 | 2 | -6/+18 |
* | Move socklen_t and sockaddr_storage definitions to port-sockets.h | Ken Raeburn | 2003-01-10 | 3 | -17/+32 |
* | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 2 | -4/+6 |
* | AIX 4.3.3 getaddrinfo() is broken in a slightly different way than I thought | Ken Raeburn | 2003-01-09 | 2 | -7/+144 |
* | * fake-addrinfo.h (freeaddrinfo): Back out 1/3/03 change. ANSI | Ezra Peisach | 2003-01-08 | 2 | -2/+6 |
* | 2003-01-08 Sam Hartman <hartmans@mit.edu> | Sam Hartman | 2003-01-08 | 2 | -2/+7 |
* | More const for ops tables | Ken Raeburn | 2003-01-08 | 2 | -1/+2 |
* | Make ccache and rcache ops tables const | Ken Raeburn | 2003-01-08 | 2 | -4/+11 |
* | Implement krb5_auth_con_set_checksum_func, an API for setting a | Sam Hartman | 2003-01-06 | 2 | -1/+21 |
* | * fake-addrinfo.h (freeaddrinfo): Do not free a NULL pointer | Ezra Peisach | 2003-01-03 | 2 | -1/+6 |
* | Ignore some new generated files | Ken Raeburn | 2002-12-19 | 1 | -0/+1 |
* | Clean up some broken uses of "const" in function interfaces | Ken Raeburn | 2002-12-19 | 2 | -25/+37 |
* | More KfM merge work | Tom Yu | 2002-12-12 | 3 | -45/+51 |
* | * krb5.hin: Update comment on krb5_kt_free_entry prototype to | Tom Yu | 2002-12-12 | 2 | -1/+6 |
* | Fix some KRB5_CALLCONV botches that were causing trouble for Windows build | Tom Yu | 2002-12-07 | 2 | -4/+18 |
* | * des.h: Move explicit definition of _WINDOWS to precede | Tom Yu | 2002-12-04 | 2 | -4/+6 |
* | * kadm.h: Include port-sockets.h, not netinet/in.h, for Windows | Tom Yu | 2002-12-04 | 2 | -1/+6 |
* | * Makefile.in (kadm_err.h): Build here | Tom Yu | 2002-12-03 | 2 | -0/+8 |
* | Merge more KfM krb4 things | Tom Yu | 2002-11-27 | 13 | -300/+325 |
* | * Makefile.in: Remove references to adm_err.h from here too | Tom Yu | 2002-11-14 | 2 | -5/+8 |
* | Better type and bounds checking: | Ken Raeburn | 2002-11-13 | 2 | -5/+82 |
* | New file to define SPNEGO structures | Sam Hartman | 2002-11-06 | 2 | -0/+93 |
* | This commit fixes up the in-tree callers of krb5_read_password() and | Tom Yu | 2002-11-06 | 4 | -4/+15 |
* | * k5-int.h (krb5_ser_handle): Now points to const. | Ken Raeburn | 2002-10-31 | 3 | -4/+12 |
* | Wrong ASN.1 definition and padata type for new hardware preauth | Ken Hornstein | 2002-10-30 | 2 | -2/+10 |
* | Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txt | Ken Hornstein | 2002-10-24 | 3 | -0/+94 |
* | No support for negative password expiration last-req hint | Ken Hornstein | 2002-10-24 | 1 | -1/+2 |