summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* fix initial test/square-bracket bugMark Eichin1994-09-281-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4357 dc483132-0cff-0310-8789-dd5450dbe970
* Change the interface of krb5_ktfile_read_entry andTheodore Tso1994-09-236-46/+45
| | | | | | | | krb5_ktfile_internal_read_entry so that they don't allocate memory for the top-level structure. All of their callers didn't need it and were freeing it anyway. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4342 dc483132-0cff-0310-8789-dd5450dbe970
* Add dependencies for the libraries (so the executables are automaticallyTheodore Tso1994-09-233-9/+9
| | | | | | relinked when the libraries change) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4341 dc483132-0cff-0310-8789-dd5450dbe970
* Make sure all object files are removed in a make clean operationTheodore Tso1994-09-231-3/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4340 dc483132-0cff-0310-8789-dd5450dbe970
* Fix memory leak in klist --- the returned credentials should be freed beforeTheodore Tso1994-09-233-4/+11
| | | | | | the next set is fetched. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4339 dc483132-0cff-0310-8789-dd5450dbe970
* xfree() should have been krb5_xfree()Theodore Tso1994-09-232-6/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4338 dc483132-0cff-0310-8789-dd5450dbe970
* Oops. One more free needed to be insertedTheodore Tso1994-09-231-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4337 dc483132-0cff-0310-8789-dd5450dbe970
* Fix memory leak caused by not freeing top-level structureTheodore Tso1994-09-232-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4336 dc483132-0cff-0310-8789-dd5450dbe970
* Make sure memory associated the credentials cache is freed after theTheodore Tso1994-09-234-10/+32
| | | | | | cache is destroyed. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4334 dc483132-0cff-0310-8789-dd5450dbe970
* Fix silly spelling typoTheodore Tso1994-09-232-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4333 dc483132-0cff-0310-8789-dd5450dbe970
* Fix typo in comment. (Silly spelling mistake)Theodore Tso1994-09-231-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4332 dc483132-0cff-0310-8789-dd5450dbe970
* Fix so that autoconf actually checks for bison/yacc/byacc, so that systemsTheodore Tso1994-09-234-1/+4
| | | | | | | without yacc will win. (Previously, the com_err and ss libraries assumed that yacc existed.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4331 dc483132-0cff-0310-8789-dd5450dbe970
* Fix order of autoconf macros so that the tests can find CC properly.Theodore Tso1994-09-234-5/+14
| | | | | | | (WITH_CCOPTS was too late in the file. We need a standard order to be documented and enforced!) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4330 dc483132-0cff-0310-8789-dd5450dbe970
* Applied Cybersafe's changes to do transited realm path checkingTheodore Tso1994-09-2212-135/+378
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4328 dc483132-0cff-0310-8789-dd5450dbe970
* Fix memory leak in decode timestamp returnTheodore Tso1994-09-213-1/+15
| | | | | | Initialize return variable in decode_krb5_authdata() git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4327 dc483132-0cff-0310-8789-dd5450dbe970
* Fix typo which was causing krb5_encode_test.c to fail due to trying toTheodore Tso1994-09-212-1/+7
| | | | | | free the wrong thing. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4305 dc483132-0cff-0310-8789-dd5450dbe970
* Kbuild is a program which builds a Kerberos V5 distribution with aTheodore Tso1994-09-211-0/+63
| | | | | | | specific set of compilation programs and configuration options, in a repeatable manner. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4304 dc483132-0cff-0310-8789-dd5450dbe970
* index() -> strchr()Theodore Tso1994-09-152-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4257 dc483132-0cff-0310-8789-dd5450dbe970
* Put the tests directory under autoconfTheodore Tso1994-09-159-1/+116
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4256 dc483132-0cff-0310-8789-dd5450dbe970
* Put the tests directory under autoconfTheodore Tso1994-09-155-383/+425
| | | | | | | Incorporate krb5_encode_test_body.c into krb5_encode_test.c (no longer any need to keep them as separate files.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4255 dc483132-0cff-0310-8789-dd5450dbe970
* Create database with key version number of 1Theodore Tso1994-09-152-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4254 dc483132-0cff-0310-8789-dd5450dbe970
* Initialize key version numbers to be 1Theodore Tso1994-09-152-3/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4253 dc483132-0cff-0310-8789-dd5450dbe970
* Don't chop off last character of principal name if it is passed in toTheodore Tso1994-09-152-6/+12
| | | | | | the add principal function. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4252 dc483132-0cff-0310-8789-dd5450dbe970
* Only report errors to syslog if the debug flag is not set. (OtherwiseTheodore Tso1994-09-152-2/+9
| | | | | | send them to stderr.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4244 dc483132-0cff-0310-8789-dd5450dbe970
* TODO file updated from tsx-11Theodore Tso1994-09-151-36/+40
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4243 dc483132-0cff-0310-8789-dd5450dbe970
* Moved CONFIG_RULES before AC_HAVE_LIBRARY() rules, so that they workTheodore Tso1994-09-152-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4242 dc483132-0cff-0310-8789-dd5450dbe970
* Use krb5_rd_req instead of krb5_rd_req_decode, to eliminate some codeTheodore Tso1994-09-152-19/+7
| | | | | | duplication. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4241 dc483132-0cff-0310-8789-dd5450dbe970
* Fix error string ("for reading" -> "for writing")Theodore Tso1994-09-152-1/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4240 dc483132-0cff-0310-8789-dd5450dbe970
* Apply new copyright notice to the krb524 sources. (1993, GZA -> 1994 OV)Theodore Tso1994-09-1517-214/+257
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4239 dc483132-0cff-0310-8789-dd5450dbe970
* Fix bug in V4 emulation where it was always assuming the master keyTheodore Tso1994-09-152-1/+25
| | | | | | | version number was zero. Now it actually reads it in from the master key database entry. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4238 dc483132-0cff-0310-8789-dd5450dbe970
* Fix a number of pointer aliasing bugsTheodore Tso1994-09-159-28/+62
| | | | | | | | Make sure the master key version number is propgated correctly for new keys. Fixed bug where process_client tried to free an automatic variable. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4237 dc483132-0cff-0310-8789-dd5450dbe970
* Removed an excess free() callTheodore Tso1994-09-152-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4236 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed bug reported by Bill Sommerfeld where a missing byte-swap on aTheodore Tso1994-09-152-3/+15
| | | | | | little-endian machine causes the delete operation fail. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4235 dc483132-0cff-0310-8789-dd5450dbe970
* Fixed stupid type in make install targetTheodore Tso1994-09-152-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4234 dc483132-0cff-0310-8789-dd5450dbe970
* Two global variables didn't need to be global; changed to be staticTheodore Tso1994-09-092-2/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4211 dc483132-0cff-0310-8789-dd5450dbe970
* Reversed order of \n\r to make jik happyTheodore Tso1994-09-092-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4210 dc483132-0cff-0310-8789-dd5450dbe970
* Added declaration for strdup() if HAS_STRDUP is not definedTheodore Tso1994-08-313-0/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4208 dc483132-0cff-0310-8789-dd5450dbe970
* Fix pointer aliasing problem between newkey and authent->subkeyTheodore Tso1994-08-202-0/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4204 dc483132-0cff-0310-8789-dd5450dbe970
* Fix wrong OID's!Theodore Tso1994-08-202-12/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4203 dc483132-0cff-0310-8789-dd5450dbe970
* Fix bug of trying to use freed memoryTheodore Tso1994-08-202-1/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4202 dc483132-0cff-0310-8789-dd5450dbe970
* Added #ifdef NEED_SYS_FCNTL_H around <sys/fcntl.h>Theodore Tso1994-08-183-0/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4198 dc483132-0cff-0310-8789-dd5450dbe970
* Fix KRB4 handling (was broken, just like kdc directory)Theodore Tso1994-08-184-14/+43
| | | | | | | | | Fix bug to allow cross-realm forwarded credentials to work. Store the forwarded credentials in a pid-dependent file, so that different rlogin sessions get different credentials caches. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4197 dc483132-0cff-0310-8789-dd5450dbe970
* always substituteMark Eichin1994-08-182-1/+8
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4196 dc483132-0cff-0310-8789-dd5450dbe970
* document previous stampingMark Eichin1994-08-181-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4195 dc483132-0cff-0310-8789-dd5450dbe970
* stamp out rcs keywordsMark Eichin1994-08-1810-64/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4194 dc483132-0cff-0310-8789-dd5450dbe970
* Fix broken $(KRB4)/lib/libdes.a inclusion in the Makefile --- should haveTheodore Tso1994-08-183-2/+8
| | | | | | been checked and done in configure.in only if KRB4 is defined. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4193 dc483132-0cff-0310-8789-dd5450dbe970
* stamp out rcs keywordsMark Eichin1994-08-182-9/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4192 dc483132-0cff-0310-8789-dd5450dbe970
* stamp out rcs keywordsMark Eichin1994-08-18400-2222/+350
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4191 dc483132-0cff-0310-8789-dd5450dbe970
* stamp out rcs keywordsMark Eichin1994-08-1854-285/+40
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4190 dc483132-0cff-0310-8789-dd5450dbe970
* stamp out rcs keywordsMark Eichin1994-08-1869-206/+70
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4189 dc483132-0cff-0310-8789-dd5450dbe970