summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-256-14/+21
* Fix tabbing in prototypes. (Just to clear up a conflict)Theodore Tso1995-09-251-6/+6
* Fixed kb_seal_size prototypeKeith Vetter1995-09-252-2/+6
* 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
* Lots of memory leaks and other fixes...Theodore Tso1995-09-1618-106/+136
* Free the auth context when freeing the GSSAPI context structureTheodore Tso1995-09-133-0/+14
* 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
* Mac Beta 1 submissionKeith Vetter1995-09-1113-5/+52
* (gss_delete_sec_context): Add extra indirection so that we actuallyTheodore Tso1995-09-093-6/+14
* * accept_sec_context.c, init_sec_context.c, util.c :Chris Provenzano1995-09-064-5/+9
* * accept_sec_context.c, init_sec_context.c, util_seed.c :Chris Provenzano1995-09-064-5/+11
* Update to GSSAPI-V2Paul Park1995-08-3132-295/+1622
* init_sec_context.c (krb5_gss_init_sec_context): Remove duplicatedEzra Peisach1995-08-302-23/+5
* Zero out newly allocated context so encrypt_block doesnt have garbagePaul Park1995-08-293-1/+8
* Describe previous changesPaul Park1995-08-291-0/+10
* Add magic numbers for GSSAPI data structuresPaul Park1995-08-291-1/+3
* Add prototypes for {im,ex}port_sec_context and kg_ser_context_initPaul Park1995-08-291-0/+17
* Add {im,ex}port_sec_context wrapper routinesPaul Park1995-08-291-0/+30
* Add new modules to support {im,ex}port of GSSAPI contextPaul Park1995-08-295-0/+1060
* Add prototypes for gss_{im,ex}port_sec_contextPaul Park1995-08-292-1/+15
* Use generic_gss_release_oid_set() instead of gss_release_oid_set() soTheodore Tso1995-08-072-1/+7
* Find rsa-md5.h in the correct place. Use k5-int.hPaul Park1995-07-276-14/+12
* Include k5-int.h instead of specific internal include filesPaul Park1995-07-272-5/+6
* Remove LDFLAGSPaul Park1995-07-074-2/+8
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-153-2/+11
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-114-3/+8
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-094-8/+11
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-6/+6
* Include time.h (or sys/time.h) for struct tm structure which is nowEzra Peisach1995-06-072-0/+12
* Include k5-sockets.h now that k5-config.h does not include netdb.h.Ezra Peisach1995-05-242-0/+7
* 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
* * Makefile.in: nuke spurious whitespace in blank lineTom Yu1995-05-032-1/+5
* * init_sec_context.c (krb5_gss_init_sec_context()) :Chris Provenzano1995-05-012-10/+41
* Do not redefine PROTOTYPE if it is already definedEzra Peisach1995-04-302-0/+6
* Fixed PC makefile bug with passing wrong macro on recursive makesKeith Vetter1995-04-272-3/+7
* If STDC and WINDOWS is not defined, define PROTOTYPE properly.Ezra Peisach1995-04-212-0/+6
* Some PC fix-ups due to the include structure changingKeith Vetter1995-04-202-1/+10
* configure.in: Add checking for SIZEOF_SHORT, SIZEOF_INT, andTheodore Tso1995-04-205-5/+61
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-144-0/+193
* Windows global stuff:Keith Vetter1995-04-1445-237/+249
* Commit on the whole tree to make a checkpoint for a working windows worldKeith Vetter1995-03-312-1/+6
* * Makefile.in (unixmac): Add to build header filesJohn Gilmore1995-03-292-0/+6
* * accept_sec_context.c: Use new calling convention for krb5_rd_req()Chris Provenzano1995-03-272-135/+47