summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Temporary hack for the alpha. Undefine STREAMSPTY if defined.Ezra Peisach1995-05-012-0/+9
* Call to krb5_read_password takes as an argument an int* not an int to represe...Ezra Peisach1995-05-012-2/+8
* Formatting fixes.Ezra Peisach1995-05-013-30/+33
* Updated API's on all of theseEzra Peisach1995-05-015-39/+395
* Global variables krb5_config_file and krb5_trans_file definitionsEzra Peisach1995-04-302-0/+7
* Do not redefine PROTOTYPE if it is already definedEzra Peisach1995-04-302-0/+6
* Fix spacing in configure --help for the krb4 optionsEzra Peisach1995-04-292-3/+7
* Remove the unused argument to aggree with the expected callingEzra Peisach1995-04-294-107/+10
* Link the libraries twice due to circular dependency in the libraries.Theodore Tso1995-04-292-1/+11
* Fix fencepost error which caused an access beyond the allocated memoryTheodore Tso1995-04-292-1/+4
* Use Posix sigaction() instead of signal() to set signal handlers.Theodore Tso1995-04-292-23/+42
* * g_phost.c: removed references to sys/param.h and netdb.hTom Yu1995-04-293-4/+5
* Call krb5_free_priv_enc_part to free the entire privenc_msg structureTheodore Tso1995-04-292-6/+7
* kadmin.c (main): Don't free the credentials cache twice in caseTheodore Tso1995-04-293-2/+9
* Use $(LD) instead of $(CC) so that we can do purify checkingTheodore Tso1995-04-292-2/+5
* adm_network.c (setup_network): Use sigaction() instead ofTheodore Tso1995-04-294-2/+39
* kdc_util.c (kdc_process_tgs_req): Make sure apreq->ticket getsTheodore Tso1995-04-294-2/+17
* Don't use setreuid() to play games with the real uid, since not allTheodore Tso1995-04-292-19/+14
* Windows gssapi demo now works. The UI isn't great but heyKeith Vetter1995-04-296-81/+229
* * Makefile.in (KLIB): put KRB4_LIB inside KLIBMark Eichin1995-04-288-8/+24
* * Makefile.in (LOCAL_LIBRARIES): put KRB4_LIB inside KLIB, and putMark Eichin1995-04-284-4/+14
* Disable command recognition for not-fully-implemented commandsPaul Park1995-04-282-0/+12
* * Makefile.in (KLIB): include KRB4_LIB directly, to satisfy bothMark Eichin1995-04-282-4/+8
* signal.h, not sys/signal.hMark Eichin1995-04-283-4/+2
* Sorry - reinstate <sys/signal.h> for srv_net and proto_servPaul Park1995-04-283-4/+8
* * srv_net.c: include <signal.h>Mark Eichin1995-04-282-0/+4
* Added check for POSIX_FILE_LOCK to enable POSIX file lockingTheodore Tso1995-04-283-1/+7
* Add new document describing kadmin extensions to admin protocolPaul Park1995-04-283-0/+278
* Make links work with both --with-krb4 and --with-krb4=/usr/athenaPaul Park1995-04-282-2/+8
* * kparse.h (strutol, strsave): are only static in this moduleMark Eichin1995-04-282-3/+4
* Fix bug in lang_init_slist() which would not return that it hadPaul Park1995-04-282-1/+7
* oops. s/CHECK/PROG/Mark Eichin1995-04-282-3/+3
* configure.in: Add check for KRB5_POSIX_LOCKSTheodore Tso1995-04-283-8/+17
* Add #include of fcntl.hTheodore Tso1995-04-282-0/+3
* * configure.in (PATH): use internal AC_CHECK_ECHO_N because changeMark Eichin1995-04-282-0/+9
* * lndir (ls): use ls -a to get dotfiles tooMark Eichin1995-04-282-1/+5
* Don't try to strip an empty line. This causes memory reference errorTheodore Tso1995-04-282-1/+6
* Use $(LD) instead of $(CC) when trying to link. (So purify works).Theodore Tso1995-04-282-1/+7
* Add kadm to list of subdirectories to be builtPaul Park1995-04-284-1/+8
* Oops, checked in wrote version of gss-miscTheodore Tso1995-04-281-1/+4
* gss-server.c (main, sign_server): Make changes to allowTheodore Tso1995-04-283-17/+79
* Fix aclocal.m4 with --with-krb4 has a value. KDB4_LIB is now $withval/Paul Park1995-04-282-1/+6
* Use new library libkadm.Paul Park1995-04-289-40/+145
* Use new library libkadm. Compilation cleanupPaul Park1995-04-283-9/+11
* Moved these administrative protocol functions out of libkrb5Paul Park1995-04-287-0/+1118
* Remove INTERFACE from prototype definitions in adm_proto.hPaul Park1995-04-282-7/+11
* Moving adm_conn out of libkrb5Paul Park1995-04-285-512/+5
* Remove adm_rw from libkrb5Paul Park1995-04-284-527/+5
* * krb4-proto.h: #if 0, not #ifdef 0Mark Eichin1995-04-282-1/+5
* Don't try to include osconf.hTheodore Tso1995-04-284-119/+5