summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/kcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-1035/+0
* make mark-cstyleTom Yu2009-10-311-28/+28
* On error getting forwarded creds, actually print out the errorKen Raeburn2009-05-251-1/+2
* Unfortunately, pre-1.7 krshd fails to support keyed checksums becauseSam Hartman2009-04-031-0/+2
* Remove krb4 support in the applications. login's ability to run aklogGreg Hudson2008-12-151-328/+0
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-2/+2
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-4/+1
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-101-8/+3
* Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn2007-01-201-1/+1
* * kcmd.c (kcmd_connect): Set *addrfamilyp with the address family actually usedKen Raeburn2004-10-011-0/+1
* * kcmd.c (kcmd_connect): Log errors if a connect to port 0 is attempted.Ken Raeburn2003-03-281-3/+28
* * kcmd.c (v4_des_write): Apply patch from ghudson to fixTom Yu2003-01-311-4/+9
* enable ipv6 rsh connectionsKen Raeburn2002-06-251-1/+1
* * kcmd.c (setup_secondary_channel): Use select to time out after 10 minutes, orKen Raeburn2002-06-251-0/+30
* Move compat_recv.c from krb5util library. Move some duplicated code intoKen Raeburn2002-06-251-9/+41
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-261-2/+0
* * kcmd.c (kcmd_connect): Actually save errno value when preparing error text toKen Raeburn2002-03-131-0/+4
* * kcmd.c (kcmd_connect): Don't call fixup_addrinfo, it's been deletedKen Raeburn2002-03-131-1/+0
* (kcmd_connect): copy out correct remote address to callerKen Raeburn2002-03-081-2/+1
* * kcmd.c (kcmd_connect): Always call getport with the address family from theKen Raeburn2002-03-081-21/+20
* move getsockname calls into common code from kcmd/k4cmdKen Raeburn2002-03-081-46/+33
* Use getaddrinfo. Separate out some AF-independent socket setup codeKen Raeburn2002-03-081-77/+85
* Revert getaddrinfo changes in krb5-only code from 2-10. Factor out commonKen Raeburn2002-03-081-288/+186
* Change krb5 kcmd to use getaddrinfo, and add some hooks for future ipv6Ken Raeburn2002-02-111-69/+154
* * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c,Ezra Peisach2001-12-061-23/+28
* 2001-11-06 Sam Hartman <hartmans@mit.edu>Sam Hartman2001-11-071-19/+68
* * kcmd.c: Get rid of prototypes for krb5_write_message(),Ezra Peisach2001-06-201-6/+0
* * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach2001-06-011-20/+28
* * defines.h: Fix k4cmd prototype to match kcmd.cTom Yu2001-05-111-1/+1
* * defines.h: Add prototypes for rcmd_stream_init_normal(),Ezra Peisach2001-03-121-34/+38
* * kcmd.c (kcmd): Use krb5_set_principal_realm() instead of freeing theEzra Peisach2000-10-101-5/+7
* 1.2-beta4 pullupKen Raeburn2000-06-301-48/+149
* from 1.1 branch:Ken Raeburn1999-09-011-1/+5
* Patches from Brad Thompson for building without krb4 compatibilityKen Raeburn1999-08-021-1/+1
* * kcmd.c (k4cmd): Move call to krb_realmofhost() to avoid smashingTom Yu1999-02-231-5/+4
* * kcmd.c (kcmd): Fix up to not call sname_to_principal until afterTom Yu1999-02-231-36/+30
* Temporary patch for krb5-appl/678; avoid data from stdout being mixed to stderrSam Hartman1998-12-271-1/+1
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-26/+99
* * kcmd.c: Integrate ghudson's changes for client-side krb4Tom Yu1998-02-241-10/+625
* kcmd.c (getport): Let the OS pick the best port rather than scanning.Richard Basch1997-02-191-25/+24
* Use free() to free realm component, until a replacement function is addedRichard Basch1997-02-191-1/+3
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-181-1/+1
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-2/+2
* * Remove rhosts support [138]Sam Hartman1996-11-021-184/+0
* * kcmd.c: don't retry (and waste 7 seconds) on ECONNREFUSED, justBarry Jaspan1996-10-211-8/+1
* * kcmd.c: Cleaned up whitespace and removed commented & unused cruftRichard Basch1996-04-111-10/+6
* * kcmd.c (ruserok): declare the function as taking const char *Richard Basch1996-03-201-2/+2
* Fix lint flame (added missing cast)Theodore Tso1996-02-131-1/+1
* Fixes to build on Linux;Sam Hartman1996-01-271-3/+0