summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-0914-22/+35
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-094-10/+14
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-093-6/+10
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-093-4/+8
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-0918-37/+45
* md5crypto.c: Fix -Wall nitsTheodore Tso1995-06-093-4/+8
* md4crypto.c: Fix -Wall nitsTheodore Tso1995-06-093-4/+8
* Fix -Wall nitsTheodore Tso1995-06-093-20/+22
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-096-19/+20
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-3/+5
* rd_req_dec.c (krb5_rd_req_decoded): Fix -Wall nitsTheodore Tso1995-06-095-78/+13
* * Makefile.in: don't install et-generated headers in the build treeTom Yu1995-06-092-16/+8
* * Makefile.in, configure.in: use CopyHeader rather than hand-codedTom Yu1995-06-093-7/+6
* * rd_cred.c (krb5_rd_cred_basic): fix typo (extra "context"Tom Yu1995-06-092-1/+6
* $($(WHAT)_OBJS) is not accepted by all Makes! We assume for now thatTheodore Tso1995-06-092-8/+12
* read_passwd.c (des_read_pw_string): Don't depend onTheodore Tso1995-06-093-33/+134
* Fix problem where the ticket field was assigned with a krb5_data,Theodore Tso1995-06-092-1/+7
* Clean up gcc -Wall flamesTheodore Tso1995-06-0836-376/+410
* Add new logging control routinesPaul Park1995-06-084-5/+951
* clean-$(what) should be clean-$(WHAT)Theodore Tso1995-06-071-1/+1
* Remove old CONFIG_FILE codeTheodore Tso1995-06-072-2/+5
* def_realm.c (krb5_get_default_realm), get_krbhst.cTheodore Tso1995-06-078-612/+44
* Include time.h (or sys/time.h) for struct tm structure which is nowEzra Peisach1995-06-072-0/+12
* Convert longs to KRB_32 for 64 bit architectures. (onlyEzra Peisach1995-06-062-6/+24
* Add support for specifiable ccache and ticket lifetime for kadmPaul Park1995-06-052-34/+121
* Change order of libraries to allow for proper shared library dependenciesEzra Peisach1995-06-052-1/+6
* Made the shared library makefile changes not apply to the PCKeith Vetter1995-06-035-9/+50
* PC bug fixes mostly 16 vs 32 which prototyping fixedKeith Vetter1995-06-033-10/+55
* Low-level PC socket read/write didn't workKeith Vetter1995-06-033-4/+16
* Ranlib libkdb5 after doing the update from berk_dbPaul Park1995-05-312-0/+5
* Change DBOBJS to DB_OBJS to match rest of Makefile.inEzra Peisach1995-05-312-1/+6
* Removed making in des425 for the PCKeith Vetter1995-05-312-6/+4
* Added missing Windows DLL exported routineKeith Vetter1995-05-312-2/+7
* Removed INTERFACE from two kadm routinesKeith Vetter1995-05-312-2/+6
* Added kadm routines to the export listKeith Vetter1995-05-302-0/+9
* Changes to get kadm working on the PCKeith Vetter1995-05-303-9/+35
* Restore timestamp file which is needed by libupdate.shTheodore Tso1995-05-271-1/+2
* Add timestamp check file required by libupdate.shTheodore Tso1995-05-271-2/+2
* Added new function, des_cblock_print_file(), which is referenced byTheodore Tso1995-05-274-2/+72
* Remove backward compatibility code for Kerberos V3 (!) which wasTheodore Tso1995-05-274-1/+35
* Add support for building shared librariesTheodore Tso1995-05-2736-35/+262
* Use new Berkeley Database code and add testPaul Park1995-05-265-26/+993
* Added kadm for the PCKeith Vetter1995-05-262-2/+13
* Disabled some of the shared library stuff for the PCKeith Vetter1995-05-262-2/+17
* Add support building shared librariesTheodore Tso1995-05-2618-14/+120
* First pass to make the new kadm stuff compile cleanly on the PC. No testKeith Vetter1995-05-267-26/+43
* Several small changes to get the PC working without warningsKeith Vetter1995-05-256-10/+17
* Fix syntax error in freeing of keyblockEzra Peisach1995-05-252-1/+6
* Makefile.in, configure.in: Add rules for building shared libraryTheodore Tso1995-05-241-0/+2
* On an error, free the keyblockTheodore Tso1995-05-244-2/+15