summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix 100465Gravatar Sam Hartman2001-06-11
|
* be more optimisticGravatar Karl Ramm2001-06-10
|
* changelog: see belowGravatar Karl Ramm2001-06-10
| | | | | | | | | | | | | | rules default.subcriptions zephyr-server.files: * zephyr-server should have a default.subscriptions file now, closes: #94125 control: * libzephyr3-krb and zephyr-server-krb now depend on krb4-config, should improve out-of-box functionality zephyr-clients.init: * alter init script to print a message and exit 0 if no zephyr servers were specified. closes: #96723 zephyr-{clients,server}.{config,postinst,templates}: * rework debconf stuff to be more clever about where the data is coming from.
* only consult debconf if there is anything to be configuredGravatar Karl Ramm2001-05-26
|
* Depend on krb4-configGravatar Sam Hartman2001-05-24
|
* note that we pulled down new config.{guess,sub}Gravatar Karl Ramm2001-05-16
|
* new versions from upstreamGravatar Karl Ramm2001-05-16
|\
* | Actually stick files in libzephyr-dev. It works better that way.Gravatar Karl Ramm2001-05-16
| |
* | new version, (2.1.20000421.SNAPSHOT-11)Gravatar Karl Ramm2001-04-24
| | | | | | | | | | | | * tweak to kopt.c to maybe allow alpha build to work. closes: #94600 * build shlibs using gcc, and against the latest krb5. closes: #93779
* | Build against new enough libkrb5 to get shared libs built correctlyGravatar Sam Hartman2001-04-21
| |
* | build shlibs using gccGravatar Sam Hartman2001-04-21
| |
* | server/kopt.c: in decomp_ticket make sure certain 32 bit values are32 bitGravatar Karl Ramm2001-04-20
| | | | | | | | | | | | on architectures where 'int' is not 32 bits. debian/changlelog: note this
* | finalize versionGravatar Karl Ramm2001-04-15
| | | | | | | | | | stop zhm if it's running before install
* | libzephyr3 should not depend on krb5Gravatar Sam Hartman2001-04-08
| |
* | commit changelogGravatar Karl Ramm2001-04-03
| |
* | the library .o files are in $(top)/lib, not $(top)/lib/zephyrGravatar Karl Ramm2001-04-03
| |
* | don't bother installing INSTALLGravatar Karl Ramm2001-04-01
| |
* | move manpages to usr/share/man, where they ought to beGravatar Karl Ramm2001-04-01
| |
* | Install manpages into @mandir@, not ${prefix}/manGravatar Karl Ramm2001-04-01
| |
* | debhelper cruftGravatar Karl Ramm2001-04-01
| |
* | more debhelper crapGravatar Karl Ramm2001-04-01
| |
* | cleanup debhelper examplesGravatar Karl Ramm2001-04-01
| | | | | | | | | | | | add debconf dependencies to appropriate packages don't install /etc/zephyr/acl/* and /etc/zephyr/zephyr.vars as executable
* | no, that was a bad ideaGravatar Karl Ramm2001-04-01
| |
* | remove stale /etc/init.d/zephyr-client and /etc/init.d/zephyr-clients filesGravatar Karl Ramm2001-04-01
| |
* | unfortunately I can't seem to read a man page; fig arguments to dh_installinitGravatar Karl Ramm2001-04-01
| |
* | change maintainerGravatar Karl Ramm2001-04-01
| | | | | | | | | | | | close a bunch of bugs rename init scripts
* | Remove blank lineGravatar Sam Hartman2001-03-28
| |
* | Provide zephyr-client as upgrade pathGravatar Sam Hartman2001-03-28
| |
* | * Finalize versionGravatar Sam Hartman2001-03-28
| | | | | | | | | | * Build Kerberized and non-kerbberized versions
* | Generated files should not be checked inGravatar Sam Hartman2001-03-28
| |
* | zephyr (2.1.20000421.SNAPSHOT-8) unstable; urgency=lowGravatar Sam Hartman2001-03-26
| | | | | | | | | | | | | | | | | | | | | | * * zephyr-client -> zephyr-clients * Produce libzephyr3 package and used shared libs * Clean up debian/rules to only call movefiles once * Depend on libxaw-dev for sid/woody -- Sam Hartman <hartmans@debian.org>
* | fix incorrect build-dependsGravatar Karl Ramm2001-02-24
| |
* | delete server/version.h in the clean ruleGravatar Karl Ramm2001-02-20
| |
* | this is now -6Gravatar Karl Ramm2001-02-20
| |
* | add "empty" files for various aclsGravatar Karl Ramm2001-02-20
| |
* | remove acls for the zmatch_all classGravatar Karl Ramm2001-02-20
| |
* | Added debian changes for version 2.1.20000421.SNAPSHOT-5Gravatar Karl Ramm2001-02-19
| |
* | Initial revisionGravatar Karl Ramm2001-02-19
| |
| * Fix potential buffer overruns.Gravatar Greg Hudson2000-05-17
| |
| * Implement exponential backoff for finding servers.Gravatar Greg Hudson2000-05-08
| |
| * Get subscriptions without defaults, to avoid re-subscribing the userGravatar Greg Hudson2000-05-08
| | | | | | | | to the default subs when they run znol.
| * Unset the location before cancelling subs, to avoid a window where aGravatar Greg Hudson2000-05-08
|/ | | | permanent ghost gets left behind.
* It just ain't so.Gravatar Greg Hudson2000-04-05
|
* Get rid of some outdated stuff.Gravatar Greg Hudson2000-04-05
|
* Add support for -f to disable client flushing.Gravatar Greg Hudson2000-04-05
|
* No more zephyr syslogd.Gravatar Greg Hudson2000-04-05
|
* ZAUTH_CKSUM_FAILED no longer used by server code.Gravatar Greg Hudson2000-02-11
|
* Remove an old compatibility compromise from back when we started requiringGravatar Greg Hudson2000-02-11
| | | | | checksums on messages. With this change, you can't fiddle with subs if you don't have a valid checksum.
* Discard packets which don't begin with ZVERSIONHDR ("ZEPH") in case weGravatar Greg Hudson2000-01-26
| | | | | get non-Zephyr packets from somewhere. We've seen it happen on Linux with getting rx packets.
* Reinstate the policy that realm-visible locations cannot be seen byGravatar Greg Hudson2000-01-22
| | | | unauthentic ulocate requests.