]> asedeno.scripts.mit.edu Git - 1ts-debian.git/log
1ts-debian.git
15 years agoIf we have krb5-config, don't use the old tests! origin/zephyr-reloaded
kcr [Tue, 24 Mar 2009 18:46:50 +0000 (18:46 +0000)]
If we have krb5-config, don't use the old tests!

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@474 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agomove variable definition out of too-restrictive #ifdef scope
kcr [Tue, 24 Mar 2009 18:39:31 +0000 (18:39 +0000)]
move variable definition out of too-restrictive #ifdef scope

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@473 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agodon't set a nonexistent handler for SIGEMT
kcr [Tue, 24 Mar 2009 03:59:25 +0000 (03:59 +0000)]
don't set a nonexistent handler for SIGEMT

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@472 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agokeep track of total # of incoming header fields, and cksum appropriately
kcr [Tue, 24 Mar 2009 03:40:55 +0000 (03:40 +0000)]
keep track of total # of incoming header fields, and cksum appropriately

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@471 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoBrain dumps used to stash the address of the client for which metadata
kcr [Mon, 23 Mar 2009 13:50:35 +0000 (13:50 +0000)]
Brain dumps used to stash the address of the client for which metadata
was being sent in an extra header field.   This worked about as well as you
might expect.  Fortunately we happened to be putting an address in header
field 18 anyway, so backwards compatibility should be relatively painless.
I don't know which approach is a more egregious hack, but this change
at least nets us four less lines of code, which is obviously good, right?

Oh, and while we're at it, if the sa_family isn't set on the sender address,
just cringe and set it to AF_INET.

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@470 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agonotice->z_other_fields[notice->z_num_other_fields] is either going to
kcr [Mon, 23 Mar 2009 13:48:03 +0000 (13:48 +0000)]
notice->z_other_fields[notice->z_num_other_fields] is either going to
be NULL, something Wrong^TM, or off the end of z_other_fields.

