aboutsummaryrefslogtreecommitdiff
path: root/src/appl/bsd/kcmd.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-15merge r23302:23471 of trunk into gssextrasLuke Howard1-1035/+0
2009-10-31make mark-cstyleTom Yu1-28/+28
2009-05-25On error getting forwarded creds, actually print out the errorKen Raeburn1-1/+2
2009-04-03Unfortunately, pre-1.7 krshd fails to support keyed checksums becauseSam Hartman1-0/+2
2008-12-15Remove krb4 support in the applications. login's ability to run aklogGreg Hudson1-328/+0
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson1-2/+2
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson1-4/+1
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-2/+1
2007-05-10Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn1-8/+3
2007-01-20Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn1-1/+1
2004-10-01* kcmd.c (kcmd_connect): Set *addrfamilyp with the address family actually usedKen Raeburn1-0/+1
2003-03-28* kcmd.c (kcmd_connect): Log errors if a connect to port 0 is attempted.Ken Raeburn1-3/+28
2003-01-31 * kcmd.c (v4_des_write): Apply patch from ghudson to fixTom Yu1-4/+9
2002-06-25enable ipv6 rsh connectionsKen Raeburn1-1/+1
2002-06-25* kcmd.c (setup_secondary_channel): Use select to time out after 10 minutes, orKen Raeburn1-0/+30
2002-06-25Move compat_recv.c from krb5util library. Move some duplicated code intoKen Raeburn1-9/+41
2002-03-26Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn1-2/+0
2002-03-13* kcmd.c (kcmd_connect): Actually save errno value when preparing error text toKen Raeburn1-0/+4
2002-03-13* kcmd.c (kcmd_connect): Don't call fixup_addrinfo, it's been deletedKen Raeburn1-1/+0
2002-03-08(kcmd_connect): copy out correct remote address to callerKen Raeburn1-2/+1
2002-03-08* kcmd.c (kcmd_connect): Always call getport with the address family from theKen Raeburn1-21/+20
2002-03-08move getsockname calls into common code from kcmd/k4cmdKen Raeburn1-46/+33
2002-03-08Use getaddrinfo. Separate out some AF-independent socket setup codeKen Raeburn1-77/+85
2002-03-08Revert getaddrinfo changes in krb5-only code from 2-10. Factor out commonKen Raeburn1-288/+186
2002-02-11Change krb5 kcmd to use getaddrinfo, and add some hooks for future ipv6Ken Raeburn1-69/+154
2001-12-06 * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c,Ezra Peisach1-23/+28
2001-11-072001-11-06 Sam Hartman <hartmans@mit.edu>Sam Hartman1-19/+68
2001-06-20 * kcmd.c: Get rid of prototypes for krb5_write_message(),Ezra Peisach1-6/+0
2001-06-01 * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach1-20/+28
2001-05-11 * defines.h: Fix k4cmd prototype to match kcmd.cTom Yu1-1/+1
2001-03-12 * defines.h: Add prototypes for rcmd_stream_init_normal(),Ezra Peisach1-34/+38
2000-10-10 * kcmd.c (kcmd): Use krb5_set_principal_realm() instead of freeing theEzra Peisach1-5/+7
2000-06-301.2-beta4 pullupKen Raeburn1-48/+149
1999-09-01from 1.1 branch:Ken Raeburn1-1/+5
1999-08-02Patches from Brad Thompson for building without krb4 compatibilityKen Raeburn1-1/+1
1999-02-23 * kcmd.c (k4cmd): Move call to krb_realmofhost() to avoid smashingTom Yu1-5/+4
1999-02-23 * kcmd.c (kcmd): Fix up to not call sname_to_principal until afterTom Yu1-36/+30
1998-12-27Temporary patch for krb5-appl/678; avoid data from stdout being mixed to stderrSam Hartman1-1/+1
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-26/+99
1998-02-24 * kcmd.c: Integrate ghudson's changes for client-side krb4Tom Yu1-10/+625
1997-02-19kcmd.c (getport): Let the OS pick the best port rather than scanning.Richard Basch1-25/+24
1997-02-19Use free() to free realm component, until a replacement function is addedRichard Basch1-1/+3
1997-02-18Remove krb5_xfree from the public interfaceRichard Basch1-1/+1
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1-2/+2
1996-11-02* Remove rhosts support [138]Sam Hartman1-184/+0
1996-10-21 * kcmd.c: don't retry (and waste 7 seconds) on ECONNREFUSED, justBarry Jaspan1-8/+1
1996-04-11 * kcmd.c: Cleaned up whitespace and removed commented & unused cruftRichard Basch1-10/+6
1996-03-20* kcmd.c (ruserok): declare the function as taking const char *Richard Basch1-2/+2
1996-02-13Fix lint flame (added missing cast)Theodore Tso1-1/+1
1996-01-27Fixes to build on Linux;Sam Hartman1-3/+0