summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Include k5-sockets.h now that k5-config.h does not include netdb.h.Ezra Peisach1995-05-242-0/+7
* Make clean: Remove libkdb4.a and libkrb4.a symlinksEzra Peisach1995-05-242-1/+6
* Rearrange #include files so that krb5.h gets included first, so thatTheodore Tso1995-05-2320-18/+63
* Don't install the error table header files; they shouldn't be neededTheodore Tso1995-05-232-8/+5
* Use the POSIX utime instead of utimes. (For hpux)Ezra Peisach1995-05-222-6/+9
* Add install SUBDIRSPaul Park1995-05-222-0/+5
* Describe previous changesPaul Park1995-05-221-0/+6
* Do not report creds as expired if the expiration time is indefinitePaul Park1995-05-221-2/+6
* Add null install targetPaul Park1995-05-221-0/+2
* Install EXPORTED_HEADERS in gssapi subdirectoryPaul Park1995-05-223-0/+13
* Handle problem of O_SYNC not existing on a platform. (for netbsd)Ezra Peisach1995-05-213-0/+14
* Increment remote_seq_number if KRB5_AUTH_CONTEXT_DO_SEQUENCE is setEzra Peisach1995-05-202-0/+6
* Use the KRB5_KTNAME environment variable to override the defaultTheodore Tso1995-05-202-6/+19
* in_tkt.c: Use HAVE_SETREUID and HAVE_SETRESUID to define setreuid properlyEzra Peisach1995-05-183-3/+13
* Use available random number generator and free all allocated memoryPaul Park1995-05-164-31/+90
* Fix Ultrix problems for testsPaul Park1995-05-163-8/+14
* Fix bug in ktent_to_proto() and add test modulesPaul Park1995-05-161-0/+7
* Add new test modulesPaul Park1995-05-164-0/+1193
* Fix bug in krb5_adm_ktent_to_proto() which botched integersPaul Park1995-05-161-16/+16
* Fix nitty bug in gmt_mktime()Paul Park1995-05-162-1/+7
* Missing a "retval = " so errors in addresses were passingEzra Peisach1995-05-122-1/+5
* * key_sched.c (mit_des_key_sched): *always* fill in the schedule,Mark Eichin1995-05-122-2/+8
* * mk_cred.c (krb5_mk_cred()), mk_priv.c (krb5_mk_priv()),Chris Provenzano1995-05-117-12/+21
* Remove inclusion of malloc.h. k5-int.h already handles declarations ofEzra Peisach1995-05-092-1/+6
* Add new modulesPaul Park1995-05-091-0/+4
* Add new modules to handle administrative protocol keyword=valuePaul Park1995-05-096-0/+1234
* Change to use profile information instead of assuming that thePaul Park1995-05-091-53/+189
* Remove t_kerb and t_kerb.o on make cleanEzra Peisach1995-05-092-0/+5
* configure.in: Add HAS_ANSI_VOLATILEEzra Peisach1995-05-093-4/+8
* mk_faddr.c (krb5_make_fulladdr): Allocate enough memory forEzra Peisach1995-05-092-1/+4
* Declare prompt and prompt2 as const char * so that callersEzra Peisach1995-05-092-2/+7
* Add string.h if necessary to define strlen, etc.Ezra Peisach1995-05-0910-4/+42
* Added $(DESTDIR) support to make install productionTheodore Tso1995-05-051-2/+2
* Fix .Sanitize files to reflect new added filesTheodore Tso1995-05-055-0/+8
* Fix spelling typoTheodore Tso1995-05-051-1/+1
* conv_princ.c (krb5_425_conv_principal): Use new callingTheodore Tso1995-05-056-18/+193
* Update Sanitize file to reflect file additions, deletionsTheodore Tso1995-05-042-3/+3
* * put_svc_key.c (put_svc_key): remove spurious & in front of fkeyTom Yu1995-05-045-4/+17
* * Makefile.in: new includes target to install krb_err.h inTom Yu1995-05-042-8/+14
* * recvauth.c, compat_recv.c (krb5_recvauth()):Chris Provenzano1995-05-033-5/+9
* nevermind..Mark Eichin1995-05-032-25/+0
* Fix memory leaks in this function. The krb5_donot_replay structureTheodore Tso1995-05-032-19/+20
* * Makefile.in: nuke spurious whitespace in blank lineTom Yu1995-05-032-1/+5
* * Makefile.in: nuke spurious whitespace from blank lineTom Yu1995-05-032-1/+5
* Fix lots of typos in krb5_make_fulladdrs() patch. (Lots of places whereTheodore Tso1995-05-035-55/+7
* * get_krbhst.c (krb5_get_krbhst): look in KRB5_ENV_KDCMark Eichin1995-05-032-0/+25
* * mk_cred.c (mk_cred()), mk_priv.c (mk_priv()), mk_safe.c (mk_safe()),Chris Provenzano1995-05-027-79/+150
* clean-unix: Remove the installed krb_err.h in the include directoryEzra Peisach1995-05-022-0/+6
* krb5_set_config_files needs a const in the declaration to match callEzra Peisach1995-05-022-1/+7
* * genaddrs.c (krb5_auth_con_genaddrs()),Chris Provenzano1995-05-014-43/+58