summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/krlogind.c
Commit message (Expand)AuthorAgeFilesLines
* * krlogind.c (doit): Change 0 to (char*)NULL in execl* calls. Patch providedKen Raeburn2005-04-061-3/+3
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-1/+1
* * compat_recv.c: Only include krb.h if KRB5_KRB4_COMPAT.Ken Raeburn2003-03-051-2/+17
* Use socklen_t when passing address to socket functions.Ken Raeburn2003-01-101-3/+4
* * krlogind.c (protocol): Initialize pbp, fbp. Change left to type size_tKen Raeburn2002-07-091-2/+3
* Move compat_recv.c from krb5util library. Move some duplicated code intoKen Raeburn2002-06-251-38/+3
* ipv6 support in krlogind.cKen Raeburn2002-06-251-18/+23
* revert accidental checkin of unfinished changesKen Raeburn2002-03-081-34/+27
* (kcmd_connect): copy out correct remote address to callerKen Raeburn2002-03-081-27/+34
* * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c,Ezra Peisach2001-12-061-1/+1
* * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBSEzra Peisach2001-07-061-4/+5
* * krlogind.c: Provide daemon prototype if neededEzra Peisach2001-06-221-0/+4
* * login.c: Much cleanup to reduce globals and shadowingEzra Peisach2001-06-221-6/+6
* * configure.in (SETENVOBJ): If setenv is not present on system,Ezra Peisach2001-06-111-1/+2
* * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach2001-06-011-10/+9
* * krlogind.c (protocol): Don't do TIOCPKT on systems with STREAMSTom Yu2001-05-251-1/+2
* * defines.h: Add prototypes for rcmd_stream_init_normal(),Ezra Peisach2001-03-121-9/+10
* make pty_make_sane_hostname take sockaddr* arg instead of sockaddr_in*Ken Raeburn2000-12-061-1/+1
* * Makefile.in (DEFINES): Define HEIMDAL_FRIENDLY.Ken Raeburn2000-09-091-1/+6
* 1.2-beta4 pullupKen Raeburn2000-06-301-30/+51
* * klogind.M: Resync manpageTom Yu1999-02-251-10/+23
* * klogind.M: Document things a little better, including newTom Yu1999-02-171-30/+57
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-45/+130
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-061-1/+1
* * kcmd.c: Integrate ghudson's changes for client-side krb4Tom Yu1998-02-241-377/+11
* * krlogind.c (protocol): Declare pibuf and fibuf as being BUFSIZTom Yu1998-01-211-1/+1
* * krlogind.c:Tom Yu1997-12-121-1/+7
* * krlogind.c (recvauth): Fix args in call toTom Yu1997-11-201-1/+1
* * krlogind.c (doit): Fix up potential buffer overrun.Tom Yu1997-11-051-1/+4
* * krlogind.c (main): Changes to allow for standalone daemonTom Yu1997-09-021-58/+107
* kcmd.c (getport): Let the OS pick the best port rather than scanning.Richard Basch1997-02-191-3/+3
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-181-1/+1
* login.c (destroy_tickets): Just use global kcontext insteadTheodore Tso1996-11-071-5/+9
* * Remove rhosts support [138]Sam Hartman1996-11-021-27/+4
* * Use login.krb5 -f from klogindSam Hartman1996-09-301-16/+8
* TCP performance fix (see 2203 in krb5-bugs): write out encrypted dataSam Hartman1996-09-021-12/+18
* * klogind should do a better job of initializing output flags on ttySam Hartman1996-06-241-0/+1
* krlogind.c krshd.c:Richard Basch1996-05-091-0/+21
* Merge with Cygnus sources, changes from Mark Eichin, Marc Horowitz, ChrisKen Raeburn1996-05-011-14/+23
* * Remove documentation of how krlogind gets its command line optionsSam Hartman1996-04-211-5/+15
* Fix typo in last night's commitSam Hartman1996-04-191-1/+1
* Add Doug Engert's patches to dealSam Hartman1996-04-191-19/+53
* configure.in (LOGINLIBS): Remove DECLARE_SYS_ERRLIST since it's noTheodore Tso1996-04-171-139/+57
* Drop support for option names in argv[0]Sam Hartman1996-04-161-30/+0
* Remove setpgrp() call from krlogindSam Hartman1996-04-151-9/+2
* Destroy any forwarded credentials when we cleanup. (They were stored inRichard Basch1996-04-131-1/+3
* * kcmd.c: Cleaned up whitespace and removed commented & unused cruftRichard Basch1996-04-111-20/+17
* * krlogind.c: Under Solaris, when the connection pipe goes away,Richard Basch1996-04-031-1/+1
* use the library routines to do the v4 to v5 principal translationRichard Basch1996-03-221-8/+8
* Fix the server side of the krlogin bug detecting eof in connection closeSam Hartman1996-02-261-1/+1