aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2004-01-07This commit was manufactured by cvs2svn to create tagkfw-2.6-beta1no author16-86/+777
2003-03-06* krb5.h: Removed enumsalwaysint because there are no typed enums in this hea...Alexandra Ellwood3-11/+23
2003-03-06* osconf.h: Added DEFAULT_SECURE_PROFILE_PATH so that KfM will only search pa...Alexandra Ellwood2-2/+12
2003-03-06* des.h, krb.h: Removed deprecated KfM functions. They will be exported but ...Alexandra Ellwood5-86/+35
2003-03-06use kdb keytab for kadmindTom Yu2-1/+10
2003-03-05Remove kdb_dbm.h as it is unusedSam Hartman2-120/+4
2003-03-05Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn3-69/+19
2003-02-27* configure.in: Set and substitute maybe_kerberosIV.Ken Raeburn3-1/+9
2003-02-20* krb5.hin (krb5_princ_component): Return NULL if going off the end of the arrayKen Raeburn2-1/+7
2003-02-20* configure.in: Check for sys/select.h and time.hKen Raeburn2-1/+5
2003-02-13* Makefile.in (krb_err.h, kadm_err.h): Rebuild by going to lib/krb4 andKen Raeburn2-10/+11
2003-02-11Fix lots of things to compile on Unix. Fix some typosTom Yu2-5/+42
2003-02-07 * Makefile.in (all-unix): Remove kerberosIV/krb_err.h, as it wasTom Yu2-3/+11
2003-02-07Fix ABI divergence between Unix and Mac krb4 libraries in declarationTom Yu2-0/+11
2003-01-22* Makefile.in (all-unix, install): Build and install kadm_err.h.Ken Raeburn2-4/+8
2003-01-17* krb5.hin (krb5_mk_req_checksum_func): Fix Windows calling convention syntaxKen Raeburn2-1/+6
2003-01-15Use "standard" error table processing rulesKen Raeburn2-6/+18
2003-01-10Move socklen_t and sockaddr_storage definitions to port-sockets.hKen Raeburn3-17/+32
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2-4/+6
2003-01-09AIX 4.3.3 getaddrinfo() is broken in a slightly different way than I thoughtKen Raeburn2-7/+144
2003-01-08 * fake-addrinfo.h (freeaddrinfo): Back out 1/3/03 change. ANSIEzra Peisach2-2/+6
2003-01-082003-01-08 Sam Hartman <hartmans@mit.edu>Sam Hartman2-2/+7
2003-01-08More const for ops tablesKen Raeburn2-1/+2
2003-01-08Make ccache and rcache ops tables constKen Raeburn2-4/+11
2003-01-06Implement krb5_auth_con_set_checksum_func, an API for setting aSam Hartman2-1/+21
2003-01-03 * fake-addrinfo.h (freeaddrinfo): Do not free a NULL pointerEzra Peisach2-1/+6
2002-12-19Ignore some new generated filesKen Raeburn1-0/+1
2002-12-19Clean up some broken uses of "const" in function interfacesKen Raeburn2-25/+37
2002-12-12More KfM merge workTom Yu3-45/+51
2002-12-12 * krb5.hin: Update comment on krb5_kt_free_entry prototype toTom Yu2-1/+6
2002-12-07Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu2-4/+18
2002-12-04 * des.h: Move explicit definition of _WINDOWS to precedeTom Yu2-4/+6
2002-12-04 * kadm.h: Include port-sockets.h, not netinet/in.h, for WindowsTom Yu2-1/+6
2002-12-03 * Makefile.in (kadm_err.h): Build hereTom Yu2-0/+8
2002-11-27Merge more KfM krb4 thingsTom Yu13-300/+325
2002-11-14 * Makefile.in: Remove references to adm_err.h from here tooTom Yu2-5/+8
2002-11-13Better type and bounds checking:Ken Raeburn2-5/+82
2002-11-06New file to define SPNEGO structuresSam Hartman2-0/+93
2002-11-06This commit fixes up the in-tree callers of krb5_read_password() andTom Yu4-4/+15
2002-10-31* k5-int.h (krb5_ser_handle): Now points to const.Ken Raeburn3-4/+12
2002-10-30Wrong ASN.1 definition and padata type for new hardware preauthKen Hornstein2-2/+10
2002-10-24Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein3-0/+94
2002-10-24No support for negative password expiration last-req hintKen Hornstein1-1/+2
2002-10-23gic_pwd doesn't support password expiration notification via last_req hintKen Hornstein2-0/+6
2002-10-07Implement an install-headers target to install public headers into KRB5_INCDIR;Sam Hartman4-2/+10
2002-09-27Fix DES_INT32 definitionTom Yu3-138/+234
2002-09-27 * socket-utils.h (sa2sin, sa2sin6): Add redundant cast to (void *)Tom Yu2-7/+17
2002-09-19* port-sockets.h: Include sys/filio.h if availableKen Raeburn2-0/+7
2002-09-19update commentsKen Raeburn1-1/+1
2002-09-18Support reading a list of TCP port numbers from the KDC config file; defaultKen Raeburn4-1/+14