summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* * fake-addrinfo.h: Include port-sockets.h instead of system header files; sho...Ken Raeburn2001-07-202-3/+6
* * fake-addrinfo.h (translate_h_errno): Supply a default value in case someKen Raeburn2001-07-192-2/+9
* prefer inet_addr over inet_atonKen Raeburn2001-07-191-0/+7
* delete stuff accidentally committed earlyKen Raeburn2001-07-191-5/+0
* drop temporary sunos4 hacksKen Raeburn2001-07-192-8/+5
* move krb5_os_hostaddr decl from krb5.hin to k5-int.hKen Raeburn2001-07-193-3/+6
* * fake-addrinfo.h: New fileKen Raeburn2001-07-192-0/+385
* * klog.h: Flush out prototype for klog()Ezra Peisach2001-06-272-1/+6
* * prot.h: Flush out prototypes for create_auth_reply(),Ezra Peisach2001-06-262-3/+8
* * krb5.hin: Do not use "random_key" as argument name. When krb.hEzra Peisach2001-06-223-7/+15
* * krb.h: Don't use "options" and "user" as argument namesEzra Peisach2001-06-222-10/+14
* * krb5.hin: Move prototypes for krb5_net_read() andEzra Peisach2001-06-203-2/+8
* * krb.h: Add prototype for krb__get_srvtabname() which is invokedEzra Peisach2001-06-202-0/+18
* Fixed several typos in commentsMitchell Berger2001-06-201-1/+1
* Use a "struct addrlist" instead of separate count and pointer-to-pointer valuesKen Raeburn2001-06-202-9/+23
* * k5-util.h: Add prototypes for krb5_compat_recvauth_version() andEzra Peisach2001-06-114-3/+32
* * krb.h: Add prototype for krb_sendauth()Ezra Peisach2001-06-112-0/+13
* * krb.h: Add "internal" prototypes cr_err_reply(), create_ciph(),Ezra Peisach2001-06-082-0/+31
* * krb5.hin: Get rid of extraneous krb5_const before integerEzra Peisach2001-06-072-7/+15
* * k5-int.h: Remove AS_REP_105_SAM_COMPAT definition. Not used inEzra Peisach2001-06-072-17/+8
* Makefile.in ($(srcdir)/krb5/autoconf.h.in): New target; rebuild using autoheaderKen Raeburn2001-06-062-1/+8
* * des.h: Do not use "encrypt" as an argumentEzra Peisach2001-05-312-1/+5
* .cvsignore: Add stamp-h.inEzra Peisach2001-04-272-1/+6
* new internal library interface for locating serversKen Raeburn2001-04-262-19/+78
* assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn2001-04-268-33/+22
* update copyright yearsKen Raeburn2001-04-261-1/+1
* move socklen_t, socklen handling from krb5 library to include/k5-int.hKen Raeburn2001-04-263-12/+43
* revise error table header rules - don't explicitly invoke awk hereKen Raeburn2001-04-142-17/+20
* k5-int.h: Always include stdlib.h and string.h; don't bother with HAVE_ macrosKen Raeburn2001-04-142-14/+5
* use const for some des inputs and reduce unnecessary castsKen Raeburn2001-04-102-7/+14
* * krb.h: Don't use "index" as argument nameKen Raeburn2001-04-102-3/+6
* * kparse.h: Don't use PROTOTYPE macroKen Raeburn2001-04-102-10/+10
* * des.h (des_cblock, des_key_schedule): Separate definitions into a block withKen Raeburn2001-04-102-2/+23
* * des.h: Include stdio.h.Ken Raeburn2001-04-103-103/+125
* I didn't intend to commit that on the trunk (oops). UndoingMiro Jurisic2001-03-211-15/+0
* macsock.h: Updated Utilities.h and sockets includesMiro Jurisic2001-03-211-0/+15
* * krb5.hin: Add prototypes for krb5_auth_con_setpermetypes() andEzra Peisach2001-03-082-0/+15
* * adm_proto.h (krb5_adm_connect): Declare prompt string const charEzra Peisach2001-02-262-2/+7
* * krb.h: Remove KRB_NEVERDATETom Yu2001-01-302-2/+4
* * prot.h: Add new prototypes for prot_client.c stuff. Also, addTom Yu2001-01-262-0/+39
* * prot.h: Add prototype for decode_kdc_request() and some roughTom Yu2001-01-242-0/+18
* * krb.h: Remove internal prototypes and macrosTom Yu2001-01-233-152/+173
* * krb5.hin (KRB5_NPROTOTYPE): DeleteKen Raeburn2001-01-202-1/+2
* Always use ANSI C features (prototypes, const, void *, etc).Ken Raeburn2001-01-203-884/+845
* Make prototypes unconditionalKen Raeburn2001-01-176-374/+293
* * des.h: Change to make KRB4_32 an int if it's at least 32 bitsTom Yu2000-11-083-22/+113
* * configure.in: Use AC_C_CONST instead of AC_CONST andEzra Peisach2000-11-012-2/+7
* * krb.h: Modify krb_{mk,rd}_{priv,safe} prototypes to align withTom Yu2000-10-242-4/+10
* * k5-int.h: krb5_alt_method, krb5_etype_info_entry length fieldsEzra Peisach2000-10-174-22/+56
* * kparse.h: Add prototypes for fGetChar(), fGetParameterSet(),Ezra Peisach2000-10-172-0/+22