Log of /trunk
Directory Listing
Revision
160 -
Directory Listing
Modified
Wed Jul 15 23:12:56 2009 UTC
(4 months, 1 week ago)
by
tperciva
Remove generated files.
Revision
159 -
Directory Listing
Modified
Wed Jul 15 23:11:30 2009 UTC
(4 months, 1 week ago)
by
tperciva
Use both SysV & GNU-style hash in ELF objects
Part of the fix for bug #699.
Revision
158 -
Directory Listing
Modified
Mon Aug 4 03:52:51 2008 UTC
(15 months, 2 weeks ago)
by
tperciva
Use Quest pathnames in rshd manpage
Revision
157 -
Directory Listing
Modified
Mon Aug 4 03:51:20 2008 UTC
(15 months, 2 weeks ago)
by
tperciva
Fix typo inetd.cond -> inetd.conf in manpage
Revision
156 -
Directory Listing
Modified
Fri Jul 11 02:19:41 2008 UTC
(16 months, 1 week ago)
by
tperciva
ftpd: Use full username in auth failure logs
Removes the previous arbitrary 9-character limitation.
Fixes bug #306.
Revision
155 -
Directory Listing
Modified
Thu May 8 03:58:30 2008 UTC
(18 months, 2 weeks ago)
by
tperciva
Add an obsolescence warning & brief installation instructions
Revision
154 -
Directory Listing
Modified
Thu Nov 29 06:28:46 2007 UTC
(23 months, 3 weeks ago)
by
tperciva
Fix undefined reference to list_* funcs when srcdir != builddir
distcheck still doesn't pass, but I think that's because
tests are being run for libraries that we don't build.
Revision
153 -
Directory Listing
Modified
Thu Nov 29 04:59:31 2007 UTC
(23 months, 3 weeks ago)
by
tperciva
Add README with packaging notes (in pkg dir)
Revision
152 -
Directory Listing
Modified
Thu Nov 29 04:41:56 2007 UTC
(23 months, 3 weeks ago)
by
tperciva
Don't pass "--" to HP-UX's login process
It goes haywire if you do that (and the user gets booted out)
Fixes bug #437.
Revision
151 -
Directory Listing
Modified
Tue Oct 23 08:22:05 2007 UTC
(2 years, 1 month ago)
by
tperciva
Let VAS figure out what principal to accept auth as
Fixes bug #417: Wrong principal in request (for old versions of VAS).
This is for rshd & telnetd. Other apps might also be affected.
Revision
150 -
Directory Listing
Modified
Tue Oct 23 08:21:51 2007 UTC
(2 years, 1 month ago)
by
tperciva
Match a log message to the function that failed
Revision
149 -
Directory Listing
Modified
Tue Oct 23 06:08:40 2007 UTC
(2 years, 1 month ago)
by
tperciva
Allow krb5 authenticators with no checksum
krb5_verify_authenticator_checksum() returns -17 if the authenticator
had no checksum. This is valid (see RFC 4120 §5.5.1) and is what
Hummingbird HostExplorer was doing.
Fixes bug #36: Hummingbird telnet interop.
Requested that VAS' krb5_verify_authenticator_checksum() return 0
instead of -17 for this case in VAS bug #13239.
Revision
148 -
Directory Listing
Modified
Thu Oct 18 11:10:12 2007 UTC
(2 years, 1 month ago)
by
tperciva
[rsh] Only print connection errors if all methods fail
Errors are printed immediately if the verbose (-v) flag is given.
Introduces some linked list code which seems like overkill, but it
does the job.
Fixes bug #411.
Revision
147 -
Directory Listing
Modified
Mon Oct 8 01:41:44 2007 UTC
(2 years, 1 month ago)
by
tperciva
Use %{name} instead of "krbd-apps" in docdir path
Thanks to David Leonard for pointing this out
Revision
146 -
Directory Listing
Modified
Fri Oct 5 10:04:43 2007 UTC
(2 years, 1 month ago)
by
tperciva
Fix use of "const char *const foo[]" for global
Fixes build with `cc` on HP-UX 11.00
Revision
145 -
Directory Listing
Modified
Fri Oct 5 10:04:28 2007 UTC
(2 years, 1 month ago)
by
tperciva
Correct docdir for rpm specfile
Revision
144 -
Directory Listing
Modified
Fri Oct 5 05:56:30 2007 UTC
(2 years, 1 month ago)
by
tperciva
Use BUILDNO from the global build.config for hpux
This brings it in line with other platform build scripts
Revision
143 -
Directory Listing
Modified
Wed Oct 3 05:34:44 2007 UTC
(2 years, 1 month ago)
by
tperciva
More helpful error if encryption is on but unsupported
This should not ever actually be executed, but when it is, it would
be more helpful than just calling abort().
Revision
142 -
Directory Listing
Modified
Tue Oct 2 08:18:15 2007 UTC
(2 years, 1 month ago)
by
tperciva
Allow privport auth to succeed as a fallback
Fixes bug #403
Many thanks to Seth Ellsworth for figuring this out.
Revision
141 -
Directory Listing
Modified
Tue Oct 2 07:05:22 2007 UTC
(2 years, 1 month ago)
by
tperciva
[rsh] auth "privport" is more accurate than "none"
This is only in a comment
Revision
140 -
Directory Listing
Modified
Tue Oct 2 06:53:09 2007 UTC
(2 years, 1 month ago)
by
tperciva
Change name to Krbd apps rather than Kerberized apps
Means `make dist` generates the tarball that the packaging scripts expect
Revision
139 -
Directory Listing
Modified
Tue Oct 2 06:52:53 2007 UTC
(2 years, 1 month ago)
by
tperciva
[rsh] Add -v flag for noisy logging of connection/auth attempts
Revision
138 -
Directory Listing
Modified
Tue Oct 2 03:12:17 2007 UTC
(2 years, 1 month ago)
by
tperciva
[rsh] Reset sendauth_version_error to 0 when trying protocol version 2
Revision
137 -
Directory Listing
Modified
Mon Oct 1 08:34:44 2007 UTC
(2 years, 1 month ago)
by
tperciva
[rsh] Disable encryption by default like the docs say
I originally changed the default to on/TRUE in r134.
Revision
136 -
Directory Listing
Modified
Mon Oct 1 08:20:43 2007 UTC
(2 years, 1 month ago)
by
tperciva
Update URIs to quest.com instead of vintela.com
Revision
135 -
Directory Listing
Modified
Mon Oct 1 08:20:28 2007 UTC
(2 years, 1 month ago)
by
tperciva
[rsh] Document the necessity of setuid-root for old style auth fallback.
For bug #403.
Revision
134 -
Directory Listing
Modified
Mon Oct 1 08:14:29 2007 UTC
(2 years, 1 month ago)
by
tperciva
[rsh] Automatically try both encrypted & unencrypted connections
with krb5 unless the user specifies otherwise.
Inspired by bug #403.
Revision
133 -
Directory Listing
Modified
Fri Sep 28 03:09:37 2007 UTC
(2 years, 1 month ago)
by
tperciva
Always set the encryption key regardless of krb5 auth keytype
Revision
132 -
Directory Listing
Modified
Fri Sep 28 03:09:23 2007 UTC
(2 years, 1 month ago)
by
tperciva
Offer ENCRYPT_USING_TELOPT as part of krb5 auth
We don't yet adhere to the security requirements of this option
but there should be no ill effect on interoperation as a result.
ENCRYPT_OFF (existing behaviour) is still offered at lower preference,
but with ENCRYPT_OFF "TELOPT ENCRYPT SHOULD NOT be negotiated"[1] (and
that's not what we want).
[1] RFC 2941
Revision
131 -
Directory Listing
Modified
Fri Sep 28 02:25:02 2007 UTC
(2 years, 1 month ago)
by
tperciva
Fix typo
Revision
130 -
Directory Listing
Modified
Fri Sep 21 05:23:15 2007 UTC
(2 years, 2 months ago)
by
tperciva
Ship docs in RPMs
Revision
129 -
Directory Listing
Modified
Mon Sep 17 02:29:45 2007 UTC
(2 years, 2 months ago)
by
tperciva
rshd: Try HOSTNAME$ if krb5_sock_to_principal does not work
Fixes bug #392
Revision
128 -
Directory Listing
Modified
Mon Sep 3 03:30:15 2007 UTC
(2 years, 2 months ago)
by
tperciva
Look for rsh and rcp in /opt/quest/bin to overcome inetd-sanitised PATH
For bug #339.
Revision
127 -
Directory Listing
Modified
Tue Jul 17 03:14:43 2007 UTC
(2 years, 4 months ago)
by
tperciva
Update changelog
Revision
126 -
Directory Listing
Modified
Mon Jul 16 06:35:31 2007 UTC
(2 years, 4 months ago)
by
tperciva
Fix packages on Solaris
Fixes bug #330.
Revision
125 -
Directory Listing
Modified
Tue Jun 12 04:23:38 2007 UTC
(2 years, 5 months ago)
by
tperciva
Document the PAM service name
Suggested by Joshua Monson in bug #250.
Revision
124 -
Directory Listing
Modified
Tue May 29 06:55:41 2007 UTC
(2 years, 5 months ago)
by
tperciva
Fix ftp not being authorised by non-VAS-linked servers
because they don't understand user@REALM, only user.
This has something to do with comment #4 in bug #250, but maybe not
to do with the rest of the bug report.
Fixes bug #304.
Revision
123 -
Directory Listing
Modified
Fri Mar 23 02:36:47 2007 UTC
(2 years, 8 months ago)
by
tperciva
Use "Kerberized Apps" in README.Quest too
Revision
122 -
Directory Listing
Modified
Mon Mar 19 07:05:13 2007 UTC
(2 years, 8 months ago)
by
tperciva
Rename packages to krbd-apps or similar
This is almost just a mass string-replace. A couple of files renamed
and a couple added. Package conflict information for the old "vas-apps"
packages has been added where possible.
I haven't tried building any of these yet. I probably broke something.
See bug #151.
Revision
121 -
Directory Listing
Modified
Mon Mar 19 06:26:06 2007 UTC
(2 years, 8 months ago)
by
tperciva
Branding changes
Put Quest Software in the --version output
Renamed to Kerberized apps in sources (bug #151)
Also updated the bugsrc URI to use HTTPS.
Revision
119 -
Directory Listing
Modified
Wed Dec 6 06:38:51 2006 UTC
(2 years, 11 months ago)
by
tperciva
minor build changes
Revision
118 -
Directory Listing
Modified
Tue Dec 5 08:10:56 2006 UTC
(2 years, 11 months ago)
by
tperciva
Only use RFC 2553 sin6_addr members. Fixes compilation on Solaris.
Revision
117 -
Directory Listing
Modified
Mon Dec 4 06:54:12 2006 UTC
(2 years, 11 months ago)
by
tperciva
Bump release number to 0.7.2q6 in packaging
Revision
116 -
Directory Listing
Modified
Fri Dec 1 08:00:49 2006 UTC
(2 years, 11 months ago)
by
tperciva
Update changelog & bump version number to 0.7.2q6.
Revision
115 -
Directory Listing
Modified
Fri Dec 1 07:36:34 2006 UTC
(2 years, 11 months ago)
by
tperciva
Make FTPD write utmp entries. Allows pam_vas to track sessions for cred cleanup.
Fixes bug #86.
Calls wtmp/utmp code after pam_close_session to avoid premature cleanup.
Reuses ftp* false-ttys to avoid making utmp stupidly big.
There is a small possibility of two servers having a race condition where they
both claim the same false-tty name. If that's really a problem, the next step
is to allocate a real pty, or make VAS count sessions some other way.
Revision
114 -
Directory Listing
Modified
Wed Nov 29 07:16:20 2006 UTC
(2 years, 11 months ago)
by
tperciva
Fix usernames being limited to 31 characters (bug #164).
Revision
113 -
Directory Listing
Modified
Wed Nov 29 05:53:35 2006 UTC
(2 years, 11 months ago)
by
tperciva
Fix active transfers in ftpd (bug #35)
Revision
112 -
Directory Listing
Modified
Thu Nov 16 08:13:22 2006 UTC
(3 years ago)
by
tperciva
Give solaris 2.6 packages a separate platform name due to getaddrinfo /
AI_CANONNAME incompatabilities.
Solaris 2.6 doesn't have it, later versions do, however libroken's
value for AI_CANONNAME doesn't match that of systems that already have
getaddrinfo.
Revision
110 -
Directory Listing
Modified
Thu Nov 16 06:06:30 2006 UTC
(3 years ago)
by
tperciva
Distribute & install Quest licence, changes & readme files
Revision
109 -
Directory Listing
Modified
Wed Nov 15 07:32:01 2006 UTC
(3 years ago)
by
tperciva
More build fixes: some des headers and re-enabled LIB_des var
Revision
108 -
Directory Listing
Modified
Wed Nov 15 05:40:08 2006 UTC
(3 years ago)
by
tperciva
Re-include lib/des. Add some more headers missing from `make dist`.
Revision
107 -
Directory Listing
Modified
Wed Nov 15 05:29:09 2006 UTC
(3 years ago)
by
tperciva
Don't create preformatted manpages. Probably fixes bug #52.
catmans!
Revision
106 -
Directory Listing
Modified
Wed Nov 15 05:27:42 2006 UTC
(3 years ago)
by
tperciva
Update packaging config for release 5
Revision
105 -
Directory Listing
Modified
Wed Nov 15 04:46:53 2006 UTC
(3 years ago)
by
tperciva
Add changelog entries for r104
Revision
104 -
Directory Listing
Modified
Wed Nov 15 02:48:42 2006 UTC
(3 years ago)
by
tperciva
Fix `make dist` to include all files necessary for building
Also disable building & use of built-in libdes
Revision
103 -
Directory Listing
Modified
Tue Nov 14 09:17:07 2006 UTC
(3 years ago)
by
tperciva
Bump version to 0.7.2q5
Revision
102 -
Directory Listing
Modified
Tue Nov 14 05:28:06 2006 UTC
(3 years ago)
by
tperciva
Correct bug number 164->160 for revision 101.
Revision
101 -
Directory Listing
Modified
Tue Nov 14 05:26:22 2006 UTC
(3 years ago)
by
tperciva
Don't install files that are not useful for VAS Apps.
Fixes bug #160.
Revision
100 -
Directory Listing
Modified
Tue Nov 14 03:41:49 2006 UTC
(3 years ago)
by
tperciva
Re-enabled internal libroken. Required for VAS 3.1.
Fixes bug #149.
Revision
99 -
Directory Listing
Modified
Mon Oct 23 06:43:09 2006 UTC
(3 years, 1 month ago)
by
tperciva
More helpful error output when pututxline fails
Revision
98 -
Directory Listing
Modified
Mon Jul 10 05:52:09 2006 UTC
(3 years, 4 months ago)
by
tedp
Build .pkg files on solaris rather than .tar.gz files
Revision
97 -
Directory Listing
Modified
Wed Jun 28 04:01:05 2006 UTC
(3 years, 4 months ago)
by
tedp
Solaris packaging fixes
- Put the right files in the right packages (oops, thanks Andrew Wood).
- Fix perms. on one file to avoid a warning prompt on installation
Revision
96 -
Directory Listing
Modified
Mon Jun 26 07:15:05 2006 UTC
(3 years, 4 months ago)
by
tedp
solaris packaging fixes/improvements
Revision
94 -
Directory Listing
Modified
Fri Jun 2 02:43:28 2006 UTC
(3 years, 5 months ago)
by
tedp
Don't force key type for krb5 auth in telnet
Revision
93 -
Directory Listing
Modified
Fri Jun 2 02:21:09 2006 UTC
(3 years, 5 months ago)
by
tedp
Build system improvements/cleanup
Revision
91 -
Directory Listing
Modified
Wed May 31 08:22:09 2006 UTC
(3 years, 5 months ago)
by
tedp
Fix HPUX build script
Revision
90 -
Directory Listing
Modified
Wed May 31 08:19:55 2006 UTC
(3 years, 5 months ago)
by
tedp
(minor) Move local variable declaration to top of block
Revision
89 -
Directory Listing
Modified
Wed May 31 07:01:02 2006 UTC
(3 years, 5 months ago)
by
tedp
Clean aix build directory properly
rm -rf as root... oh what fun.
Revision
88 -
Directory Listing
Modified
Wed May 31 06:46:50 2006 UTC
(3 years, 5 months ago)
by
tedp
Mention encrypted telnet incompatability with vanilla Heimdal/MIT telnetd.
Revision
87 -
Directory Listing
Modified
Wed May 31 06:32:10 2006 UTC
(3 years, 5 months ago)
by
tedp
Prepare for 0.7.2q4
Revision
86 -
Directory Listing
Modified
Mon May 29 07:25:06 2006 UTC
(3 years, 5 months ago)
by
tedp
Re-enable -x (require encryption) flag for telnet
Revision
85 -
Directory Listing
Modified
Mon May 29 07:24:33 2006 UTC
(3 years, 5 months ago)
by
tedp
Update docs
Revision
84 -
Directory Listing
Modified
Fri May 26 05:54:38 2006 UTC
(3 years, 5 months ago)
by
tedp
Remove TODO comment
Code has been checked and is OK.
Revision
83 -
Directory Listing
Modified
Fri May 26 05:48:42 2006 UTC
(3 years, 5 months ago)
by
tedp
Fix telnet encryption (!!)
All the best fixes have diffs this short.
Revision
82 -
Directory Listing
Modified
Tue May 16 00:59:02 2006 UTC
(3 years, 6 months ago)
by
tedp
More svn:ignore properties (this time for post-build files)
Revision
81 -
Directory Listing
Modified
Tue May 16 00:49:00 2006 UTC
(3 years, 6 months ago)
by
tedp
Add svn:ignore properties for source directories
Revision
79 -
Directory Listing
Modified
Mon May 15 05:39:19 2006 UTC
(3 years, 6 months ago)
by
tedp
Add AIX packaging
Revision
78 -
Directory Listing
Modified
Mon May 15 05:37:50 2006 UTC
(3 years, 6 months ago)
by
tedp
Add svn:ignore props.
Revision
77 -
Directory Listing
Modified
Wed May 10 06:04:42 2006 UTC
(3 years, 6 months ago)
by
tedp
bump version, abstract PKGDIR (final package dest), fix typo
Revision
76 -
Directory Listing
Modified
Mon May 8 07:27:50 2006 UTC
(3 years, 6 months ago)
by
tedp
Add LAM checks (for AIX) and make PAM optional at compile time
Revision
75 -
Directory Listing
Modified
Mon May 8 06:38:54 2006 UTC
(3 years, 6 months ago)
by
tedp
fix typo
Revision
72 -
Directory Listing
Modified
Tue May 2 07:20:02 2006 UTC
(3 years, 6 months ago)
by
tedp
Update Quest Changelog (CHANGES.Quest)
Revision
71 -
Directory Listing
Modified
Tue May 2 06:29:48 2006 UTC
(3 years, 6 months ago)
by
tedp
Add HPUX build script
Revision
69 -
Directory Listing
Modified
Tue May 2 01:04:10 2006 UTC
(3 years, 6 months ago)
by
tedp
Minor changes for 0.7.2q2
Revision
68 -
Directory Listing
Modified
Fri Apr 28 04:20:52 2006 UTC
(3 years, 6 months ago)
by
tedp
fix build on hpux (and other strict compilers)
Revision
67 -
Directory Listing
Modified
Fri Apr 28 04:04:58 2006 UTC
(3 years, 6 months ago)
by
tedp
Un-inline two funcs to fix build on HPUX
Seems to be caused by a compiler bug
Revision
66 -
Directory Listing
Modified
Fri Apr 28 04:03:40 2006 UTC
(3 years, 6 months ago)
by
tedp
add USE_AFS ifdefs
should fix builds on hpux
Revision
65 -
Directory Listing
Modified
Wed Apr 26 06:52:06 2006 UTC
(3 years, 6 months ago)
by
tedp
Remove preformatted manpages
Revision
64 -
Directory Listing
Modified
Wed Apr 26 00:39:25 2006 UTC
(3 years, 6 months ago)
by
tedp
Fix package filenames, .tar.gz -> .pkg
Revision
63 -
Directory Listing
Modified
Wed Apr 26 00:22:53 2006 UTC
(3 years, 6 months ago)
by
tedp
Remove autogenerated pkginfo file
Revision
62 -
Directory Listing
Modified
Wed Apr 26 00:22:01 2006 UTC
(3 years, 6 months ago)
by
tedp
Add packaging support for Solaris.
Revision
61 -
Directory Listing
Modified
Fri Apr 21 02:09:28 2006 UTC
(3 years, 7 months ago)
by
tedp
Remove preformatted manpages and -dev package. Closes #22.
Revision
60 -
Directory Listing
Modified
Mon Apr 10 01:50:26 2006 UTC
(3 years, 7 months ago)
by
tedp
Add RPMDIR detection for redhat.
Allows RPMs to be built on redhat.
Revision
59 -
Directory Listing
Modified
Mon Apr 10 01:46:42 2006 UTC
(3 years, 7 months ago)
by
tedp
Use AC_MSG_ERROR for configure errors.
Thanks DL.
Revision
58 -
Directory Listing
Modified
Mon Apr 10 01:36:16 2006 UTC
(3 years, 7 months ago)
by
tedp
Declare local var at top of func (ANSI C).
Revision
57 -
Directory Listing
Modified
Mon Apr 10 00:00:43 2006 UTC
(3 years, 7 months ago)
by
tedp
Add an autoconf test to determine where the `login` command is.
Revision
56 -
Directory Listing
Modified
Sun Apr 9 23:58:19 2006 UTC
(3 years, 7 months ago)
by
tedp
Remove a commented-out AC_CONFIG_FILES section.
Revision
55 -
Directory Listing
Modified
Fri Apr 7 01:55:54 2006 UTC
(3 years, 7 months ago)
by
tedp
Add PAM checks to ftpd, and redo rsh PAM check.
Revision
54 -
Directory Listing
Modified
Thu Apr 6 06:46:57 2006 UTC
(3 years, 7 months ago)
by
tedp
Don't use grep -q
Fixes build on hpux whose grep doesn't understand -q.
Revision
53 -
Directory Listing
Modified
Wed Apr 5 00:33:42 2006 UTC
(3 years, 7 months ago)
by
tedp
Add PAM check for rshd
Including autoconf test for PAM.
Revision
52 -
Directory Listing
Modified
Wed Apr 5 00:30:21 2006 UTC
(3 years, 7 months ago)
by
tedp
Remove autogenerated file config.h.in
Revision
51 -
Directory Listing
Modified
Thu Mar 30 07:45:46 2006 UTC
(3 years, 7 months ago)
by
tedp
Apply changes suggested by Love Hörnquist Åstrand (Heimdal maintainer)
Specifically:
1. Removes a useless global variable initialisation.
2. Clean up active-mode transfer patch.
Since the initial patch, I've tested Linux, OpenBSD, and AIX. All
three have AF_INET == PF_INET. Assuming that's the case on all
systems, this will work. I am under the impression that this change
will be part of the upstream Heimdal sources.
Revision
50 -
Directory Listing
Modified
Thu Mar 30 07:29:57 2006 UTC
(3 years, 7 months ago)
by
tedp
Move variable declaration to the start of the function.
I was coding to C99, but it turns out RH73 uses GCC 2.96, which
appears to prefer ANSI C. Hence.
Revision
49 -
Directory Listing
Modified
Thu Mar 30 07:07:25 2006 UTC
(3 years, 7 months ago)
by
tedp
Fix revision # in CHANGES.Quest file.
Revision
48 -
Directory Listing
Modified
Thu Mar 30 06:55:26 2006 UTC
(3 years, 7 months ago)
by
tedp
Add licence, changelog, & other useful info.
Revision
47 -
Directory Listing
Modified
Thu Mar 30 06:52:34 2006 UTC
(3 years, 7 months ago)
by
tedp
Build separate -clients and -servers packages, and include a diff.
Revision
46 -
Directory Listing
Modified
Thu Mar 30 04:57:30 2006 UTC
(3 years, 7 months ago)
by
tedp
Remove a whole lot of vim modelines.
They're not really necessary.
Revision
45 -
Directory Listing
Modified
Wed Mar 29 08:09:10 2006 UTC
(3 years, 7 months ago)
by
tedp
Add packaging code.
This allows building RPMs and should be able to be extended to build
other types of packages fairly easily. The build numbering code is
not yet done.
Revision
44 -
Directory Listing
Modified
Tue Mar 28 07:01:57 2006 UTC
(3 years, 7 months ago)
by
tedp
Delete _more_ auto-generated files (in include/)
This is getting a bit repetitive.
Revision
41 -
Directory Listing
Modified
Tue Mar 28 05:41:40 2006 UTC
(3 years, 7 months ago)
by
tedp
Re-add some login headers.
I was bound to mess up, deleting files like that :)
Revision
40 -
Directory Listing
Modified
Tue Mar 28 04:52:55 2006 UTC
(3 years, 7 months ago)
by
tedp
Delete more unused files.
Except appl/login/login_access.c because it's symlinked from appl/rsh
Revision
39 -
Directory Listing
Modified
Tue Mar 28 04:48:49 2006 UTC
(3 years, 7 months ago)
by
tedp
Delete a whole stack of files vas-apps doesn't use.
Revision
38 -
Directory Listing
Modified
Tue Mar 28 04:48:14 2006 UTC
(3 years, 7 months ago)
by
tedp
Don't create lib/kafs/Makefile
Revision
37 -
Directory Listing
Modified
Tue Mar 28 03:23:00 2006 UTC
(3 years, 7 months ago)
by
tedp
Remove two autogenerated files (symlinks)
Revision
36 -
Directory Listing
Modified
Fri Mar 24 05:27:40 2006 UTC
(3 years, 8 months ago)
by
tedp
Add README.Quest with some notes about the current state.
Revision
35 -
Directory Listing
Modified
Fri Mar 24 05:21:10 2006 UTC
(3 years, 8 months ago)
by
tedp
Execute telnet instead of rlogin if no command is specified.
The Debian heimdal-clients package was changed to do this after I
pointed out that it called "rlogin" but didn't provide it nor depend
on it. See Debian bug #355080.
Revision
34 -
Directory Listing
Modified
Fri Mar 24 04:49:31 2006 UTC
(3 years, 8 months ago)
by
tedp
Point telnet to the default system "login" command,
because we don't ship login.
Revision
33 -
Directory Listing
Modified
Fri Mar 24 04:48:36 2006 UTC
(3 years, 8 months ago)
by
tedp
Disable telnet encryption because it's broken.
Revision
32 -
Directory Listing
Modified
Thu Mar 23 05:49:44 2006 UTC
(3 years, 8 months ago)
by
tedp
Don't build login
Revision
31 -
Directory Listing
Modified
Thu Mar 23 05:25:32 2006 UTC
(3 years, 8 months ago)
by
tedp
Fix bug where non-PASV transfers failed.
On Linux (and possibly other systems), an IPv6 socket can accept a
connection from what's really an IPv4 address. ftpd assumed that
because the incoming connection was on an IPv6 socket that the
data connection would also use IPv6, but the client sends an IPv4
address. The connect() call fails (with errno == 0!) because of
the IPv4/IPv6 mismatch.
This would probably not be a problem if connect() would accept a
struct sockaddr_in* for an IPv6 socket.
Revision
30 -
Directory Listing
Modified
Thu Mar 23 02:01:45 2006 UTC
(3 years, 8 months ago)
by
tedp
Make ftp & ftpd build (really, this time)
Revision
29 -
Directory Listing
Modified
Wed Mar 22 23:48:21 2006 UTC
(3 years, 8 months ago)
by
tedp
Fix one harmless compiler warning
Revision
28 -
Directory Listing
Modified
Wed Mar 22 07:05:34 2006 UTC
(3 years, 8 months ago)
by
tedp
Manpage improvements.
Document -K and --no-gss-delegate options for ftp(1).
Revision
27 -
Directory Listing
Modified
Wed Mar 22 06:50:14 2006 UTC
(3 years, 8 months ago)
by
tedp
Oops, that "int" was meant to be there.
Revision
26 -
Directory Listing
Modified
Wed Mar 22 06:45:46 2006 UTC
(3 years, 8 months ago)
by
tedp
Make FTP build && Don't prompt for username when GSSAPI auth succeeds.
Revision
25 -
Directory Listing
Modified
Wed Mar 22 01:14:01 2006 UTC
(3 years, 8 months ago)
by
tedp
manpage improvements
Revision
24 -
Directory Listing
Modified
Tue Mar 21 04:07:17 2006 UTC
(3 years, 8 months ago)
by
tedp
trivial AFS ifdef for login
Revision
23 -
Directory Listing
Modified
Tue Mar 21 04:04:02 2006 UTC
(3 years, 8 months ago)
by
tedp
replace deprecated LOG_AUTH with LOG_AUTHPRIV
Revision
22 -
Directory Listing
Modified
Mon Mar 20 06:28:45 2006 UTC
(3 years, 8 months ago)
by
tedp
Some trivial comment changes (because programmers have notoriously bad English :))
Add a comment or two of my own.
Update fnmatch.h, though I think it's autogenerated.
Revision
21 -
Directory Listing
Modified
Mon Mar 20 06:25:50 2006 UTC
(3 years, 8 months ago)
by
tedp
Disable encryption by default because encrypted telnet is broken.
Revision
20 -
Directory Listing
Modified
Mon Mar 20 06:20:24 2006 UTC
(3 years, 8 months ago)
by
tedp
Add a couple more "ifdef ENCRYPTION"s
Revision
19 -
Directory Listing
Modified
Mon Mar 20 06:19:06 2006 UTC
(3 years, 8 months ago)
by
tedp
Add a couple of "ifdef ENCRYPTION"s required for non-encryption builds.
Revision
18 -
Directory Listing
Modified
Mon Mar 20 05:57:27 2006 UTC
(3 years, 8 months ago)
by
tedp
Set bug report address to bugsrc, and set default dirs to /opt/quest-related dirs
Revision
17 -
Directory Listing
Modified
Mon Mar 13 03:49:17 2006 UTC
(3 years, 8 months ago)
by
tedp
Disable preselection of DES keys (doesn't work with VAS!) & add vim modelines
Revision
16 -
Directory Listing
Modified
Wed Mar 8 06:16:55 2006 UTC
(3 years, 8 months ago)
by
tedp
Build telnet (added to SUBDIRS for appl) - builds OK but is untested
Revision
15 -
Directory Listing
Modified
Wed Mar 8 00:18:47 2006 UTC
(3 years, 8 months ago)
by
tedp
Merge changes between heimdal 0.6.4 and 0.7.2 into HEAD
Revision
14 -
Directory Listing
Modified
Tue Mar 7 03:46:11 2006 UTC
(3 years, 8 months ago)
by
tedp
Add libvers to a few makefiles
Revision
13 -
Directory Listing
Modified
Mon Mar 6 01:49:18 2006 UTC
(3 years, 8 months ago)
by
tedp
Give a more useful error message if ekshell isn't in /etc/services
Revision
9 -
Directory Listing
Modified
Wed Mar 1 23:55:30 2006 UTC
(3 years, 8 months ago)
by
tedp
various changes to kafs & rsh
Revision
8 -
Directory Listing
Modified
Wed Mar 1 02:33:42 2006 UTC
(3 years, 8 months ago)
by
tedp
add a couple of vim setting modelines
Revision
7 -
Directory Listing
Modified
Tue Feb 28 06:46:10 2006 UTC
(3 years, 8 months ago)
by
tedp
More build fixes
Revision
6 -
Directory Listing
Modified
Tue Feb 28 04:52:31 2006 UTC
(3 years, 8 months ago)
by
tedp
Add a stack of modifications by me -- comes closer to building things w/ vas3
Revision
5 -
Directory Listing
Modified
Tue Feb 28 04:39:33 2006 UTC
(3 years, 8 months ago)
by
tedp
Add Dean's original modifications - this is effectively Dean's package sans his magic scripts
Revision
4 -
Directory Listing
Modified
Tue Feb 28 04:34:24 2006 UTC
(3 years, 8 months ago)
by
tedp
Bring heimdal 0.6.4 into trunk
Revision
1 -
Directory Listing
Added
Tue Feb 28 04:31:26 2006 UTC
(3 years, 8 months ago)
by
tedp
Create directory structure.