summaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAge
* be more paranoid about what fields we are checksummingGravatar Karl Ramm2009-04-04
|
* amd64 anecdotally cares about the difference between NULL and 0 in some contextsGravatar Karl Ramm2009-04-03
|
* fix yet another instance of the checksum computationGravatar Karl Ramm2009-04-03
|
* apple error table initialization for #41Gravatar Karl Ramm2009-04-02
|
* unused variableGravatar Karl Ramm2009-04-01
|
* keep zephyrd's ticket files in /var/run, not under /etcGravatar Karl Ramm2009-03-31
|
* updated paths in manpageGravatar Karl Ramm2009-03-29
|
* move variable definition out of too-restrictive #ifdef scopeGravatar Karl Ramm2009-03-24
|
* don't set a nonexistent handler for SIGEMTGravatar Karl Ramm2009-03-24
|
* keep track of total # of incoming header fields, and cksum appropriatelyGravatar Karl Ramm2009-03-24
|
* Brain dumps used to stash the address of the client for which metadataGravatar Karl Ramm2009-03-23
| | | | | | | | | | | | 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.
* notice->z_other_fields[notice->z_num_other_fields] is either going toGravatar Karl Ramm2009-03-23
| | | | | | | be NULL, something Wrong^TM, or off the end of z_other_fields. bad all around.
* make sure client is initialized to something falseGravatar Karl Ramm2009-03-22
|
* unused static function unless DEBUGGravatar Karl Ramm2009-03-22
|
* there's no particular reason that the interrealm code on a krb5-only serverGravatar Karl Ramm2009-03-22
| | | | | shouldn't be able to deal with incoming old-style packets
* 19 fields zephyrgramsGravatar Karl Ramm2009-03-02
|
* build everything successfully with -Wall -WerrorGravatar Karl Ramm2009-03-02
|
* asedeno's UTF-8 downcasing patchGravatar Karl Ramm2009-03-01
|
* dead codeGravatar Karl Ramm2009-01-22
|
* hack at traditional heimdal cryptoGravatar Karl Ramm2008-12-25
|
* make this work^H^H^H^Hcompile with HeimdalGravatar Karl Ramm2008-12-24
|
* do it all with krb5Gravatar Karl Ramm2008-12-24
|
* allow des key brain dumps from transition servers to krb5-only serversGravatar Karl Ramm2008-12-23
|
* propagate consting of ZGetRealmGravatar Karl Ramm2008-12-22
|
* of course, it helps if you define itGravatar Karl Ramm2008-12-22
|
* Let krb5-only users also override the realm nameGravatar Karl Ramm2008-12-22
|
* replace gratuitous use sprintf with strncpy and edifying comment. Also fix ↵Gravatar Karl Ramm2008-12-22
| | | | fencepost error.
* Recognize the local realm for KRB5, tooGravatar Karl Ramm2008-12-22
|
* a touch of cleanupGravatar Karl Ramm2008-12-21
|
* #ifdef rearrangingGravatar Karl Ramm2008-12-21
| | | | | krb_get_err_text -> error_message
* rearrange some HAVE_KRB4 vs. HAVE_KRB5 stuffGravatar Karl Ramm2008-12-21
|
* Fix a bunch of return codes to be more descriptiveGravatar Karl Ramm2008-12-21
| | | | | | | MAX_PRINCIPAL_SIZE des hack
* KRB4 vs. KRB5 conditional typoGravatar Karl Ramm2008-12-21
| | | | | | | | krb4 arithmetic -> MAX_PRINCIPAL_SIZE check your math return errno when fork fails
* complicated krb4 arithmetic -> MAX_PRINCIPAL_SIZEGravatar Karl Ramm2008-12-21
| | | | | also check the size of what we're sprintfing into
* Temporary kludge to make this not fall over without krb4. needs revisiting.Gravatar Karl Ramm2008-12-21
|
* fix building w/o krb5Gravatar Karl Ramm2008-12-20
|
* no more SO_BSDCOMPAT in the serverGravatar Karl Ramm2008-12-20
|
* remove packet address checkGravatar Karl Ramm2008-03-24
|
* remove notdef'd dynamic server list (?) codeGravatar Karl Ramm2008-01-21
|
* notdef'd variableGravatar Karl Ramm2008-01-21
|
* actually prune out the rest of the partial notdef'd acl writing codeGravatar Karl Ramm2008-01-21
|
* actually prune out partial notdef'd acl writing codeGravatar Karl Ramm2008-01-21
|
* prune out partial notdef'd acl writing codeGravatar Karl Ramm2008-01-21
|
* collapse state of some non-debugging #if [01]'d codeGravatar Karl Ramm2008-01-21
|
* collapse state of a bunch of #if 0 and #if 1 debugging output (one more file)Gravatar Karl Ramm2008-01-21
|
* collapse state of a bunch of #if 0 and #if 1 debugging outputGravatar Karl Ramm2008-01-21
|
* no more NOENCRYPTIONGravatar Karl Ramm2008-01-21
|
* cast args to des_ecb_encrypt and des_quad_cksum to squash last warningsGravatar Karl Ramm2008-01-21
|
* passes gcc -Wall with no warnings other than des cryppt C_block sadness and ↵Gravatar Karl Ramm2008-01-21
| | | | getsid problem
* de K&RifyGravatar Karl Ramm2008-01-21
|