summaryrefslogtreecommitdiff
path: root/openbsd-compat/xcrypt.c
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [configure.ac openbsd-compat/xcrypt.c] bz#2112: fall back todtucker2013-06-011-1/+6
| | | | | using openssl's DES_crpyt function on platorms that don't have a native one, eg Android. Based on a patch from Nathan Osman.
* - (tim) [configure.ac defines.h openbsd-compat/port-uw.ctim2009-01-071-1/+1
| | | | | openbsd-compat/xcrypt.c] Add SECUREWARE support to OpenServer 6 SVR5 ABI. OK djm@ dtucker@
* 20070326tim2007-03-261-1/+1
| | | | | | - (tim) [auth.c configure.ac defines.h session.c openbsd-compat/port-uw.c openbsd-compat/port-uw.h openbsd-compat/xcrypt.c] Rework libiaf test/defines to account for IRIX having libiaf but not set_id(). Patch with & ok dtucker@
* - (djm) [openbsd-compat/xcrypt.c] needs unistd.hdjm2006-08-301-0/+1
|
* - (djm) [loginrec.c ssh-rand-helper.c sshd.c openbsd-compat/glob.c]djm2006-07-101-0/+3
| | | | | | [openbsd-compat/mktemp.c openbsd-compat/openbsd-compat.h] [openbsd-compat/port-tun.c openbsd-compat/readpassphrase.c] [openbsd-compat/xcrypt.c] Fix includes.h fallout, mainly fcntl.h
* - (tim) [configure.ac auth.c defines.h session.c openbsd-compat/port-uw.ctim2005-08-311-4/+5
| | | | | | openbsd-compat/port-uw.h openbsd-compat/xcrypt.c] libiaf cleanup. Disable libiaf bits for OpenServer6. Free memory allocated by ia_get_logpwd(). Feedback and OK dtucker@
* - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.ctim2005-08-261-0/+4
| | | | | | | | openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h openbsd-compat/xcrypt.c] New files [openssh/openbsd-compat/port-uw.c openssh/openbsd-compat/port-uw.h] Support long passwords (> 8-char) on UnixWare 7 from Dhiraj Gulati and Ahsan Rashid. Cleanup and testing by tim@. Feedback and OK dtucker@
* - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.hdtucker2004-03-041-4/+0
| | | | | openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when configured --with-osfsia. ok djm@
* - (dtucker) [configure.ac openbsd-compat/xcrypt.c] Bug #633: Removedtucker2003-09-251-4/+0
| | | | | DISABLE_SHADOW for HP-UX, use getspnam instead of getprpwnam. Patch from michael_steffens at hp.com, ok djm@
* - (dtucker) openbsd-compat/xcrypt.c] #elsif -> #elifdtucker2003-09-061-4/+4
|
* - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicatedtucker2003-08-111-7/+0
| | | | in bsd-cygwin_util.h).
* - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->dtucker2003-07-261-1/+1
| | | | DISABLE_SHADOW. Fixes HP-UX compile error.
* - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.cmouring2003-07-241-0/+123
openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface, and isolate shadow password functions. Tested in Solaris, but should not break other platforms too badly (except maybe HP =). Also brings auth-passwd.c into full sync with OpenBSD tree.