summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAge
...
* Refactor some gratuitously duplicated code in handle_packetGravatar Karl Ramm2009-07-26
* Remove the chock wedging things into DES mode and hopefully redo the keyusage...Gravatar Karl Ramm2009-07-26
* Build on solarisGravatar Karl Ramm2009-07-14
* zephyr.h will pull in zephyr_err.h will pull in com_err.h without having to f...Gravatar Karl Ramm2009-07-13
* fix some conditional-compilation issues that trip -Wunreachable-codeGravatar Karl Ramm2009-04-30
* use less oddball typesGravatar Karl Ramm2009-04-21
* For now, host managers have IPv4 addresses.Gravatar Karl Ramm2009-04-19
* Clean up $Zephyr$sGravatar Karl Ramm2009-04-14
* add defs for datarootdir so configure will Shut UpGravatar Karl Ramm2009-04-13
* As in [2406], the C preprocessor has seen enough abuse; it is theGravatar Karl Ramm2009-04-10
* The hash function should probably be unsigned.Gravatar Karl Ramm2009-04-10
* kstuff.c:Gravatar Karl Ramm2009-04-10
* This needs to be positive. (are you sure?)Gravatar Karl Ramm2009-04-08
* krb5_data buffers are signed characters? Who knew?Gravatar Karl Ramm2009-04-08
* embarrasing brainoGravatar Karl Ramm2009-04-08
* 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
* notice->z_other_fields[notice->z_num_other_fields] is either going toGravatar Karl Ramm2009-03-23
* 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
* 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 f...Gravatar Karl Ramm2008-12-22
* 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
* 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
* KRB4 vs. KRB5 conditional typoGravatar Karl Ramm2008-12-21
* complicated krb4 arithmetic -> MAX_PRINCIPAL_SIZEGravatar Karl Ramm2008-12-21
* Temporary kludge to make this not fall over without krb4. needs revisiting.Gravatar Karl Ramm2008-12-21