Commit Graph

557 Commits

Author SHA1 Message Date
Assar Westerlund
c7ed81d0d1 (stilloob): check that fds are not too large to select on
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9103 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-10-08 13:28:21 +00:00
Assar Westerlund
3e00ddf50d use esetenv
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9089 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-10-02 05:06:04 +00:00
Assar Westerlund
5f648d3799 use socklen_t where appropriate instead of int
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8923 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-08-09 20:53:11 +00:00
Assar Westerlund
8f89435673 update prototype for signal handlers to RETSIGTYPE (*)(int)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8581 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-07-08 12:08:04 +00:00
Assar Westerlund
e3d3bbceb5 DCE stuff
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8525 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-07-02 05:33:48 +00:00
Assar Westerlund
2e74d070dc *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8365 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-06-09 10:04:47 +00:00
Assar Westerlund
9fccf03625 remove all setuid(getuid()). we do not support telnet being setuid root
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8364 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-06-09 10:04:27 +00:00
Assar Westerlund
080a79404a *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8206 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-05-05 17:38:45 +00:00
Assar Westerlund
181017ac0c (sourceroute): update prototype
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8205 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-05-05 17:38:19 +00:00
Assar Westerlund
f695d00d40 (tn): re-enable source routing
(sourceroute): make it work again based on the code from
itojun@kame.net


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8204 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-05-05 17:37:36 +00:00
Assar Westerlund
bd94e208dd *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8079 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-28 09:12:40 +00:00
Assar Westerlund
c3043e6c5e (tn): clean-up a tiny little bit. give-up if we do not manage to
connect to any address


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8078 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-28 05:21:54 +00:00
Assar Westerlund
c244cd2e52 time_t-foobar
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8069 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-26 19:53:47 +00:00
Assar Westerlund
34406dd27b (*): make sure to always call time, ctime, and gmtime with `time_t's.
there were some types (like in lastlog) that we believed to always be
time_t.  this has proven wrong on Solaris 8 in 64-bit mode, where they
are stored as 32-bit quantities but time_t has gone up to 64 bits


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8068 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-26 19:48:27 +00:00
Assar Westerlund
dec4acf53b *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8001 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-03 14:11:40 +00:00
Assar Westerlund
5a38a1f0a1 (kerberos5_init): check that we do have a keytab before saying that we
will support KERBEROS5


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8000 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-03-03 14:11:17 +00:00
Björn Groenvall
cf93f02cc3 Target install depends on target all.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7955 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-18 13:12:56 +00:00
Assar Westerlund
594c2c745a *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7919 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-12 16:00:37 +00:00
Assar Westerlund
d2881b4b56 (tn): only set tos for AF_INET. From itojun@iijlab.net
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7918 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-12 16:00:07 +00:00
Assar Westerlund
c90283040a *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7877 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-07 03:14:52 +00:00
Assar Westerlund
a3e502e75b (kerberos4_is): send a reject back to the client when we're not
authorized


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7876 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-07 03:14:19 +00:00
Assar Westerlund
7fd0277523 add missing .El. from itojun by way of NetBSD
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7867 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-06 07:10:32 +00:00
Assar Westerlund
8048ddd6c9 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7854 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-06 05:16:06 +00:00
Assar Westerlund
eff27d21b3 (ring_encrypt): better proto
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7853 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-06 05:15:47 +00:00
Assar Westerlund
ef90611749 klduge-around KLUDGELINEMODE
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7849 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-04 09:49:28 +00:00
Assar Westerlund
a7003ca562 (kerberos5_forward): spelling fix
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7839 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-02-01 00:32:05 +00:00
Assar Westerlund
3f2e348dcb *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7824 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-25 23:27:01 +00:00
Assar Westerlund
6545f69e99 (auth_encrypt_user): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7822 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-25 23:24:58 +00:00
Assar Westerlund
2296f66cd1 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7813 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-25 22:29:29 +00:00
Assar Westerlund
3ef5c9ed95 (RemoteHostName, LocalHostName): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7810 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:12:10 +00:00
Assar Westerlund
e37c27ed94 (auth_encrypt_init, RemoteHostName, LocalHostName): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7809 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:11:40 +00:00
Assar Westerlund
d4427bde90 (auth_encrypt_init, auth_encrypt_user): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7808 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:11:07 +00:00
Assar Westerlund
d7b1813e1e (encrypt_init, Name): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7807 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:10:35 +00:00
Assar Westerlund
9eaa4d1478 (encrypt_init): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7806 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:09:56 +00:00
Assar Westerlund
d5375044d0 (auth_init, Name): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7805 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:09:34 +00:00
Assar Westerlund
8426714ea3 (auth_init): const-ify
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7804 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-18 03:08:55 +00:00
Assar Westerlund
8dbe577b96 add missing .el
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7773 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 10:58:58 +00:00
Assar Westerlund
d56fe61fa0 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7763 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 08:09:03 +00:00
Assar Westerlund
54c51830a0 (tn): handle ai_canonname being set in any of the addresses
returnedby getaddrinfo.  glibc apparently returns the reverse lookup
of every address in ai_canonname.  remove some unused variables.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7760 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-08 08:04:16 +00:00
Assar Westerlund
4bc28ec99e add telnetd.8
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7736 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-06 15:12:46 +00:00
Assar Westerlund
812664d419 add telnet.1
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7735 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-06 15:12:11 +00:00
Assar Westerlund
2065b57b0a *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7697 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-01 11:54:15 +00:00
Assar Westerlund
cae7f2dce0 (addarg): make void (return value isn't check anyway). fatal error
when malloc fails


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7696 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-01 11:53:59 +00:00
Assar Westerlund
b3ceefedcd (env_opt_start): fix typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7695 ec53bebd-3082-4978-b11e-865c3cabbd6b
2000-01-01 11:53:24 +00:00
Assar Westerlund
f3351b4b8e realloc properly without leaking memory
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7691 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-12-30 23:43:50 +00:00
Assar Westerlund
97c1814ee5 *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7613 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-12-16 11:54:22 +00:00
Assar Westerlund
714d534bd0 (*): handle ai_canonname not being set
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7611 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-12-16 11:51:06 +00:00
Assar Westerlund
0c37b6af0c *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7529 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-12-05 11:01:55 +00:00
Assar Westerlund
d82eb01c8a (doit): use getnameinfo_verified
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7527 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-12-05 10:59:52 +00:00
Assar Westerlund
f14e1f5cff *** empty log message ***
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7504 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-12-04 18:20:36 +00:00