aboutsummaryrefslogtreecommitdiff
path: root/src/appl/bsd/login.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-06* krlogind.c (doit): Change 0 to (char*)NULL in execl* calls. Patch providedKen Raeburn1-1/+1
2004-09-08 * login.c (main): Don't overwrite "PATH" environment variable ifTom Yu1-1/+1
2003-05-24Big step towards integrating libkrb524 into libkrb5:Ken Raeburn1-7/+0
2003-02-05 * login.c (main): Don't zero out terminal window sizeTom Yu1-6/+0
2003-02-04 * login.c (dofork): Don't dissociate from controlling tty in theTom Yu1-32/+28
2003-01-31* login.c (main): Initialize 'hostname'Ken Raeburn1-1/+1
2003-01-31* login.c (try_krb4): Delete unused krb5 principal name argument.Ken Raeburn1-3/+2
2003-01-05Only system headers should declare errnoSam Hartman1-1/+1
2002-11-06This commit fixes up the in-tree callers of krb5_read_password() andTom Yu1-1/+1
2002-07-09 * login.M: added information about different command line options;Jen Selby1-7/+4
2002-03-08update commentKen Raeburn1-1/+2
2002-03-08revert accidental checkin of unfinished changesKen Raeburn1-2/+1
2002-03-08(kcmd_connect): copy out correct remote address to callerKen Raeburn1-1/+2
2002-03-07changes from 1.2.4 branchKen Raeburn1-4/+13
2001-12-06 * krcp.c, krlogin.c, krlogind.c, krsh.c, krshd.c, login.c,Ezra Peisach1-1/+1
2001-07-08 * login.c (sigint): Declare staticEzra Peisach1-2/+3
2001-07-06 * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBSEzra Peisach1-2/+4
2001-07-03 * v4rcp.c, login.c: Fill in prototypes, declare many functionsEzra Peisach1-24/+24
2001-06-22 * login.c: Much cleanup to reduce globals and shadowingEzra Peisach1-32/+48
2001-06-21 * login.c (read_env_vars_from_file: Only define ifEzra Peisach1-0/+2
2001-06-11 * configure.in (SETENVOBJ): If setenv is not present on system,Ezra Peisach1-3/+8
2001-06-01 * login.c: Add braces around initializers. Cleanup assignments inEzra Peisach1-20/+38
2000-10-17 * login.c (k5_get_password): Declare second argument as unsignedEzra Peisach1-0/+1
2000-07-01pullup from 1.2.1 releaseKen Raeburn1-1/+4
2000-06-301.2-beta4 pullupKen Raeburn1-37/+46
2000-03-16* login.c (update_ref_count): Copy passwd info before calling getuserattr, toKen Raeburn1-0/+12
2000-02-10* login.c (main): Only destroy xtra_creds if non-null. (Patch from Richard B...Ken Raeburn1-1/+2
2000-02-06 * login.c (main): Reorder some control flow to avoid security holeTom Yu1-6/+4
1999-12-15from 1.1 branch: use init_secure_contextKen Raeburn1-2/+1
1999-07-26fix typo in calculating buffer sizeKen Raeburn1-1/+1
1999-07-12AIX 4.3.2 (4.3.0+) build fixes based on bug report from Joshua Lackey,Ken Raeburn1-0/+5
1999-01-21 * login.c (main): Call setluid()Tom Yu1-8/+9
1998-11-16 * login.c (login_get_kconf): Also test whether *kconf_val is nullGeoffrey King1-1/+1
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-1219/+1087
1998-05-27login.c (dolastlog): BSD 4.4 systems don't have lastlog.h, but stillTheodore Tso1-6/+30
1998-05-16 * login.c: Replace strcpy with strncpy in places. Add nulTom Yu1-12/+26
1998-05-06POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1-1/+1
1997-12-19 * login.c (try_afscall): try_afscall doesn't work / isn't neededDan Winship1-3/+8
1997-12-12 * krlogind.c:Tom Yu1-1/+0
1997-06-30killpg() wasn't conditionalized in login.c, causing compiles to fail onKevin Mitchell1-0/+4
1997-06-07login.c: Always use the new tty line discpline. [krb5-appl/428]Theodore Tso1-10/+27
1997-03-28If we're on an SGI machine, don't do the MOTD or MAILCHECK thing,Theodore Tso1-1/+1
1997-03-20dditional patch for login environment variable processing: respect TERMSam Hartman1-0/+6
1997-02-11login.c: set ccache name consistently with other login appsRichard Basch1-1/+1
1996-12-29Overide important environment variables. Preliiminary fix; includeSam Hartman1-6/+6
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1-2/+3
1996-11-10 * login.c (k_init): Set up KRBTKFILE if converting krb5 tickets toTom Yu1-1/+1
1996-11-09Fix so login.c compiles with krb4 support.Sam Hartman1-2/+3
1996-11-07login.c (destroy_tickets): Just use global kcontext insteadTheodore Tso1-7/+13
1996-11-02* Fix broken comment ; it's setuid() that must suceed not the setleuidSam Hartman1-3/+3