summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * don't set a nonexistent handler for SIGEMTGravatar 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
| | |
| * | 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.
| * | 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.
| * | 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.
| | * build-depend on autotools-dev, as things bomb out without it.Gravatar Karl Ramm2009-03-23
| | |
| * | build-depend on autotools-dev, as things bomb out without it.Gravatar Karl Ramm2009-03-23
| | |
| | * having the libraries conflict with the orthogonal v3s turned out to be aGravatar Karl Ramm2009-03-23
| | | | | | | | | | | | | | | less clever idea than originally envisioned
| * | having the libraries conflict with the orthogonal v3s turned out to be aGravatar Karl Ramm2009-03-23
| | | | | | | | | | | | | | | less clever idea than originally envisioned
| | * update documentationGravatar Karl Ramm2009-03-22
| | |
| * | update documentationGravatar Karl Ramm2009-03-22
| | |
| | * grammar errorGravatar Karl Ramm2009-03-22
| | |
| * | grammar errorGravatar Karl Ramm2009-03-22
| | |
| | * replace a malloc/strcpy with a stdupGravatar Karl Ramm2009-03-22
| | |
| * | replace a malloc/strcpy with a stdupGravatar Karl Ramm2009-03-22
| | |
| | * more cleanupGravatar Karl Ramm2009-03-22
| | |
| * | more cleanupGravatar Karl Ramm2009-03-22
| | |
| | * make sure client is initialized to something falseGravatar Karl Ramm2009-03-22
| | |
| * | make sure client is initialized to something falseGravatar Karl Ramm2009-03-22
| | |
| | * unused static function unless DEBUGGravatar Karl Ramm2009-03-22
| | |
| * | unused static function unless DEBUGGravatar Karl Ramm2009-03-22
| | |
| | * paper over some more warningsGravatar Karl Ramm2009-03-22
| | |
| * | paper over some more warningsGravatar Karl Ramm2009-03-22
| | |
| | * another cleanup fixGravatar Karl Ramm2009-03-22
| | |
| * | another cleanup fixGravatar Karl Ramm2009-03-22
| | |
| | * necessary for the cleanupGravatar Karl Ramm2009-03-22
| | |
| * | necessary for the cleanupGravatar Karl Ramm2009-03-22
| | |
| | * set svn:keywordsGravatar Karl Ramm2009-03-22
| | |
| * | set svn:keywordsGravatar Karl Ramm2009-03-22
| | |
| | * a version number?Gravatar Karl Ramm2009-03-22
| | |
| * | a version number?Gravatar Karl Ramm2009-03-22
| | |
| | * clean up and modernize some of the CMU patch falloutGravatar Karl Ramm2009-03-22
| | |
| * | clean up and modernize some of the CMU patch falloutGravatar Karl Ramm2009-03-22
| | |
| | * pull in prototypes for ZWGCPLUSGravatar Karl Ramm2009-03-22
| | |
| * | pull in prototypes for ZWGCPLUSGravatar Karl Ramm2009-03-22
| | |
| | * functions should have explicit return types (and new-style args)Gravatar Karl Ramm2009-03-22
| | |
| * | functions should have explicit return types (and new-style args)Gravatar 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
| * | 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
| | * return UNKNOWN if we don't recognize the charset #Gravatar Karl Ramm2009-03-22
| | |
| * | return UNKNOWN if we don't recognize the charset #Gravatar Karl Ramm2009-03-22
| | |
| | * explicitly set the charset to unknown in zstat, zleave, and zshutdown_notifyGravatar Karl Ramm2009-03-22
| | |
| * | explicitly set the charset to unknown in zstat, zleave, and zshutdown_notifyGravatar Karl Ramm2009-03-22
| | |
| | * don't _require_ c-aresGravatar Karl Ramm2009-03-22
| | |
| * | don't _require_ c-aresGravatar Karl Ramm2009-03-22
| | |
| | * don't _require_ c-aresGravatar Karl Ramm2009-03-22
| | |
| * | don't _require_ c-aresGravatar Karl Ramm2009-03-22
| | |