summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-2512-28/+39
* Fix tabbing in prototypes. (Just to clear up a conflict)Theodore Tso1995-09-251-6/+6
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-2510-29/+40
* Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-253-9/+9
* Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-253-7/+9
* Fixed kb_seal_size prototypeKeith Vetter1995-09-252-2/+6
* Change password for the MacKeith Vetter1995-09-246-13/+40
* (change has no real effect, but I found the inconsistency when looking forMark Eichin1995-09-242-2/+6
* * logger.c (klog_com_err_proc): pass whoami in failure messagesMark Eichin1995-09-242-2/+7
* Define PROTOTYPE if it is not defined elsewhereTheodore Tso1995-09-232-0/+12
* keysalt.c: 16/32 bit integer mismatch.Theodore Tso1995-09-233-10/+22
* Remove the (int) cast, since you can't take address of a value whichTheodore Tso1995-09-233-3/+11
* acquire_.c: changed int to size_t.Theodore Tso1995-09-237-5/+76
* oid_ops.c: signed/unsigned mismatch, removed unused variablesTheodore Tso1995-09-233-5/+10
* Put back in all:: all-$(WHAT) rule--PC needs itTheodore Tso1995-09-232-0/+5
* Removed ^M's from DOS integration. (Oops!)Theodore Tso1995-09-231-1/+1
* Put back in all:: all-$(WHAT) rule--PC needs itTheodore Tso1995-09-232-0/+5
* Makefile.in: PC needs sscanf.cTheodore Tso1995-09-233-8/+16
* had to define away DBFLAGS for the PCTheodore Tso1995-09-232-0/+5
* get_in_t.c: removed unused variable.Theodore Tso1995-09-235-5/+14
* Added MSDOS to wherever MACINTOSH was usedTheodore Tso1995-09-232-4/+8
* signed/unsigned mismatchTheodore Tso1995-09-232-1/+5
* 32 bit word being passed as an intTheodore Tso1995-09-235-5/+10
* Makefile.in: moved shared rule to all-unix:: targetTheodore Tso1995-09-235-4/+12
* Makefile.in: PC builds all C files because of function name changesTheodore Tso1995-09-234-9/+15
* md5crypt.c: put function prototype back in, fixed signed/unsignedTheodore Tso1995-09-233-4/+28
* md4crypt.c: put function prototype back in, fixed signed/unsignedTheodore Tso1995-09-233-4/+28
* put function prototype back inTheodore Tso1995-09-232-0/+13
* Declare cleanup function as void and propogate thoughout the file. This handlesEzra Peisach1995-09-202-10/+16
* Don't modify a const input variable val; copy it to a scratch variableTheodore Tso1995-09-182-2/+9
* Fix typo error in checkinEzra Peisach1995-09-182-2/+6
* Lots of memory leaks and other fixes...Theodore Tso1995-09-1618-106/+136
* sendauth.c (krb5_sendauth): Make sure the scratch credentialsTheodore Tso1995-09-169-25/+46
* moderately clean handling of allocated storage on error during partialMark Eichin1995-09-142-95/+209
* Clear the buffer before calling the SIOCGIFCONF ioctl. This makesTheodore Tso1995-09-132-1/+8
* Fix memory leak. Free the default realm when we're done. Remove theTheodore Tso1995-09-132-132/+157
* Fix memory leaks and lint flamesTheodore Tso1995-09-132-25/+39
* fetch_mkey.c (krb5_db_fetch_mkey): This routine now sets the masterTheodore Tso1995-09-133-3/+13
* Free the auth context when freeing the GSSAPI context structureTheodore Tso1995-09-133-0/+14
* Added inclusion of des_int.hKeith Vetter1995-09-132-0/+6
* Revert keytype -> emctype changes.Ezra Peisach1995-09-126-175/+75
* Undo MACINTOSH changes to path in these files - theye were correct. TheEzra Peisach1995-09-124-12/+5
* Reintegrate the keytab -> enctype changesEzra Peisach1995-09-123-5/+5
* Put back in the keytype -> enctype changesEzra Peisach1995-09-122-2/+7
* Reintegrate Macintosh changesEzra Peisach1995-09-1234-309/+293
* Integrate Macintosh changes into previous sourcesEzra Peisach1995-09-127-18/+34
* Reintegrate changes lost during Macintosh checkinEzra Peisach1995-09-126-15/+62
* Reinstate previous changes that were lostEzra Peisach1995-09-124-15/+30
* Reinstate the keytype -> enctype changes and keep the new Mac changesEzra Peisach1995-09-126-18/+24
* Rvert lost changesEzra Peisach1995-09-122-7/+11