summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Check in ChangeLog for last change..Ezra Peisach1996-03-121-0/+5
* * krshd.c (doit): For encrypted rcp, fix logic in determiningEzra Peisach1996-03-122-15/+16
* * kprop.c: Write a byte to the last-prop file to ensure the fileRichard Basch1996-03-122-0/+6
* Additional bugs needing to be addressedRichard Basch1996-03-121-0/+10
* use KRB5_PROTOTYPEMark Eichin1996-03-121-1/+1
* convert __gss_get_mechanism to k&r style definitionMark Eichin1996-03-121-1/+2
* use PROTOTYPE and K&R style definitions, per krb5 styleMark Eichin1996-03-122-9/+11
* Fixed mispelling of Doug Engert's nameTheodore Tso1996-03-113-6/+6
* * aclocal.m4 (KRB5_SIGTYPE): quote the body correctly, so the testMark Eichin1996-03-111-2/+2
* Change sizeof(long) to sizeof(krb5_int32)Ezra Peisach1996-03-092-1/+6
* * kprop.c: The credentials cache should be destroyed after any errorRichard Basch1996-03-062-0/+8
* POSIX requires a file be opened read-write for lockingRichard Basch1996-03-061-1/+1
* * dumpv4.c:Richard Basch1996-03-062-6/+78
* * kprop.c: Call krb5_sname_to_principal rather than doing the OS calls.Richard Basch1996-03-053-60/+51
* kdb5_edit has been moved to PREFIX/sbinRichard Basch1996-03-052-1/+5
* * kdb5_edit.c: new command line option -f stashfile.Mark Eichin1996-03-053-15/+33
* now the keys actually *work* when you load an old dump (a real one,Mark Eichin1996-03-052-3/+15
* * default.exp: Log krb5kdc to stderr so that test can detectEzra Peisach1996-03-052-1/+20
* Changes to start up kshd (not krshd) with new argumentsEzra Peisach1996-03-033-8/+14
* Change to execute with new program name and argumentsEzra Peisach1996-03-032-4/+9
* * krb5_decode_test.c (main): In krb5_enc_tkt_part (optionals NULL)Ezra Peisach1996-03-032-1/+7
* * srv_main.c: Move inclusion of k5-int.h before testing ifEzra Peisach1996-03-032-1/+6
* * g_imp_sec_context.c, g_exp_sec_context.c: Include string.hEzra Peisach1996-03-033-0/+6
* * gss-server.c (test_import_export_context): Add second argumentEzra Peisach1996-03-032-3/+8
* configure.in: Change WITH_DB to WITH_KDB_DBEzra Peisach1996-03-032-1/+5
* gss-server.c (sign_server): Do better import/export security checking.Theodore Tso1996-03-024-38/+219
* k5mech.c (krb5_gss_get_context): Initialize the serializers here,Theodore Tso1996-03-024-125/+119
* g_glue.c (__gss_get_mech_type): Fix code to properly parse tokenTheodore Tso1996-03-014-42/+72
* Use NEED_SOCKETS instead of #including <netdb.h>Theodore Tso1996-03-012-1/+6
* Add closeoscket() call so that program properly cleans up the socketTheodore Tso1996-03-012-0/+7
* Added note: Note that calls to WSAStartup and WSACleanup must be inTheodore Tso1996-03-012-1/+12
* Take out calls to SOCKET_INITIALIZE and SOCKET_CLEANUP. This getsTheodore Tso1996-03-012-1/+18
* Fix to work on 16-bit platforms (we don't allow greater than 64kTheodore Tso1996-03-012-0/+15
* Make sure WSACleanup() is called when the DLL exitsTheodore Tso1996-02-292-0/+5
* mglueP.h: For MS-DOS, add #include of malloc.hTheodore Tso1996-02-295-62/+180
* Added support for users to enter the GSSAPI target name into theTheodore Tso1996-02-293-21/+43
* Move com_err.h after k5-int.h include so that autoconf.h is includedEzra Peisach1996-02-282-1/+5
* Get the nametype OID from gss_display_name, print it, and then releaseTheodore Tso1996-02-282-2/+21
* Update TODO listTheodore Tso1996-02-281-1/+7
* Build the gssapi tests directoryTheodore Tso1996-02-282-1/+5
* Fix memory leak; free enctypes after useTheodore Tso1996-02-282-7/+15
* Windows has strerror()Theodore Tso1996-02-282-0/+7
* Add Windows 95/NT time function. (Does this time function work underTheodore Tso1996-02-282-0/+44
* We have implemented gss_inquire_names_for_mech, notTheodore Tso1996-02-282-1/+7
* Modify windows build procedure to include the gssapi/mechglueTheodore Tso1996-02-282-3/+11
* g_initialize.c (gss_initialize): Don't fprintf to stderr onTheodore Tso1996-02-283-1/+14
* Add mechglue to the list of directories which are recursively handledTheodore Tso1996-02-282-0/+12
* Fix stupid typoTheodore Tso1996-02-281-1/+1
* If starttime is not set, then use authtime as a default. (This fixesTheodore Tso1996-02-282-0/+9
* Protect include of unistd.h with HAVE_UNISTD_HTheodore Tso1996-02-272-0/+6