summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/login.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-1930/+0
* make mark-cstyleTom Yu2009-10-311-19/+19
* Remove krb4 support in the applications. login's ability to run aklogGreg Hudson2008-12-151-595/+20
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-5/+6
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-1/+1
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilitiesTom Yu2006-08-081-1/+4
* In verify_krb_v4_tgt, use an unsigned KRB4_32 to store an address ratherRuss Allbery2006-06-201-1/+1
* * krlogind.c (doit): Change 0 to (char*)NULL in execl* calls. Patch providedKen Raeburn2005-04-061-1/+1
* * login.c (main): Don't overwrite "PATH" environment variable ifTom Yu2004-09-081-1/+1
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-241-7/+0
* * login.c (main): Don't zero out terminal window sizeTom Yu2003-02-051-6/+0
* * login.c (dofork): Don't dissociate from controlling tty in theTom Yu2003-02-041-32/+28
* * login.c (main): Initialize 'hostname'Ken Raeburn2003-01-311-1/+1
* * login.c (try_krb4): Delete unused krb5 principal name argument.Ken Raeburn2003-01-311-3/+2
* Only system headers should declare errnoSam Hartman2003-01-051-1/+1
* This commit fixes up the in-tree callers of krb5_read_password() andTom Yu2002-11-061-1/+1
* * login.M: added information about different command line options;Jen Selby2002-07-091-7/+4
* update commentKen Raeburn2002-03-081-1/+2
* revert accidental checkin of unfinished changesKen Raeburn2002-03-081-2/+1
* (kcmd_connect): copy out correct remote address to callerKen Raeburn2002-03-081-1/+2
* changes from 1.2.4 branchKen Raeburn2002-03-071-4/+13
* * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c,Ezra Peisach2001-12-061-1/+1
* * login.c (sigint): Declare staticEzra Peisach2001-07-081-2/+3
* * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBSEzra Peisach2001-07-061-2/+4
* * v4rcp.c, login.c: Fill in prototypes, declare many functionsEzra Peisach2001-07-031-24/+24
* * login.c: Much cleanup to reduce globals and shadowingEzra Peisach2001-06-221-32/+48
* * login.c (read_env_vars_from_file: Only define ifEzra Peisach2001-06-211-0/+2
* * configure.in (SETENVOBJ): If setenv is not present on system,Ezra Peisach2001-06-111-3/+8
* * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach2001-06-011-20/+38
* * login.c (k5_get_password): Declare second argument as unsignedEzra Peisach2000-10-171-0/+1
* pullup from 1.2.1 releaseKen Raeburn2000-07-011-1/+4
* 1.2-beta4 pullupKen Raeburn2000-06-301-37/+46
* * login.c (update_ref_count): Copy passwd info before calling getuserattr, toKen Raeburn2000-03-161-0/+12
* * login.c (main): Only destroy xtra_creds if non-null. (Patch from Richard B...Ken Raeburn2000-02-101-1/+2
* * login.c (main): Reorder some control flow to avoid security holeTom Yu2000-02-061-6/+4
* from 1.1 branch: use init_secure_contextKen Raeburn1999-12-151-2/+1
* fix typo in calculating buffer sizeKen Raeburn1999-07-261-1/+1
* AIX 4.3.2 (4.3.0+) build fixes based on bug report from Joshua Lackey,Ken Raeburn1999-07-121-0/+5
* * login.c (main): Call setluid()Tom Yu1999-01-211-8/+9
* * login.c (login_get_kconf): Also test whether *kconf_val is nullGeoffrey King1998-11-161-1/+1
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-1219/+1087
* login.c (dolastlog): BSD 4.4 systems don't have lastlog.h, but stillTheodore Tso1998-05-271-6/+30
* * login.c: Replace strcpy with strncpy in places. Add nulTom Yu1998-05-161-12/+26
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-061-1/+1
* * login.c (try_afscall): try_afscall doesn't work / isn't neededDan Winship1997-12-191-3/+8
* * krlogind.c:Tom Yu1997-12-121-1/+0
* killpg() wasn't conditionalized in login.c, causing compiles to fail onKevin Mitchell1997-06-301-0/+4
* login.c: Always use the new tty line discpline. [krb5-appl/428]Theodore Tso1997-06-071-10/+27
* If we're on an SGI machine, don't do the MOTD or MAILCHECK thing,Theodore Tso1997-03-281-1/+1