git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9272 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-12-05 09:12:30 +00:00
parent 6bd6f80082
commit a3402d12fe
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2000-12-05 Johan Danielsson <joda@pdc.kth.se>
* rshd.c: require encryption if passed -x
2000-11-15 Assar Westerlund <assar@sics.se>
* rshd.c (loop): check that the fd's aren't too large to select on

View File

@@ -1,5 +1,13 @@
2000-12-05 Johan Danielsson <joda@pdc.kth.se>
* Makefile.am.common: just warn if we fail to setuid a program
* broken-getnameinfo.m4: add more quotes
* roken-frag.m4: test for getifaddrs
* roken-frag.m4: test for broken AIX getnameinfo
* broken-getnameinfo.m4: test for broken getnameinfo
2000-12-01 Assar Westerlund <assar@sics.se>