summaryrefslogtreecommitdiff
path: root/auth-sia.c
Commit message (Collapse)AuthorAgeFilesLines
* - dtucker [auth-sia.c] Roll back the change for bug #1241 as it apparentlydtucker2009-08-281-53/+0
| | | | causes problems in some Tru64 configurations.
* - (dtucker) [auth-sia.c] Bug #1241: support password expiry on Tru64 SIAdtucker2008-06-131-0/+53
| | | | systems. Patch from R. Scott Bailey.
* - (dtucker) [auth-sia.c] Add includes required for build on Tru64. Patchdtucker2006-09-071-0/+2
| | | | from Chris Adams.
* - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]djm2006-09-011-8/+9
| | | | | | | | | | | | | | | | | [auth-rsa.c auth-shadow.c auth-sia.c auth1.c auth2-chall.c] [auth2-gss.c auth2-kbdint.c auth2-none.c authfd.c authfile.c] [cipher-3des1.c cipher-aes.c cipher-bf1.c cipher-ctr.c clientloop.c] [dh.c dns.c entropy.c gss-serv-krb5.c gss-serv.c hostfile.c kex.c] [kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c loginrec.c mac.c] [md5crypt.c monitor.c monitor_wrap.c readconf.c rsa.c] [scard-opensc.c scard.c session.c ssh-add.c ssh-agent.c ssh-dss.c] [ssh-keygen.c ssh-keysign.c ssh-rsa.c ssh.c sshconnect.c] [sshconnect1.c sshconnect2.c sshd.c rc4.diff] [openbsd-compat/bsd-cray.c openbsd-compat/port-aix.c] [openbsd-compat/port-linux.c openbsd-compat/port-solaris.c] [openbsd-compat/port-uw.c] Lots of headers for SCO OSR6, mainly adding stdarg.h for log.h; compile problems reported by rac AT tenzing.org
* - (dtucker) [auth-sia.c] Constify sys_auth_passwd, fixes build error ondtucker2005-04-051-1/+1
| | | | Tru64. Patch from cmadams at hiwaay.net.
* - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.hdtucker2004-03-041-1/+1
| | | | | openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when configured --with-osfsia. ok djm@
* - (dtucker) [auth-sia.c configure.ac] Tru64 update from cmadams at hiwaay.net.dtucker2003-11-221-2/+3
| | | | | Use permanently_set_uid for SIA, only define DISABLE_FD_PASSING when SIA is enabled, rely on SIA to check for locked accounts if enabled. ok djm@
* more whitespace (tabs this time)djm2003-11-211-1/+1
|
* - djm@cvs.openbsd.org 2003/11/21 11:57:03djm2003-11-211-1/+1
| | | | | | [everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced)
* - (djm) OpenBSD CVS Syncdjm2003-06-031-2/+2
| | | | | | | | | | | | | - markus@cvs.openbsd.org 2003/06/02 09:17:34 [auth2-hostbased.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c] [canohost.c monitor.c servconf.c servconf.h session.c sshd_config] [sshd_config.5] deprecate VerifyReverseMapping since it's dangerous if combined with IP based access control as noted by Mike Harding; replace with a UseDNS option, UseDNS is on by default and includes the VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@ ok deraadt@, djm@ - (djm) Fix portable-specific uses of verify_reverse_mapping too
* - (djm) KNF on auth-sia.[ch]djm2003-05-181-11/+12
|
* - (bal) Disable Privsep for Tru64 after pre-authentication due to issuesmouring2003-03-211-31/+16
| | | | | with SIA. Also, clean up of tru64 support patch by Chris Adams <cmadams@hiwaay.net>
* - (djm) Reorganise PAM & SIA password handling to eliminate some common codedjm2003-01-221-1/+1
|
* - (stevesk) [auth-sia.[ch]] add BSD license from Chris Adamsstevesk2002-04-121-0/+24
|
* - (stevesk) [auth-sia.c] cleanupstevesk2002-04-111-17/+8
|
* - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>stevesk2002-04-101-1/+1
|
* - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.hstevesk2002-04-041-2/+4
| | | | auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
* - (djm) Cleanup after sync:djm2002-02-051-2/+2
| | | | - :%s/reverse_mapping_check/verify_reverse_mapping/g
* - Fix OSF SIA support displaying too much information for quietdjm2001-04-161-11/+22
| | | | | logins and logins where access was denied by SIA. Patch from Chris Adams <cmadams@hiwaay.net>
* - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adamsdjm2001-02-131-0/+96
<cmadams@hiwaay.net> with a little modification and KNF.