summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Permit a process to have more than one database open at the same timePaul Park1995-06-232-65/+186
* Changes to support AIX shared libraries. The interactionsSam Hartman1995-06-236-21/+40
* Remove krb5_full_addrTheodore Tso1995-06-211-1/+0
* Change PROTOTYPE -> KRB5_PROTOTYPETheodore Tso1995-06-219-6/+18
* Added final change to allow for ASN.1 indefinite encoding; needed forTheodore Tso1995-06-172-0/+11
* Allow the credentials cache argument to be optional; allow it to beTheodore Tso1995-06-172-1/+8
* Add glue for old versions of K4Paul Park1995-06-164-3/+70
* Add install target for shared librariesPaul Park1995-06-168-0/+30
* Change ./DONE to DONEPaul Park1995-06-161-1/+1
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-1526-79/+209
* Add #ifdef around switch statement for ETXTBUSYTheodore Tso1995-06-154-0/+15
* Fix up places in tests where return type of getopt demoted toSam Hartman1995-06-143-2/+7
* Wed Jun 14 12:37:51 1995 Sam Hartman <hartmans@tardis.MIT.EDU>Sam Hartman1995-06-144-6/+18
* For shared library support create symlinks to the .so images in theEzra Peisach1995-06-143-1/+18
* Don't copy library up a level. Let above Makefile create symlink forEzra Peisach1995-06-142-3/+5
* Only defining DEVICE_OPEN et al when unix was defined breaksSam Hartman1995-06-132-2/+10
* A couple bug reports/patches from Ed Phillips (flaregun@udel.edu)Chris Provenzano1995-06-124-33/+54
* definition of krb5_auth_context to a pointer, sizeof(krb5_auth_context)Ezra Peisach1995-06-112-1/+6
* (clean): Remove t_kdb and t_kdb.oEzra Peisach1995-06-112-0/+6
* (clean-unix): Remove $(UNIX_OBJS)Ezra Peisach1995-06-112-1/+5
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-1126-53/+74
* Make sure the status return from krb5_scc_store_principal is reflectedTheodore Tso1995-06-102-10/+16
* Make sure the status return from krb5_fcc_store_principal is reflectedTheodore Tso1995-06-102-1/+7
* Change assertion to check to make sure that the day of the month is >=Theodore Tso1995-06-102-1/+6
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-094-9/+10
* 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