summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* * krb5.h: Removed enumsalwaysint because there are no typed enums in this hea...Alexandra Ellwood2003-03-063-11/+23
* * osconf.h: Added DEFAULT_SECURE_PROFILE_PATH so that KfM will only search pa...Alexandra Ellwood2003-03-062-2/+12
* * des.h, krb.h: Removed deprecated KfM functions. They will be exported but ...Alexandra Ellwood2003-03-065-86/+35
* use kdb keytab for kadmindTom Yu2003-03-062-1/+10
* Remove kdb_dbm.h as it is unusedSam Hartman2003-03-052-120/+4
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-053-69/+19
* * configure.in: Set and substitute maybe_kerberosIV.Ken Raeburn2003-02-273-1/+9
* * krb5.hin (krb5_princ_component): Return NULL if going off the end of the arrayKen Raeburn2003-02-202-1/+7
* * configure.in: Check for sys/select.h and time.hKen Raeburn2003-02-202-1/+5
* * Makefile.in (krb_err.h, kadm_err.h): Rebuild by going to lib/krb4 andKen Raeburn2003-02-132-10/+11
* Fix lots of things to compile on Unix. Fix some typosTom Yu2003-02-112-5/+42
* * Makefile.in (all-unix): Remove kerberosIV/krb_err.h, as it wasTom Yu2003-02-072-3/+11
* Fix ABI divergence between Unix and Mac krb4 libraries in declarationTom Yu2003-02-072-0/+11
* * Makefile.in (all-unix, install): Build and install kadm_err.h.Ken Raeburn2003-01-222-4/+8
* * krb5.hin (krb5_mk_req_checksum_func): Fix Windows calling convention syntaxKen Raeburn2003-01-172-1/+6
* Use "standard" error table processing rulesKen Raeburn2003-01-152-6/+18
* Move socklen_t and sockaddr_storage definitions to port-sockets.hKen Raeburn2003-01-103-17/+32
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-4/+6
* AIX 4.3.3 getaddrinfo() is broken in a slightly different way than I thoughtKen Raeburn2003-01-092-7/+144
* * fake-addrinfo.h (freeaddrinfo): Back out 1/3/03 change. ANSIEzra Peisach2003-01-082-2/+6
* 2003-01-08 Sam Hartman <hartmans@mit.edu>Sam Hartman2003-01-082-2/+7
* More const for ops tablesKen Raeburn2003-01-082-1/+2
* Make ccache and rcache ops tables constKen Raeburn2003-01-082-4/+11
* Implement krb5_auth_con_set_checksum_func, an API for setting aSam Hartman2003-01-062-1/+21
* * fake-addrinfo.h (freeaddrinfo): Do not free a NULL pointerEzra Peisach2003-01-032-1/+6
* Ignore some new generated filesKen Raeburn2002-12-191-0/+1
* Clean up some broken uses of "const" in function interfacesKen Raeburn2002-12-192-25/+37
* More KfM merge workTom Yu2002-12-123-45/+51
* * krb5.hin: Update comment on krb5_kt_free_entry prototype toTom Yu2002-12-122-1/+6
* Fix some KRB5_CALLCONV botches that were causing trouble for Windows buildTom Yu2002-12-072-4/+18
* * des.h: Move explicit definition of _WINDOWS to precedeTom Yu2002-12-042-4/+6
* * kadm.h: Include port-sockets.h, not netinet/in.h, for WindowsTom Yu2002-12-042-1/+6
* * Makefile.in (kadm_err.h): Build hereTom Yu2002-12-032-0/+8
* Merge more KfM krb4 thingsTom Yu2002-11-2713-300/+325
* * Makefile.in: Remove references to adm_err.h from here tooTom Yu2002-11-142-5/+8
* Better type and bounds checking:Ken Raeburn2002-11-132-5/+82
* New file to define SPNEGO structuresSam Hartman2002-11-062-0/+93
* This commit fixes up the in-tree callers of krb5_read_password() andTom Yu2002-11-064-4/+15
* * k5-int.h (krb5_ser_handle): Now points to const.Ken Raeburn2002-10-313-4/+12
* Wrong ASN.1 definition and padata type for new hardware preauthKen Hornstein2002-10-302-2/+10
* Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txtKen Hornstein2002-10-243-0/+94
* No support for negative password expiration last-req hintKen Hornstein2002-10-241-1/+2
* gic_pwd doesn't support password expiration notification via last_req hintKen Hornstein2002-10-232-0/+6
* Implement an install-headers target to install public headers into KRB5_INCDIR;Sam Hartman2002-10-074-2/+10
* Fix DES_INT32 definitionTom Yu2002-09-273-138/+234
* * socket-utils.h (sa2sin, sa2sin6): Add redundant cast to (void *)Tom Yu2002-09-272-7/+17
* * port-sockets.h: Include sys/filio.h if availableKen Raeburn2002-09-192-0/+7
* update commentsKen Raeburn2002-09-191-1/+1
* Support reading a list of TCP port numbers from the KDC config file; defaultKen Raeburn2002-09-184-1/+14
* * cm.h: New fileKen Raeburn2002-09-182-0/+41