diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,5 @@ | |||
1 | 20040623 | 1 | 20040623 |
2 | - (bal) [Makefile.in] Remove opensshd.init on 'make distclean' | ||
2 | - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1 | 3 | - (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1 |
3 | connections with empty passwords. Patch from davidwu at nbttech.com, | 4 | connections with empty passwords. Patch from davidwu at nbttech.com, |
4 | ok djm@ | 5 | ok djm@ |
@@ -1387,4 +1388,4 @@ | |||
1387 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1388 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1388 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1389 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1389 | 1390 | ||
1390 | $Id: ChangeLog,v 1.3437 2004/06/23 02:28:31 dtucker Exp $ | 1391 | $Id: ChangeLog,v 1.3438 2004/06/23 03:21:54 mouring Exp $ |
diff --git a/Makefile.in b/Makefile.in index 3e1bbcaa8..95b431105 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.260 2004/06/20 17:37:33 tim Exp $ | 1 | # $Id: Makefile.in,v 1.261 2004/06/23 03:21:54 mouring Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -199,7 +199,7 @@ clean: regressclean | |||
199 | 199 | ||
200 | distclean: regressclean | 200 | distclean: regressclean |
201 | rm -f *.o *.a $(TARGETS) logintest config.cache config.log | 201 | rm -f *.o *.a $(TARGETS) logintest config.cache config.log |
202 | rm -f *.out core | 202 | rm -f *.out core opensshd.init |
203 | rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds *~ | 203 | rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds *~ |
204 | rm -rf autom4te.cache | 204 | rm -rf autom4te.cache |
205 | (cd openbsd-compat && $(MAKE) distclean) | 205 | (cd openbsd-compat && $(MAKE) distclean) |