summaryrefslogtreecommitdiff
path: root/h
Commit message (Collapse)AuthorAge
* It is still not the 80s anymore -- remove all caddr_tsGravatar Karl Ramm2011-02-02
|
* make -DZ_DEBUG workGravatar Karl Ramm2011-02-02
|
* Explicitly define ZNotice_Kind constants + actually define the promised stringsGravatar Karl Ramm2011-02-02
| | | | | | | | | Since these are constants used in the protocol be explicit about what values the C compiler is assigning them, and that they can't be arbitrarily rearranged. Also, since we were promising strings for describing them in zephyr.h actually define the array.
* stop using MAXHOSTNAMELEN in a variety of places. Also ↵Gravatar Karl Ramm2010-08-24
| | | | nuke-trailing-whitespace.
* autoconf test for etext, cleanup #ifdefs for ancient stuff we don't build onGravatar Karl Ramm2010-03-17
|
* roleplay accordingly with sin_len and sin6_len values on BSD systemsGravatar Karl Ramm2009-12-18
|
* With xzwrite gone, we don't need libdyn.Gravatar Karl Ramm2009-10-10
|
* if __USE_XOPEN_EXTENDED is already defined, there was an annoying message;Gravatar Karl Ramm2009-08-09
| | | | also, we probably shouldn't undefine it
* I managed to convince myself that this won't cause (much) in the way ofGravatar Karl Ramm2009-08-08
| | | | | interoperability issues. But this will buy us a little bit more space for authenticators & such.
* Remove the chock wedging things into DES mode and hopefully redo the ↵Gravatar Karl Ramm2009-07-26
| | | | | | keyusage stuff such that it actually works.
* Build on solarisGravatar Karl Ramm2009-07-14
|
* use less oddball typesGravatar Karl Ramm2009-04-21
|
* prototype for ZTranslateGravatar Karl Ramm2009-04-17
| | | | | It helps if you save your buffer before committing.
* More i18n infrastructureGravatar Karl Ramm2009-04-17
| | | | | | | | | | | | | | | | lib/charset.c h/zephyr/zephyr.h Refactor ZGetCharset into ZGetCharset and a function that does all the same defaulting but returns a string. ZTransliterate is a zephyr-metaphor wrapper for iconv. lib/zephyr-tests.py Wrappers for the functions in charset.c (but not tests) lib/zephyr_tests.txt Tests for the functions in charset.c
* If you don't have termios, get a better computer. Nickels available.Gravatar Karl Ramm2009-04-15
|
* Clean up $Zephyr$sGravatar Karl Ramm2009-04-14
|
* further arpa/nameser_compat.h hijinks for #39Gravatar Karl Ramm2009-04-02
|
* Explicitly #include <arpa/nameser_compat.h> if it exists.Gravatar Karl Ramm2009-04-02
|
* formatting errorGravatar Karl Ramm2009-03-28
|
* I want to get this in now so the structure can stop changing size.Gravatar Karl Ramm2009-03-28
| | | | | | Basically, the plan is to have pointers to each header indiviual header field in z_hdr_fields.
* keep track of total # of incoming header fields, and cksum appropriatelyGravatar Karl Ramm2009-03-24
|
* cmu/zwgcplus changesGravatar Karl Ramm2009-03-15
|
* charset in zwrite, incomplete in zwgcGravatar Karl Ramm2009-03-15
|
* 19 fields zephyrgramsGravatar Karl Ramm2009-03-02
|
* CPP flags for "Znotice has a sockaddr" and Znotice has a charset"Gravatar Karl Ramm2008-12-29
|
* hack at traditional heimdal cryptoGravatar Karl Ramm2008-12-25
|
* sys/socket.h for struct sockaddrGravatar Karl Ramm2008-12-25
|
* change ZNotice_t around a bit, libzephyr4Gravatar 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
|
* remove macros complicating behind-the-scenes rearrangingGravatar Karl Ramm2008-12-24
|
* allow des key brain dumps from transition servers to krb5-only serversGravatar Karl Ramm2008-12-23
|
* We don't really need a macro for ZGetRealm, do we?Gravatar Karl Ramm2008-12-22
|
* Pull in our own quad_cksum so a pure-krb5 library can deal with Gravatar Karl Ramm2008-12-21
| | | | | checksums from a mixed server.
* cleanup, remove prototype shieldingGravatar Karl Ramm2008-12-21
|
* new constant MAX_PRINCIPAL_SIZE: what it says on the tinGravatar Karl Ramm2008-12-21
| | | | | | | | | 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.
* define __USE_XOPEN_EXTENDED so we get the signature for getsidGravatar Karl Ramm2008-01-21
|
* actually implement new config testsGravatar Karl Ramm2008-01-21
|
* a smattering of unsigned charsGravatar Karl Ramm2008-01-21
|
* include unistd.h if it is thereGravatar Karl Ramm2008-01-21
|
* more exported things to smash warnings. yayaGravatar Karl Ramm2008-01-21
|
* smush more warningsGravatar Karl Ramm2008-01-21
|
* another prototype to kill warningGravatar Karl Ramm2008-01-21
|
* add prototypes to slay warningsGravatar Karl Ramm2008-01-21
|
* de K&Rify, fix up prototypesGravatar Karl Ramm2008-01-20
|
* /afs/andrew.cmu.edu/usr18/cg2v/zephyr-krb5-lib-20071215.diffGravatar Karl Ramm2007-12-25
|
* M configureGravatar Karl Ramm2007-12-25
| | | | | | | | | run autoconf D h/zephyr/zephyr_err.h generated file
* applied athena-update-branch patchGravatar Karl Ramm2007-12-25
|
* debian patch applied and reconciled, version unfinalizedGravatar Karl Ramm2007-07-20
|
* Reintroduce checksum enforcement changes.Gravatar Greg Hudson2001-04-10
|