bad all around.

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@469 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agobuild-depend on autotools-dev, as things bomb out without it.
kcr [Mon, 23 Mar 2009 11:56:58 +0000 (11:56 +0000)]
build-depend on autotools-dev, as things bomb out without it.

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@468 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agohaving the libraries conflict with the orthogonal v3s turned out to be a
kcr [Mon, 23 Mar 2009 11:56:10 +0000 (11:56 +0000)]
having the libraries conflict with the orthogonal v3s turned out to be a
less clever idea than originally envisioned

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@467 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoupdate documentation
kcr [Sun, 22 Mar 2009 21:16:09 +0000 (21:16 +0000)]
update documentation

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@466 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agogrammar error
kcr [Sun, 22 Mar 2009 21:14:55 +0000 (21:14 +0000)]
grammar error

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@465 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoreplace a malloc/strcpy with a stdup
kcr [Sun, 22 Mar 2009 21:03:21 +0000 (21:03 +0000)]
replace a malloc/strcpy with a stdup

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@464 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agomore cleanup
kcr [Sun, 22 Mar 2009 18:59:56 +0000 (18:59 +0000)]
more cleanup

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@463 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agomake sure client is initialized to something false
kcr [Sun, 22 Mar 2009 18:39:39 +0000 (18:39 +0000)]
make sure client is initialized to something false

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@462 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agounused static function unless DEBUG
kcr [Sun, 22 Mar 2009 18:39:18 +0000 (18:39 +0000)]
unused static function unless DEBUG

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@461 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agopaper over some more warnings
kcr [Sun, 22 Mar 2009 18:30:19 +0000 (18:30 +0000)]
paper over some more warnings

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@460 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoanother cleanup fix
kcr [Sun, 22 Mar 2009 18:20:47 +0000 (18:20 +0000)]
another cleanup fix

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@459 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agonecessary for the cleanup
kcr [Sun, 22 Mar 2009 18:07:32 +0000 (18:07 +0000)]
necessary for the cleanup

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@458 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoset svn:keywords
kcr [Sun, 22 Mar 2009 17:41:28 +0000 (17:41 +0000)]
set svn:keywords

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@457 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoa version number?
kcr [Sun, 22 Mar 2009 17:35:02 +0000 (17:35 +0000)]
a version number?

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@456 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoclean up and modernize some of the CMU patch fallout
kcr [Sun, 22 Mar 2009 17:34:39 +0000 (17:34 +0000)]
clean up and modernize some of the CMU patch fallout

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@455 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agopull in prototypes for ZWGCPLUS
kcr [Sun, 22 Mar 2009 16:34:35 +0000 (16:34 +0000)]
pull in prototypes for ZWGCPLUS

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@454 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agofunctions should have explicit return types (and new-style args)
kcr [Sun, 22 Mar 2009 16:32:37 +0000 (16:32 +0000)]
functions should have explicit return types (and new-style args)

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@453 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agothere's no particular reason that the interrealm code on a krb5-only server
kcr [Sun, 22 Mar 2009 16:31:10 +0000 (16:31 +0000)]
there's no particular reason that the interrealm code on a krb5-only server
shouldn't be able to deal with incoming old-style packets

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@452 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoreturn UNKNOWN if we don't recognize the charset #
kcr [Sun, 22 Mar 2009 16:27:12 +0000 (16:27 +0000)]
return UNKNOWN if we don't recognize the charset #

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@451 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoexplicitly set the charset to unknown in zstat, zleave, and zshutdown_notify
kcr [Sun, 22 Mar 2009 05:27:07 +0000 (05:27 +0000)]
explicitly set the charset to unknown in zstat, zleave, and zshutdown_notify

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@450 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agodon't _require_ c-ares
kcr [Sun, 22 Mar 2009 05:26:36 +0000 (05:26 +0000)]
don't _require_ c-ares

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@449 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agodon't _require_ c-ares
kcr [Sun, 22 Mar 2009 05:25:47 +0000 (05:25 +0000)]
don't _require_ c-ares

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@448 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agospecify charset
kcr [Sun, 22 Mar 2009 04:45:28 +0000 (04:45 +0000)]
specify charset

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@447 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agooops, actually make the non-ares branch compile
kcr [Sun, 22 Mar 2009 04:44:40 +0000 (04:44 +0000)]
oops, actually make the non-ares branch compile

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@446 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoonly run setlocale once
kcr [Sun, 22 Mar 2009 04:32:22 +0000 (04:32 +0000)]
only run setlocale once

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@445 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoattempt to steer apt in the right direction when upgrading
kcr [Fri, 20 Mar 2009 13:39:12 +0000 (13:39 +0000)]
attempt to steer apt in the right direction when upgrading

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@444 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoget for ares_getaddrinfo
kcr [Fri, 20 Mar 2009 06:40:31 +0000 (06:40 +0000)]
get for ares_getaddrinfo

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@443 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoares_getnameinfo makes the decision on the address family BY THE LENGTH OF THE SOCKA...
kcr [Fri, 20 Mar 2009 06:39:23 +0000 (06:39 +0000)]
ares_getnameinfo makes the decision on  the address family BY THE LENGTH OF THE SOCKADDR_IN ARGUMENT

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@442 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agouse {ares_,}getnameinfo to lookup addresses
kcr [Fri, 20 Mar 2009 05:40:01 +0000 (05:40 +0000)]
use {ares_,}getnameinfo to lookup addresses

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@441 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agomild braindeath
kcr [Fri, 20 Mar 2009 05:39:22 +0000 (05:39 +0000)]
mild braindeath

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@440 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agonote use of c-ares
kcr [Wed, 18 Mar 2009 23:09:48 +0000 (23:09 +0000)]
note use of c-ares

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@439 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agolose build-depends on Xaw
kcr [Wed, 18 Mar 2009 21:33:15 +0000 (21:33 +0000)]
lose build-depends on Xaw

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@438 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoactually fix init script
kcr [Wed, 18 Mar 2009 20:12:29 +0000 (20:12 +0000)]
actually fix init script

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@435 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agofix improper sign extension
kcr [Wed, 18 Mar 2009 20:01:09 +0000 (20:01 +0000)]
fix improper sign extension

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@434 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoadd vcs-svn pointer
kcr [Tue, 17 Mar 2009 13:49:15 +0000 (13:49 +0000)]
add vcs-svn pointer

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@433 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agonow passes lintian 2.2.8 for policy 3.8.1.0
kcr [Tue, 17 Mar 2009 13:22:44 +0000 (13:22 +0000)]
now passes lintian 2.2.8 for policy 3.8.1.0

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@432 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoFix formatting bugs; now passes lintian 2.2.8
kcr [Tue, 17 Mar 2009 13:22:22 +0000 (13:22 +0000)]
Fix formatting bugs; now passes lintian 2.2.8

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@431 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agofix braino
kcr [Tue, 17 Mar 2009 06:00:11 +0000 (06:00 +0000)]
fix braino

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@430 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agouse c-ares
kcr [Tue, 17 Mar 2009 04:41:27 +0000 (04:41 +0000)]
use c-ares

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@429 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agomore flexible build armature
kcr [Tue, 17 Mar 2009 04:38:22 +0000 (04:38 +0000)]
more flexible build armature

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@428 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agopackaging tweaks
kcr [Tue, 17 Mar 2009 04:37:09 +0000 (04:37 +0000)]
packaging tweaks

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@427 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agofix merge-o
kcr [Mon, 16 Mar 2009 16:09:44 +0000 (16:09 +0000)]
fix merge-o

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@426 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoset the initial node refcount to one so they don't get gc'd before the ares callback...
kcr [Mon, 16 Mar 2009 16:04:32 +0000 (16:04 +0000)]
set the initial node refcount to one so they don't get gc'd before the ares callback fires

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@425 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agomore cmu stuff
kcr [Mon, 16 Mar 2009 03:15:21 +0000 (03:15 +0000)]
more cmu stuff

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@424 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agofile for charset stuff
kcr [Mon, 16 Mar 2009 03:13:50 +0000 (03:13 +0000)]
file for charset stuff

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@423 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agocmu/zwgcplus changes
kcr [Sun, 15 Mar 2009 22:13:16 +0000 (22:13 +0000)]
cmu/zwgcplus changes

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@422 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agocharset in zwrite, incomplete in zwgc
kcr [Sun, 15 Mar 2009 18:39:20 +0000 (18:39 +0000)]
charset in zwrite, incomplete in zwgc

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@421 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agofix an error in the package description
kcr [Sat, 14 Mar 2009 02:02:05 +0000 (02:02 +0000)]
fix an error in the package description
wrap the build-depends lines

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@420 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agomerge in debian package update
kcr [Sat, 14 Mar 2009 00:45:39 +0000 (00:45 +0000)]
merge in debian package update

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@419 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agofix unfortunate CFLAGS hack
kcr [Wed, 4 Mar 2009 04:00:24 +0000 (04:00 +0000)]
fix unfortunate CFLAGS hack

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@416 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoactually set the address family on incoming addresses
kcr [Wed, 4 Mar 2009 03:58:56 +0000 (03:58 +0000)]
actually set the address family on incoming addresses

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@415 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agofixup address in more places
kcr [Tue, 3 Mar 2009 22:58:31 +0000 (22:58 +0000)]
fixup address in more places

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@414 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agofix sense of "is there a NULL here" check
kcr [Tue, 3 Mar 2009 22:15:39 +0000 (22:15 +0000)]
fix sense of "is there a NULL here" check

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@413 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years ago19 fields zephyrgrams
kcr [Mon, 2 Mar 2009 07:29:54 +0000 (07:29 +0000)]
19 fields zephyrgrams

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@412 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agobuild everything successfully with -Wall -Werror
kcr [Mon, 2 Mar 2009 03:14:23 +0000 (03:14 +0000)]
build everything successfully with -Wall -Werror

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@411 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoasedeno's UTF-8 downcasing patch
kcr [Sun, 1 Mar 2009 21:40:08 +0000 (21:40 +0000)]
asedeno's UTF-8 downcasing patch

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@410 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agodead code
kcr [Thu, 22 Jan 2009 00:05:19 +0000 (00:05 +0000)]
dead code

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@403 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoset SO_REUSADDR if we are opening some sort of well-defined server port
kcr [Mon, 29 Dec 2008 21:27:24 +0000 (21:27 +0000)]
set SO_REUSADDR if we are opening some sort of well-defined server port

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@402 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoAttempt to compensate for mit krb5_get_realm_host_host stupidity.
kcr [Mon, 29 Dec 2008 08:27:51 +0000 (08:27 +0000)]
Attempt to compensate for mit krb5_get_realm_host_host stupidity.

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@401 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoCPP flags for "Znotice has a sockaddr" and Znotice has a charset"
kcr [Mon, 29 Dec 2008 02:25:28 +0000 (02:25 +0000)]
CPP flags for "Znotice has a sockaddr" and Znotice has a charset"

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@400 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agohack at traditional heimdal crypto
kcr [Thu, 25 Dec 2008 21:00:13 +0000 (21:00 +0000)]
hack at traditional heimdal crypto

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@399 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agosys/socket.h for struct sockaddr
kcr [Thu, 25 Dec 2008 07:35:24 +0000 (07:35 +0000)]
sys/socket.h for struct sockaddr

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@398 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agochange ZNotice_t around a bit, libzephyr4
kcr [Thu, 25 Dec 2008 01:11:55 +0000 (01:11 +0000)]
change ZNotice_t around a bit, libzephyr4

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@397 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agorevert heimdal hack to aclocal.m4
kcr [Thu, 25 Dec 2008 00:03:46 +0000 (00:03 +0000)]
revert heimdal hack to aclocal.m4

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@394 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agomake this work^H^H^H^Hcompile with Heimdal
kcr [Wed, 24 Dec 2008 23:52:23 +0000 (23:52 +0000)]
make this work^H^H^H^Hcompile with Heimdal

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@393 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoswitch this back for a moment
kcr [Wed, 24 Dec 2008 23:51:10 +0000 (23:51 +0000)]
switch this back for a moment

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@392 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agodo it all with krb5
kcr [Wed, 24 Dec 2008 21:45:46 +0000 (21:45 +0000)]
do it all with krb5

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@391 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoremove macros complicating behind-the-scenes rearranging
kcr [Wed, 24 Dec 2008 19:56:22 +0000 (19:56 +0000)]
remove macros complicating behind-the-scenes rearranging

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@390 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agonew build dep for the openssl stuff
kcr [Tue, 23 Dec 2008 16:04:13 +0000 (16:04 +0000)]
new build dep for the openssl stuff

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@388 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoallow des key brain dumps from transition servers to krb5-only servers
kcr [Tue, 23 Dec 2008 15:48:17 +0000 (15:48 +0000)]
allow des key brain dumps from transition servers to krb5-only servers

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@387 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agothese would be handy to have in the share library
kcr [Tue, 23 Dec 2008 14:26:26 +0000 (14:26 +0000)]
these would be handy to have in the share library

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@386 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agobuild faster by not building things to throw away
kcr [Mon, 22 Dec 2008 22:18:11 +0000 (22:18 +0000)]
build faster by not building things to throw away

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@385 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agopropagate consting of ZGetRealm
kcr [Mon, 22 Dec 2008 18:57:24 +0000 (18:57 +0000)]
propagate consting of ZGetRealm

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@384 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoof course, it helps if you define it
kcr [Mon, 22 Dec 2008 18:36:07 +0000 (18:36 +0000)]
of course, it helps if you define it

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@383 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoLet krb5-only users also override the realm name
kcr [Mon, 22 Dec 2008 18:29:06 +0000 (18:29 +0000)]
Let krb5-only users also override the realm name

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@382 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoreplace gratuitous use sprintf with strncpy and edifying comment. Also fix fencepost...
kcr [Mon, 22 Dec 2008 18:15:15 +0000 (18:15 +0000)]
replace gratuitous use sprintf with strncpy and edifying comment.  Also fix fencepost error.

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@381 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoRecognize the local realm for KRB5, too
kcr [Mon, 22 Dec 2008 18:14:25 +0000 (18:14 +0000)]
Recognize the local realm for KRB5, too

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@380 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoWe don't really need a macro for ZGetRealm, do we?
kcr [Mon, 22 Dec 2008 16:48:51 +0000 (16:48 +0000)]
We don't really need a macro for ZGetRealm, do we?

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@379 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agotake 3
kcr [Mon, 22 Dec 2008 16:18:20 +0000 (16:18 +0000)]
take 3

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@378 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agodependency hacking take 2
kcr [Mon, 22 Dec 2008 16:15:19 +0000 (16:15 +0000)]
dependency hacking take 2

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@377 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agofiddle with dependency metadata to aid in switching things around
kcr [Mon, 22 Dec 2008 16:12:34 +0000 (16:12 +0000)]
fiddle with dependency metadata to aid in switching things around

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@376 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoPull in our own quad_cksum so a pure-krb5 library can deal with
kcr [Sun, 21 Dec 2008 23:54:36 +0000 (23:54 +0000)]
Pull in our own quad_cksum so a pure-krb5 library can deal with
checksums from a mixed server.

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@375 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agocleanup, remove prototype shielding
kcr [Sun, 21 Dec 2008 23:33:31 +0000 (23:33 +0000)]
cleanup, remove prototype shielding

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@374 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agobuild a spanning set of packages
kcr [Sun, 21 Dec 2008 09:12:09 +0000 (09:12 +0000)]
build a spanning set of packages

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@373 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoa touch of cleanup
kcr [Sun, 21 Dec 2008 08:54:06 +0000 (08:54 +0000)]
a touch of cleanup

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@372 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years ago#ifdef rearranging
kcr [Sun, 21 Dec 2008 08:52:53 +0000 (08:52 +0000)]
#ifdef rearranging

