| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix possible null pointer deref, possible uninit ptr use, possible | Ken Raeburn | 2008-06-27 | 1 | -6/+13 |
| * | Bump minor version number. Update dependencies | Ken Raeburn | 2008-06-25 | 1 | -1/+4 |
| * | Pull in xdr_sizeof from tirpc2.3 (which has the same license as our current r... | Ken Raeburn | 2008-06-25 | 3 | -0/+167 |
| * | Don't use private copy of syslog.h. Rebuild dependencies | Ken Raeburn | 2008-06-10 | 1 | -2/+1 |
| * | On Mac OS X, try poking launchd to get the portmapper launched before | Ken Raeburn | 2008-06-06 | 1 | -3/+55 |
| * | Fix a few incompatible-pointer warnings that aren't just about signedness | Ken Raeburn | 2008-06-02 | 1 | -1/+1 |
| * | Left-shifting all the way in signed math is undefined, use unsigned | Ken Raeburn | 2008-04-25 | 1 | -1/+1 |
| * | MITKRB5-SA-2008-002 | Ken Raeburn | 2008-03-18 | 2 | -2/+29 |
| * | fix CVE-2007-5902: integer overflow in svcauth_gss_get_principal() | Tom Yu | 2007-12-14 | 1 | -1/+1 |
| * | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 6 | -12/+29 |
| * | Revise patch to avoid 32-byte overflow which remained after the | Tom Yu | 2007-09-05 | 1 | -2/+10 |
| * | Rework error-mapping code to preserve status code values when returned | Ken Raeburn | 2007-09-05 | 2 | -9/+6 |
| * | Support using valgrind on test programs | Ken Raeburn | 2007-09-04 | 2 | -1/+44 |
| * | fix CVE-2007-3999 svc_auth_gss.c buffer overflow | Tom Yu | 2007-09-04 | 1 | -1/+1 |
| * | remap mechanism-specific status codes in mechglue/spnego | Ken Raeburn | 2007-08-16 | 2 | -2/+31 |
| * | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 1 | -25/+30 |
| * | fix MITKRB5-SA-2007-004 [CVE-2007-2442/VU#356961, CVE-2007-2443/VU#365313] | Tom Yu | 2007-06-26 | 2 | -5/+8 |
| * | MITKRB5-SA-2006-002: svctcp_destroy() can call uninitialized function pointer | Tom Yu | 2007-01-09 | 1 | -0/+5 |
| * | * svc_auth_gss.c (svcauth_gss_import_name): Unused function deleted | Ken Raeburn | 2006-11-02 | 1 | -26/+0 |
| * | Include time.h for time() prototype | Ezra Peisach | 2006-10-16 | 1 | -0/+1 |
| * | Remove all unused variable warnings from tree | Ezra Peisach | 2006-10-15 | 1 | -1/+1 |
| * | fix dependence on config.status to use correct dir | Ken Raeburn | 2006-10-05 | 1 | -1/+1 |
| * | Move RPC header files to include/gssrpc, which we copy to them at | Ken Raeburn | 2006-09-16 | 18 | -3129/+265 |
| * | authgss_refresh(): Use GSS_C_NO_CHANNEL_BINDINGS macro | Alexandra Ellwood | 2006-07-18 | 1 | -1/+1 |
| * | autoconf 2.60 compatibility | Ken Raeburn | 2006-06-28 | 1 | -2/+2 |
| * | Merge from branches/mechglue. Initial integration of Sun-donated | Tom Yu | 2006-06-14 | 2 | -3/+2 |
| * | Merge about 1/3 of the remaining configure scripts into the top level. This | Ken Raeburn | 2006-05-31 | 4 | -209/+7 |
| * | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 1 | -5/+6 |
| * | Add SRCS definition and run make depend | Ken Raeburn | 2006-05-16 | 1 | -0/+38 |
| * | Generate rpc includes as part of the generate-files-mac target | Alexandra Ellwood | 2006-04-24 | 1 | -0/+2 |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 2 | -1716/+0 |
| * | * client.c (usage): Mark as "noreturn" under gcc | Ken Raeburn | 2006-04-10 | 2 | -0/+7 |
| * | set DEFS empty in more places | Ken Raeburn | 2006-04-04 | 4 | -0/+10 |
| * | make depend | Ken Raeburn | 2006-04-01 | 1 | -48/+53 |
| * | Include autoconf.h (or include it earlier) in a bunch of files that are | Ken Raeburn | 2006-04-01 | 12 | -3/+22 |
| * | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -244/+264 |
| * | * dyn.c (DynDelete, DynInsert, DynPut): Delete bcopy branches. | Ken Raeburn | 2006-03-30 | 2 | -22/+5 |
| * | * configure.in: Always supply three arguments to AC_DEFINE_UNQUOTED | Ken Raeburn | 2006-03-28 | 2 | -2/+7 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 2 | -29/+4 |
| * | fix more executable permissions | Tom Yu | 2005-08-25 | 1 | -0/+0 |
| * | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 2 | -6/+0 |
| * | All configure.in scripts: Use K5_AC_INIT instead of AC_INIT | Ken Raeburn | 2005-08-20 | 4 | -2/+10 |
| * | * Makefile.in (check-unix): Don't run dyntest automatically | Ken Raeburn | 2005-07-02 | 2 | -1/+5 |
| * | Fix braino in previous change to xdr_bytes. New test case for | Tom Yu | 2005-01-14 | 3 | -4/+7 |
| * | * authgss_prot.c (xdr_rpc_gss_wrap_data): Use xdr_alloc to avoid | Tom Yu | 2005-01-14 | 3 | -37/+32 |
| * | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -207/+224 |
| * | install rpc headers into correct directory | Tom Yu | 2004-11-18 | 2 | -2/+7 |
| * | Kevin Coffman's patches to support passing gss context state to kernel | Tom Yu | 2004-10-26 | 5 | -70/+102 |
| * | * Makefile.in (install-unix): Install headers | Tom Yu | 2004-10-18 | 2 | -0/+12 |
| * | * xdr_rec.c (LAST_FRAG): Use 1L in case int is small | Ken Raeburn | 2004-09-24 | 2 | -1/+5 |