Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
348c9b7a9564986000743fe379de21ae6f73f7d4
348c9b7
- (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>
by Damien Miller
· 24 years ago
ef7ed5e
- (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from
by Damien Miller
· 24 years ago
36ccb5c
- (djm) utmp direct write & SunOS 4 patch from Charles Levert
by Damien Miller
· 24 years ago
d17b8d5
- (djm) Define AIX hard limits if headers don't. Report from
by Damien Miller
· 24 years ago
ab8d192
- (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install
by Damien Miller
· 24 years ago
52652f5
- (djm) Add some more entropy collection commands from Lutz Jaenicke
by Damien Miller
· 24 years ago
0f091bd
- (djm) Suppress error messages on channel close shutdown() failurs
by Damien Miller
· 24 years ago
729e1f1
Set mode 0755 during install
by Damien Miller
· 24 years ago
7b60a17
- (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF
by Damien Miller
· 24 years ago
994cf14
- (djm) OpenBSD CVS updates:
by Damien Miller
· 24 years ago
9dec776
- Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>
by Damien Miller
· 24 years ago
a8dbd9d
2.1.1p4
by Damien Miller
· 24 years ago
ecbb26d
- Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>
by Damien Miller
· 24 years ago
be484b5
- (djm) OpenBSD CVS updates
by Damien Miller
· 24 years ago
055dc36
Diff hunk which slipped thru
by Damien Miller
· 24 years ago
2e7ba69
- (djm) Released 2.1.1p3
by Damien Miller
· 24 years ago
5a119bc
- (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM
by Damien Miller
· 24 years ago
5de43db
- (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from
by Damien Miller
· 24 years ago
182ee6e
- (djm) OpenBSD CVS Updates:
by Damien Miller
· 24 years ago
b2dc28e
- (djm) Remove libsocket from ReliantUnix link list (avoids warning).
by Damien Miller
· 24 years ago
32153a5
Add strsep header
by Damien Miller
· 24 years ago
3077fb9
- (djm) Add strsep function from OpenBSD libc for systems that lack it
by Damien Miller
· 24 years ago
54ba469
- (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM
by Damien Miller
· 24 years ago
4d97ba2
- (djm) Fix problem with debug mode and MaxStartups
by Damien Miller
· 24 years ago
3702396
- (djm) OpenBSD CVS updates:
by Damien Miller
· 24 years ago
bc33bd4
- (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>
by Damien Miller
· 24 years ago
3b9734c
- (djm) Added bsd-inet_aton and configure support for NeXT
by Damien Miller
· 24 years ago
34e64ba
- (djm) Added bsd-inet_aton for NeXT
by Damien Miller
· 24 years ago
a4b9ed1
Doh - forgot to commit
by Damien Miller
· 24 years ago
5c8b250
Added missing ;
by Damien Miller
· 24 years ago
5d879bc
Prepare for 2.1.1p3
by Damien Miller
· 24 years ago
168e6ac
- (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known
by Damien Miller
· 24 years ago
7a0e5dc
- (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report
by Damien Miller
· 24 years ago
99bca60
- (djm) NeXT: dirent structures to get scp working from Ben Lindstrom
by Damien Miller
· 24 years ago
2ae714f
- (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>
by Damien Miller
· 24 years ago
65964d6
- (djm) Fixup for AIX getuserattr() support from Tom Bertelson
by Damien Miller
· 24 years ago
39c0a1c
oops, forgot the Changelog
by Damien Miller
· 24 years ago
5fc8565
- (djm) AIX getuserattr() session initialisation from Tom Bertelson
by Damien Miller
· 24 years ago
31abc9a
- (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
by Damien Miller
· 24 years ago
f9b625c
- (djm) Fix pam sprintf fix
by Damien Miller
· 24 years ago
b38ea86
- (djm) Replace ut_name with ut_user. Patch from Jim Watt
by Damien Miller
· 24 years ago
0100627
- (djm) Missing $(DESTDIR) on host-key target causing problems with RPM
by Damien Miller
· 24 years ago
8148fa3
- (djm) Match prototype and function declaration for rresvport_af.
by Damien Miller
· 24 years ago
4e99720
- (djm) Only enable PAM_TTY kludge for Linux. Problem report from
by Damien Miller
· 24 years ago
8e394e7
- (djm) Don't use inet_addr.
by Damien Miller
· 24 years ago
f2fdbe5
- (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c
by Damien Miller
· 24 years ago
fe668e4
*** empty log message ***
by Damien Miller
· 24 years ago
90dcc05
- (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from
by Damien Miller
· 24 years ago
ce40c70
- (djm) Fix bad fprintf format handling in auth-pam.c. Patch from
by Damien Miller
· 24 years ago
0809a0a
Forgot to comment
by Damien Miller
· 24 years ago
484118e
- (djm) Use standard OpenSSL functions in auth-skey.c. Patch from
by Damien Miller
· 24 years ago
c708843
- (djm) Stop shadow expiry checking from preventing logins with NIS. Based
by Damien Miller
· 24 years ago
9b6d4ab
- (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>
by Damien Miller
· 24 years ago
c927099
Release 2.1.1p2
by Damien Miller
· 24 years ago
cb170cb
- (djm) Added check for broken snprintf() functions which do not correctly
by Damien Miller
· 24 years ago
28adeef
- (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
by Damien Miller
· 24 years ago
7b413d2
- (djm) Replace "/bin/sh" with _PATH_BSHELL
by Damien Miller
· 24 years ago
8e81ed3
- (djm) Login fixes from Tom Bertelson <tbert@abac.com>
by Damien Miller
· 24 years ago
d8cfda6
- (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
by Damien Miller
· 24 years ago
b8c656e
- (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
by Damien Miller
· 24 years ago
262ff17
- (djm) Added 'distprep' make target to simplify packaging
by Damien Miller
· 24 years ago
91606b1
- (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
by Damien Miller
· 24 years ago
53c5d46
- (djm) Fixes to lastlog code for Irix - (djm) Use atomicio in loginrec
by Damien Miller
· 24 years ago
dd47aa2
- (djm) Formatting
by Damien Miller
· 24 years ago
f8af08d
- (djm) Fixes to login code - not setting li->uid, cleanups
by Damien Miller
· 24 years ago
0800647
Fix fixed egd code
by Damien Miller
· 24 years ago
7a445bb
error -> fatal
by Damien Miller
· 24 years ago
6468125
- (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
by Damien Miller
· 24 years ago
1f335fb
- (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
by Damien Miller
· 24 years ago
c0fd17f
- OpenBSD CVS update
by Damien Miller
· 24 years ago
8dd33fd
- Better fix to aclocal tests from Garrick James <garrick@james.net>
by Damien Miller
· 24 years ago
bf7f466
- OpenBSD CVS Updates:
by Damien Miller
· 24 years ago
b54b40e
- (djm) Use sa_family_t in prototype for rresvport_af. Patch from
by Damien Miller
· 24 years ago
c19fd5f
Add explanation of PAM_TTY kludge
by Damien Miller
· 24 years ago
8b7c6af
Update RPM spec version numbers
by Damien Miller
· 24 years ago
6536c7d
- OpenBSD CVS Updates:
by Damien Miller
· 24 years ago
099f505
- (djm) Automatically generate host key during "make install". Suggested
by Damien Miller
· 24 years ago
2f02295
typo
by Damien Miller
· 24 years ago
d9a0a20
- (djm) Typo in loginrec.c
by Damien Miller
· 24 years ago
edb8292
- (djm) Replace use of '-o' and '-a' logical operators in configure tests
by Damien Miller
· 24 years ago
98cabe0
*** empty log message ***
by andre
· 24 years ago
b4db42f
Added some extra timings to help spot lastlog problems
by andre
· 24 years ago
43ca7e2
Line up 'configure --help' output
by andre
· 24 years ago
6bb9237
Big loginrec.c update
by andre
· 24 years ago
0f91b4e
- (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
by Damien Miller
· 24 years ago
f6d9e22
- OpenBSD CVS updates:
by Damien Miller
· 24 years ago
7b22d65
- (djm) Add summary of configure options to end of ./configure run
by Damien Miller
· 24 years ago
1a13225
- (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
by Damien Miller
· 24 years ago
a66626b
- (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
by Damien Miller
· 24 years ago
6e5d347
Changed to OpenBSD indent and function declaration style
by andre
· 24 years ago
55661d9
Backed out previous changes - 'tolerance' setting may just hide a bug in
by andre
· 24 years ago
4225438
Allow a small tolerance for slow systems when testing lastlog recording
by andre
· 24 years ago
45cad51
Stop lastlog detection setting DISABLE_LASTLOG - this flag means
by andre
· 24 years ago
35ad6be
- (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
by andre
· 24 years ago
e441aa3
Added catman defines for AIX (Tom Bertelson <tbert@abac.com>)
by andre
· 24 years ago
ecaabf1
Fixed getlast_entry() so that it doesn't try to use utmp(x) if
by andre
· 24 years ago
c29de95
- (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
by Damien Miller
· 24 years ago
b405d61
Latest versions
by Damien Miller
· 24 years ago
a6e407e
wrong modes, forgot -kb
by Damien Miller
· 24 years ago
e69f18c
- (djm) Glob manpages in RPM spec files to catch compressed files
by Damien Miller
· 24 years ago
Next »