| Commit message (Expand) | Author | Age | Files | Lines |
| * | Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1 | Tom Yu | 2010-10-08 | 40 | -40/+40 |
| * | relicense Sun RPC to 3-clause BSD-style | Tom Yu | 2010-09-22 | 40 | -920/+1002 |
| * | Fix XDR decoding of large values in xdr_u_int | Greg Hudson | 2010-07-26 | 1 | -1/+1 |
| * | Fix a bug in r24147 where svctcp_create() was passing the wrong length | Greg Hudson | 2010-06-26 | 1 | -1/+1 |
| * | Make kadmin work over IPv6 | Greg Hudson | 2010-06-26 | 2 | -12/+27 |
| * | Eliminate some uses of variables as format strings. Based on a patch | Greg Hudson | 2010-05-03 | 1 | -8/+1 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 4 | -247/+244 |
| * | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 3 | -5/+6 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 54 | -715/+705 |
| * | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 2 | -40/+37 |
| * | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 2 | -37/+40 |
| * | Remove kadmin v1 API support | Greg Hudson | 2009-08-13 | 2 | -15/+15 |
| * | Cleanup some warnings due to getsockname's third argument is sometimes | Ezra Peisach | 2009-02-06 | 3 | -4/+15 |
| * | Detect failure to register with rpcbind/portmap due to security | Ezra Peisach | 2009-02-05 | 4 | -3/+28 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 7 | -14/+14 |
| * | Run a single expect statement to read from both client and server, to | Tom Yu | 2009-01-28 | 1 | -16/+9 |
| * | Define valgrind macros as no-ops if not USE_VALGRIND, and use unconditionally... | Ken Raeburn | 2009-01-22 | 1 | -26/+3 |
| * | When encoding, and compiling with -DUSE_VALGRIND, explicitly get valgrind to ... | Ken Raeburn | 2009-01-20 | 1 | -0/+61 |
| * | Use valgrind in more cases if VALGRIND is set | Ken Raeburn | 2009-01-16 | 1 | -1/+1 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 4 | -362/+358 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -9/+10 |
| * | Signed/unsigned fixes | Ezra Peisach | 2008-12-30 | 2 | -3/+5 |
| * | Add gssrpcint.h to contain prototype for gssrpcint_printf. Include | Ezra Peisach | 2008-12-29 | 5 | -6/+51 |
| * | make depend | Sam Hartman | 2008-12-02 | 1 | -1/+2 |
| * | add k5-platform.h for asprintf | Tom Yu | 2008-12-02 | 1 | -0/+2 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 2 | -3/+2 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -8/+9 |
| * | Include k5-platform.h for SIZE_MAX | Ezra Peisach | 2008-10-19 | 1 | -0/+1 |
| * | Increase the default RPC timeout for kadmin from 25 seconds to 120 | Greg Hudson | 2008-10-02 | 1 | -2/+2 |
| * | In clntudp_call, fix a bug in the handling of an error case (it failed | Greg Hudson | 2008-10-02 | 1 | -1/+0 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 1 | -18/+21 |
| * | specify return type of 'harmless' | Ken Raeburn | 2008-08-05 | 1 | -1/+1 |
| * | In the gss rpc package, replace the type used for a | Jeffrey Altman | 2008-07-23 | 6 | -29/+32 |
| * | Use autogenerated darwin.exports files for server frameworks | Alexandra Ellwood | 2008-07-09 | 1 | -0/+2 |
| * | misc memory leaks | Ken Raeburn | 2008-06-27 | 1 | -0/+1 |
| * | 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 |