search for: btmp_file

Displaying 2 results from an estimated 2 matches for "btmp_file".

Did you mean: tmp_file
2005 Aug 26
0
Patch for UnixWare 7
...support --- openssh/defines.h.old 2005-08-23 17:18:21.000000000 -0700 +++ openssh/defines.h 2005-08-24 16:51:30.367680004 -0700 @@ -688,6 +688,10 @@ # define CUSTOM_SYS_AUTH_PASSWD 1 #endif +#ifdef UNIXWARE_LONG_PASSWORDS +# define CUSTOM_SYS_AUTH_PASSWD 1 +#endif + /* HP-UX 11.11 */ #ifdef BTMP_FILE # define _PATH_BTMP BTMP_FILE --- openssh/includes.h.old 2005-08-23 11:02:30.213506000 -0700 +++ openssh/includes.h 2005-08-24 16:51:30.387680002 -0700 @@ -169,6 +169,10 @@ # include <ia.h> #endif +#ifdef HAVE_IAF_H +# include <iaf.h> +#endif + #ifdef HAVE_TMPDIR_H # include <...
2005 Jan 20
27
[Bug 974] Record Badlogins for all supported Authentication methods
http://bugzilla.mindrot.org/show_bug.cgi?id=974 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement Platform|HPPA |All Summary|Enhancement : Record |Record Badlogins for