summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/krlogind.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-1430/+0
* make mark-cstyleTom Yu2009-10-311-82/+82
* Fix krshd and krlogind to use krb5_c_verify_checksumTom Yu2009-04-021-10/+15
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-2/+2
* Remove krb4 support in the applications. login's ability to run aklogGreg Hudson2008-12-151-178/+34
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-15/+13
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-1/+1
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-6/+2
* Fix test for accept failureKen Raeburn2008-08-061-1/+1
* Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn2007-01-201-1/+1
* Pass in the correct value for the first argument of select (one largerRuss Allbery2006-06-191-1/+1
* * 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