krb_get_err_text -> error_message

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@371 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agorearrange some HAVE_KRB4 vs. HAVE_KRB5 stuff
kcr [Sun, 21 Dec 2008 08:51:16 +0000 (08:51 +0000)]
rearrange some HAVE_KRB4 vs. HAVE_KRB5 stuff

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@370 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoFix a bunch of return codes to be more descriptive
kcr [Sun, 21 Dec 2008 08:50:01 +0000 (08:50 +0000)]
Fix a bunch of return codes to be more descriptive

MAX_PRINCIPAL_SIZE

des hack

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@369 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoKRB4 vs. KRB5 conditional typo
kcr [Sun, 21 Dec 2008 08:47:29 +0000 (08:47 +0000)]
KRB4 vs. KRB5 conditional typo

krb4 arithmetic -> MAX_PRINCIPAL_SIZE
check your math

return errno when fork fails

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@368 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agocomplicated krb4 arithmetic -> MAX_PRINCIPAL_SIZE
kcr [Sun, 21 Dec 2008 08:45:58 +0000 (08:45 +0000)]
complicated krb4 arithmetic -> MAX_PRINCIPAL_SIZE
also check the size of what we're sprintfing into

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@367 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years ago#ifdef KRB4 the des_quad_cksum for DES keys hack. Needs reexamination.
kcr [Sun, 21 Dec 2008 08:45:17 +0000 (08:45 +0000)]
#ifdef KRB4 the des_quad_cksum for DES keys hack.  Needs reexamination.

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@366 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agonew constant MAX_PRINCIPAL_SIZE: what it says on the tin
kcr [Sun, 21 Dec 2008 08:43:21 +0000 (08:43 +0000)]
new constant MAX_PRINCIPAL_SIZE:  what it says on the tin

define REALM_SZ based on maximum dns name when it's not; this needs to be
split from the krb4 REALM_SZ and rethought in context of MAX_PRINCIPAL_SIZE

remove prototype macro from Z_WaitForNotice.  Need to come back and do more
of that.

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@365 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoactually, this is in h/internal.h
kcr [Sun, 21 Dec 2008 08:40:50 +0000 (08:40 +0000)]
actually, this is in h/internal.h

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@364 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agoconfig.{guess,sub} update
kcr [Sun, 21 Dec 2008 08:38:51 +0000 (08:38 +0000)]
config.{guess,sub} update

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@363 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

15 years agomore multibuild cleanup
kcr [Sun, 21 Dec 2008 08:34:37 +0000 (08:34 +0000)]
more multibuild cleanup

git-svn-id: svn://svn.1ts.org/debian/branches/zephyr-reloaded@362 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f