]> andersk Git - openssh.git/history - Makefile.in
- (djm) Add replacement glob() from OpenBSD libc if the system glob is
[openssh.git] / Makefile.in
2001-03-14  djm - (djm) Add replacement glob() from OpenBSD libc if...
2001-03-13  djm - djm@cvs.openbsd.org 2001/03/13 22:42:54
2001-03-12  mouring - (bal) Reorder includes in Makefile.
2001-03-10  timmake sure $bindir is in USER_PATH so scp will work
2001-03-09  mouring - Removed log.o from sftp client. Not needed.
2001-03-05  mouring - (bal) Fix up logging since it changed. removed log-*.c
2001-02-18  mouring - (bal) Markus' blessing to rename login.[ch] -> sshlo...
2001-02-18  djmAccidentally applied test code, revert
2001-02-18  djm - (djm) Fix my breaking of cygwin builds, Patch from...
2001-02-15  mouring - markus@cvs.openbsd.org 2001/02/11 12:59:25
2001-02-13  djm - (djm) Split out and improve OSF SIA auth code. Patch...
2001-02-09  djm - (djm) Sync sftp and scp stuff from OpenBSD:
2001-02-07  djm - (djm) Fix linking of sftp, don't need arc4random...
2001-02-07  djm - (djm) Don't delete external askpass program in make...
2001-02-04  djmdoh - Makefile.in
2001-02-04  djmMore makefile.in stuff for sftp
2001-02-04  djm - (djm) Makefile.in fixes
2001-02-04  djmNB: big update - may break stuff. Please test!
2001-02-03  mouring - (bal) Minor Makefile fix
2001-02-03  mouring - (bal) Minor Makefile.in tweak. dirname may not...
2001-02-02  mouring - (bal) Makefile fix to use $(MAKE) instead of 'make...
2001-02-02  mouring - (bal) Makefile fix where sourcedir != builddir by...
2001-02-01  mouring - (bal) Minor fix to Makefile to stop rebuilding execu...
2001-01-31  mouring - (bal) Reorder. Move all bsd-*, fake-*, next-*,...
2001-01-25  mouring - (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed...
2001-01-22  mouringA bit of this patch was in the last commit
2001-01-22  mouringHopefully things did not get mixed around too much...
2001-01-19  mouringPlease grep through the source and look for 'ISSUE...
2001-01-18  mouringNOTE: This update changes the RSA key generation. ...
2001-01-14  stevesk - (stevesk) initial work for OpenBSD "support suppleme...
2001-01-03  mouring - (bal) UnixWare 2.0 fixes by Tim Rice <tim@multitalen...
2001-01-02  mouring20010102
2000-12-30  mouring<Whistle> Umm.. Made a minor mistake put -o instead...
2000-12-29  mouring - (bal) Add in '.c.o' section to Makefile.in to addres...
2000-12-27  djm - (djm) Fix catman-do target for non-bash
2000-12-22  mouring20001223
2000-12-18  mouring - (bal) split CFLAGS into CFLAGS and CPPFLAGS in confi...
2000-12-10  mouring20001211
2000-12-05  mouring20001205
2000-12-03  djm - (djm) Added patch from Nalin Dahyabhai <nalin@redhat...
2000-11-29  djm - (djm) Patch from Pekka Savola <Pekka.Savola@netcore...
2000-11-29  djm - (djm) bsd-rresvport.c bzero -> memset
2000-11-17  mouring20001117
2000-11-16  mouring20001116
2000-11-13  djm - (djm) fixpaths to DSA and RSA keys too
2000-11-13  djm - (djm) Merge OpenBSD changes:
2000-11-10  djmstupid ; misplacement
2000-11-10  djm - (djm) Fix new Makefile.in warnings
2000-11-10  djm - (djm) Added /etc/primes for kex DH group neg, fixup...
2000-11-05  mouring - (bal) Missed auth-skey.o in Makefile.in and minor...
2000-11-05  mouring - (bal) Reworked NEWS-OS and NeXT ports to extract...
2000-11-05  mouring - (bal) auth2-skey.c - Checked in. Missing from porta...
2000-10-18  stevesk - (stevesk) Add initial support for setproctitle(...
2000-10-15  mouring - (bal) Add support for realpath and getcwd for platfo...
2000-10-14  djm - (djm) Fix scp user@host handling
2000-10-14  djm - (djm) Big OpenBSD sync:
2000-09-29  djm - (djm) Merged big SCO portability patch from Tim Rice
2000-09-24  djmdoh
2000-09-21  djm - (djm) Fix bad path substitution. Report from Andrew...
2000-09-16  djm - (djm) Shadow expiry check fix from Pavel Troller...
2000-09-05  djm - (djm) Merge cygwin support from Corinna Vinschen...
2000-09-05  djm20000905
2000-08-23  djm - (djm) Pick up LOGIN_PROGRAM from environment or...
2000-08-18  djm - (djm) OpenBSD CVS changes:
2000-08-16  djm - (djm) Replacement for inet_ntoa for Irix (which...
2000-08-13  djm - (djm) Add $(srcdir) to includes when compiling ...
2000-08-07  djmSet mode 0755 during install
2000-07-11  djm - (djm) Add strsep function from OpenBSD libc for...
2000-07-11  djm - (djm) Don't generate host keys when $(DESTDIR) is...
2000-07-11  djm - (djm) Added bsd-inet_aton for NeXT
2000-07-09  djm - (djm) More NeXT compatibility from Ben Lindstrom...
2000-07-09  djm - (djm) Missing $(DESTDIR) on host-key target causing...
2000-06-27  djm - (djm) Added 'distprep' make target to simplify packaging
2000-06-22  djm - (djm) Automatically generate host key during "make...
2000-06-18  djm - (djm) Started merge of Ben Lindstrom's <mouring...
2000-06-18  djm - OpenBSD CVS updates:
2000-06-03  andreAdded new login recording code
2000-05-20  damien - HPUX and Configure fixes from Lutz Jaenicke
2000-05-17  damien - Several patches from SAKAI Kiyotaka <ksakai@kso...
2000-05-17  damien - OpenBSD CVS update:
2000-05-17  damien - Fix from Andre Lucas <andre.lucas@dial.pipex.com>
2000-05-13  damien - Fix for non-recognised DSA keys from Arkadiusz Miski...
2000-05-09  damien - Moved all the bsd-* and fake-* stuff into new libope...
2000-05-07  damien - Generate DSA host keys during "make key" or RPM installs
2000-05-07  damien - Remove references to SSLeay.
2000-05-01  damien - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch... V_2_0_0_BETA1
2000-04-29  damien - Merge big update to OpenSSH-2.0 from OpenBSD CVS
2000-04-04  damien - Generate manpages before make install not at the...
2000-04-04  damien - OpenBSD CVS update:
2000-04-03  damien - Wrote entropy collection routines for systems that...
2000-04-01  damien - Big OpenBSD CVS update (mainly beginnings of SSH2...
2000-03-26  damien - OpenBSD CVS update
2000-03-26  damien - Better tests for OpenSSL w/ RSAref
2000-03-15  damien - Propogate LD through to Makefile
2000-03-15  damien - Created contrib/ subdirectory. Included helpers...
2000-03-03  damien- Added "make host-key" target, Suggestion from Dominik...
2000-01-29  damien - Seed OpenSSL's random number generator before genera...
2000-01-27  damienssh should be setuid V_1_2_2
2000-01-26  damien - Added 'DESTDIR' option to Makefile to ease package... V_1_2_2_PRE29
2000-01-26  damien - Fixpaths was missing /etc/ssh_known_hosts. Report...
next
This page took 1.321989 seconds and 107 git commands to generate.