I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed one more 'ISSUE' comment in auth1.c 20010120 - (bal) OpenBSD Resync - [email protected] 2001/01/19 12:45:26 [ssh-chall.c servconf.c servconf.h ssh.h sshd.c] only auth-chall.c needs #ifdef SKEY More... over 23 years ago
- (bal) Minor cygwin patch to auth1.c. Suggested by djm. More... over 23 years ago
- (bal) Updated contrib/cygwin/ by Corinna Vinschen <[email protected]> Also removed some of the 'ISSUES' comments that have been verified by djm. More... over 23 years ago
- (djm) Merge patch from Tim Waugh (via Nalin Dahyabhai <[email protected]>) to fix NULL pointer deref and fake authloop breakage in PAM code. More... over 23 years ago
Oops.. missed theses in the merge. More... over 23 years ago
Please grep through the source and look for 'ISSUE' comments and verify that I was able to get all the portable bits in the right location. As for the SKEY comment there is an email out to Markus as to how it should be resolved. Until then I just #ifdef SKEY/#endif out the whole block. More... over 23 years ago
- (djm) Update versions in RPM specfiles More... over 23 years ago
NOTE: This update changes the RSA key generation. *NEW RSA KEYS NEED TO BE GENERATED* =) Refer to to entry "2001/01/16 19:20:06" for more details. More... over 23 years ago
- (djm) Add --with-pam to RPM spec files More... over 23 years ago
- (djm) Avoid warning in PAM code by making read_passphrase arguments const More... over 23 years ago
- (djm) Make PAM support optional, enable with --with-pam - (djm) Try to use libcrypt on Linux, but link it after OpenSSL (which provides a crypt() of its own) - (djm) Avoid a warning in bsd-bindresvport.c - (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This can cause weird segfaults errors on Solaris More... over 23 years ago
- (djm) Only write random seed file at exit More... over 23 years ago
- (bal) utimes() support via utime() interface on machine that lack utimes(). More... over 23 years ago
20010115 - (bal) sftp-server.c change to use chmod() if fchmod() does not exist. More... over 23 years ago
- (stevesk) complete: - [email protected] 2001/01/13 11:56:48 [auth.c sshd.8] support supplementary group in {Allow,Deny}Groups from [email protected] More... over 23 years ago
- (stevesk) initial work for OpenBSD "support supplementary group in {Allow,Deny}Groups" patch: - import getgrouplist.c from OpenBSD (bsd-getgrouplist.c) - add bsd-getgrouplist.h - new files groupaccess.[ch] - build but don't use yet (need to merge auth.c changes) More... over 23 years ago
20010112 - (bal) OpenBSD Sync - [email protected] 2001/01/10 22:56:22 [bufaux.h bufaux.c sftp-server.c sftp.h getput.h] cleanup sftp-server implementation: add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT parse SSH2_FILEXFER_ATTR_EXTENDED send SSH2_FX_EOF if readdir returns no more entries reply to SSH2_FXP_EXTENDED message use #defines from the draft move #definations to sftp.h more info: http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt - [email protected] 2001/01/10 19:43:20 [sshd.c] XXX - generate_empheral_server_key() is not safe against races, because it calls log() - [email protected] 2001/01/09 21:19:50 [packet.c] allow TCP_NDELAY for ipv6; from netbsd via itojun@ More... over 23 years ago
20010110 - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from Bladt Norbert <[email protected]> More... over 23 years ago
- (stevesk) defines.h: remove spurious ``;'' More... over 23 years ago
- (stevesk) sshd_config: sync More... over 23 years ago
Real remove of the news4-posix.h .. Too bad I can't do the same to next-posix.h yet. More... over 23 years ago
- (bal) Detect if clock_t structure exists, if not define it. - (bal) Detect if O_NONBLOCK exists, if not define it. - (bal) removed news4-posix.h (now empty) - (bal) changed bsd-bindresvport.c and bsd-rresvport.c to use 'socklen_t' instead of 'int' More... over 23 years ago
- (bal) OpenBSD Sync - [email protected] 2001/01/08 22:29:05 [auth2.c compat.c compat.h servconf.c servconf.h sshd.8 sshd_config version.h] implement option 'Banner /etc/issue.net' for ssh2, move version to 2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled). - [email protected] 2001/01/08 22:03:23 [channels.c ssh-keyscan.c] O_NDELAY -> O_NONBLOCK; thanks [email protected] - [email protected] 2001/01/08 21:55:41 [sshconnect1.c] more cleanups and fixes from [email protected]: 1) try_agent_authentication() for loop will overwrite key just allocated with key_new(); don't alloc 2) call ssh_close_authentication_connection() before exit try_agent_authentication() 3) free mem on bad passphrase in try_rsa_authentication() - [email protected] 2001/01/08 21:48:17 [kex.c] missing free; thanks [email protected] More... over 23 years ago
- (stevesk) auth1.c: free should be after WITH_AIXAUTHENTICATE code. More... over 23 years ago
20010109 - (bal) Resync CVS ID of cli.c More... over 23 years ago
Updated TODO to reflect that sftp-server should be fixed to support 32bits int if 64bits don't exist. More... over 23 years ago
20010108 - (bal) Fixed another typo in cli.c - (bal) OpenBSD Sync - [email protected] 2001/01/07 21:26:55 [cli.c] typo - [email protected] 2001/01/07 21:26:55 [cli.c] missing free, [email protected] - [email protected] 2001/01/07 19:06:25 [auth1.c] missing free, [email protected] - [email protected] 2001/01/07 11:28:04 [log-client.c log-server.c log.c readconf.c servconf.c ssh.1 ssh.h sshd.8 sshd.c] rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE syslog priority changes: fatal() LOG_ERR -> LOG_CRIT log() LOG_INFO -> LOG_NOTICE More... over 23 years ago
complete sshd -g manpage default merge More... over 23 years ago
complete _PATH_BSHELL merge More... over 23 years ago
20010107 - (bal) OpenBSD Sync - [email protected] 2001/01/06 11:23:27 [ssh-rsa.c] remove unused - [email protected] 2001/01/05 08:23:29 [ssh-keyscan.1] missing .El - [email protected] 2001/01/04 22:41:03 [session.c sshconnect.c] consistent use of _PATH_BSHELL; from [email protected] - [email protected] 2001/01/04 22:35:32 [ssh.1 sshd.8] Mention AES as available SSH2 Cipher; ok markus - [email protected] 2001/01/04 22:25:58 [sshd.c] sync usage()/man with defaults; from [email protected] - [email protected] 2001/01/04 22:21:26 [sshconnect2.c] handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server that prints a banner (e.g. /etc/issue.net) More... over 23 years ago