summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * xdr.h: Flush out prototypes for xdrmem_create(),Ezra Peisach2001-02-186-18/+69
* * trval.c: Add prototypes for trval() and trval2()Ezra Peisach2001-02-182-1/+7
* * Makefile.in: Add $(datadir) to INSTALLMKDIRS for util/etEzra Peisach2001-02-162-1/+7
* * t_deltat.c (main): Test of overflow and underflow of krb5_int32Ezra Peisach2001-02-165-118/+308
* * loadv4.c: Remove references to KRB_NEVERDATETom Yu2001-02-092-4/+6
* * kerberos_v4.c (kerberos_v4): Remove references toTom Yu2001-02-092-12/+7
* * kdb5_util.M: Fix some formatting nits and document new flagsTom Yu2001-02-062-12/+28
* * cnv_tkt_skey.c (krb524_convert_tkt_skey): Avoid double-free;Tom Yu2001-02-052-1/+5
* * prompter.c (krb5_prompter_posix): Fix up terminal modes if we'reTom Yu2001-02-052-0/+17
* * krb5.conf: Test with trailing whitespace on "default_realm"Tom Yu2001-02-022-2/+7
* * preauth.c (krb5_obtain_padata): Don't dereference a NULL pointerTom Yu2001-01-303-0/+19
* * rd_req_dec.c (krb5_rd_req_decrypt_tkt_part): FreeEzra Peisach2001-01-302-2/+8
* * sclient.c (main): Do not free auth_context unlessEzra Peisach2001-01-302-2/+7
* * kpropd.c (load_database): Initialize save_stderr variableKen Raeburn2001-01-302-1/+5
* * make_checksum.c (krb5_c_make_checksum): Clear checksum contents pointer afterKen Raeburn2001-01-302-0/+6
* * krb.h: Remove KRB_NEVERDATETom Yu2001-01-302-2/+4
* * kprop.h (KPROP_CKSUMTYPE): Delete unused macroKen Raeburn2001-01-302-1/+4
* * lifetime.c: Remove support for "magic" lifetime value of 255Tom Yu2001-01-302-11/+7
* * Makefile.in: Remove rule for aix.bincmds; we don't need itTom Yu2001-01-293-13/+12
* * shlib.conf: We don't need aix.bincmds anymore for AIX. Use theTom Yu2001-01-292-2/+7
* * aclocal.m4 (KRB5_LIB_AUX): Smash some shared lib file extensionsTom Yu2001-01-292-4/+19
* * dest_tkt.c: Clean up uid handling. Fix stat checksTom Yu2001-01-274-75/+266
* * krshd.c: Get path for NOLOGIN file from paths.h if present,Tom Yu2001-01-262-1/+17
* * Makefile.in (OBJS, SRCS): Add prot_client.o, prot_client.cTom Yu2001-01-262-0/+4
* * prot_client.c: New file; client-side protocol supportTom Yu2001-01-263-0/+393
* * prot.h: Add new prototypes for prot_client.c stuff. Also, addTom Yu2001-01-262-0/+39
* * state.c (envvarok): Disallow LC_* and NLSPATHTom Yu2001-01-262-0/+6
* more afsstring2key unterminated-input checks & fixesKen Raeburn2001-01-252-2/+25
* * t_afss2k.c: Extend test cases to cover situation where krb5_data refers toKen Raeburn2001-01-253-18/+49
* * prot_common.c: Fix up some error returnsTom Yu2001-01-243-37/+120
* * prot.h: Add prototype for decode_kdc_request() and some roughTom Yu2001-01-242-0/+18
* * stringtokey.c (kerberos): Now const.Ken Raeburn2001-01-242-2/+7
* * forward.c (rd_and_store_for_creds): Overwrite any existing valueTom Yu2001-01-242-1/+6
* * rc_io.c (getdir): Subtract one from dirlen, since sizeofTom Yu2001-01-242-11/+20
* document recent large number of changesTom Yu2001-01-231-0/+48
* * cr_ciph.c: Include prot.h. KRB4_PUT32 -> KRB4_PUT32BE.Tom Yu2001-01-231-1/+2
* * prot_common.c: New file; contains functions to encode/decodeTom Yu2001-01-2318-67/+636
* * krb.h: Remove internal prototypes and macrosTom Yu2001-01-233-152/+173
* * krb5_32.def: Add krb5_rc_close() so gssapi buildsDanilo Almeida2001-01-222-0/+5
* missed a variable that should've been made constKen Raeburn2001-01-212-2/+3
* add mit copyrightKen Raeburn2001-01-211-0/+24
* fix year for last changeKen Raeburn2001-01-211-1/+1
* make afs string2key thread-safeKen Raeburn2001-01-202-53/+63
* add some commentsKen Raeburn2001-01-201-0/+5
* new test case for afs string2keyKen Raeburn2001-01-203-2/+106
* * preauth.c: Don't use PROTOTYPE macro, just always use the prototypesKen Raeburn2001-01-202-10/+15
* * preauth.c: Remove uses of KRB5_NPROTOTYPE() macroTom Yu2001-01-202-44/+48
* * 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
* * rcfns.c: New file, with fn versions of former dispatch macros from krb5.hKen Raeburn2001-01-203-3/+99