summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* loadparm: add two parameters "init logon delay hosts" and "init logon delay"Michael Adam2008-08-092-0/+26
* lib/access: make list_match() public.Michael Adam2008-08-092-1/+3
* lib/access: make client_match() public.Michael Adam2008-08-092-1/+2
* One more build fix. Ensure we have KRB5_AUTH_CONTEXT_USE_SUBKEY defined befor...Jeremy Allison2008-08-081-3/+3
* Try and fix the build for systems that don't have krb5_auth_con_set_req_cksum...Jeremy Allison2008-08-082-3/+4
* Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison2008-08-082-6/+21
|\
| * build: fix a no previous prototype warning when building without ldap/gssapiaMichael Adam2008-08-081-6/+6
| * libnet samsync ldif: fix the build without LDAP.Michael Adam2008-08-081-0/+15
* | Add Derrick Schommer's <dschommer@F5.com> kerberos delegation patch. SomeJeremy Allison2008-08-083-3/+186
|/
* using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() s...Yannick Bergeron2008-08-081-1/+1
* Add simple async wrappers around send, recv and connectVolker Lendecke2008-08-084-0/+721
* Fix bug #5675 with a varient of Tim Waugh's patch,Jeremy Allison2008-08-073-4/+4
* Fix "might be used uninitialized" warnings.Jeremy Allison2008-08-072-3/+4
* Fix a build failure on host sunXVolker Lendecke2008-08-071-1/+1
* Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_erro...Yannick Bergeron2008-08-061-1/+2
* WHATSNEW: Start WHATSNEW for 3.3.0pre1.Karolin Seeger2008-08-061-665/+4
* libnetapi: fix build of shared library after libnet_join changes.Michael Adam2008-08-061-1/+2
* fixed permissions on ctdb databasesAndrew Tridgell2008-08-061-0/+5
* fixed a fd leak when trying to regain contact to a domain controllerAndrew Tridgell2008-08-061-0/+1
* dbwrap: add comment describing behaviour of dbwrap_change_int32_atomic().Michael Adam2008-08-051-0/+7
* secrets: fix replacemend random seed generator (security issue).Michael Adam2008-08-051-2/+6
* dbwrap: add comment describing behaviour of dbwrap_change_uint32_atomic().Michael Adam2008-08-051-0/+7
* idmap_tdb2: fix a race condition in idmap_tdb2_allocate_id().Michael Adam2008-08-051-2/+6
* registry: use _bystring wrappers to dbwrap_trans_(store|delete).Michael Adam2008-08-051-6/+3
* Building cifs.upcall is giving this build warning:Steve French2008-08-051-1/+1
* cifs.upcall: fix manpage and commentsSteve French2008-08-052-6/+6
* Backing out most of changeset 5222b8db3fb692e5071bfd1b41849a8eb0a17995Steve French2008-08-051-2/+5
* man pages: Improve description of boolean values in smb.conf.5.Karolin Seeger2008-08-051-1/+1
* man pages: Add documentation about smbclient command "rename".Karolin Seeger2008-08-051-0/+7
* README.Coding: A few minor fixes.Karolin Seeger2008-08-051-3/+3
* libnet_keytab: fix the build with heimdalStefan Metzmacher2008-08-041-6/+38
* clikrb5: don't use krb5_keyblock_init() when no salt is specifiedStefan Metzmacher2008-08-041-35/+30
* cli_request_new() already gave use the req, remove a pointless function callVolker Lendecke2008-08-011-2/+0
* Fix a typoVolker Lendecke2008-08-011-5/+5
* libnet dssync: start memory allocation cleanup: use tmp ctx in libnet_dssync().Michael Adam2008-08-011-2/+9
* libnet dssync: fix memory allocation for error/result messages.Michael Adam2008-08-012-11/+11
* dssync keytab: add comment header explaining add_to_keytab_entries().Michael Adam2008-08-011-0/+4
* libnet dssync: add my C after dssync keytab changes.Michael Adam2008-08-014-0/+4
* vampire keytab: add command line switch --clean-old-entries .Michael Adam2008-08-013-0/+3
* dssync: add clean_old_entries flag to dssync_ctx.Michael Adam2008-08-013-0/+3
* libnet keytab: implement cleaning of old entries in libnet_keytab_add().Michael Adam2008-08-011-0/+22
* libnet keytab: add parameter ingnore_kvno to libnet_keytab_remove_entries()Michael Adam2008-08-011-3/+4
* libnet keytab: add flag clean_old_entries to libnet_keytab_context.Michael Adam2008-08-012-0/+2
* libnet keytab: use proper counter type (uint32_t) in libnet_keytab_add().Michael Adam2008-08-011-1/+1
* vampire keytab: introduce switch --single-obj-repl.Michael Adam2008-08-013-1/+4
* dssync keytab: when not in single object replication mode, use object dn list...Michael Adam2008-08-011-0/+28
* dssync keytab: support storing kerberos keys from supplemental credentials.Michael Adam2008-08-011-0/+186
* libnet dssync: rename flag single to single_object_replicationMichael Adam2008-08-013-8/+14
* net rpc vampire: rename --repl-nodiff to --force-full-repl.Michael Adam2008-08-013-3/+3
* libnet dssync: rename repl_nodiff flag to force_full_replication.Michael Adam2008-08-013-3/+3