summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4-repl: use namingContexts from rootDSE to initialise partition listAndrew Tridgell2010-09-251-53/+36
* s4-repl: force on WRIT_REP when we are a writable replicaAndrew Tridgell2010-09-251-4/+3
* s4-repl: use dreplsrv_partition_source_dsa_by_guid to find source dsaAndrew Tridgell2010-09-251-5/+6
* torture: fixed a valgrind error in SMB2-CREATEAndrew Tridgell2010-09-251-0/+6
* s4-dsdb: Fixed a call to the wrong ops function in dsdb_module_search_dn.Nadezhda Ivanova2010-09-251-1/+1
* s3-waf: fix debug2html.Günther Deschner2010-09-241-1/+1
* s3-waf: add missing idmap module objectfiles.Günther Deschner2010-09-241-0/+6
* s3-waf: convert DISPLAY_SEC into a subsystem.Günther Deschner2010-09-241-7/+9
* s3-waf: fix libnetapi and libaddns unresolved symbols.Günther Deschner2010-09-241-2/+3
* s3-waf: install header files for our libraries.Günther Deschner2010-09-241-0/+4
* s3-waf: convert LIBEVENTLOG into a subsystem.Günther Deschner2010-09-241-12/+13
* s4-waf: add NDR_EVENTLOG.Günther Deschner2010-09-242-2/+7
* s4-waf: rename subsystem NDR_LSAPRC to NDR_LSA.Günther Deschner2010-09-243-12/+12
* s3-waf: convert LIBNET et al into subsystems.Günther Deschner2010-09-242-6/+26
* s3-waf: convert PASSWD_UTIL into a subsystem.Günther Deschner2010-09-241-6/+11
* talloc: Add a warning about talloc_autofree_context() and dlclose()Volker Lendecke2010-09-242-0/+22
* s3-waf: convert READLINE into a subsystem.Günther Deschner2010-09-241-8/+10
* s3-waf: convert PROFILE into a subsystem.Günther Deschner2010-09-241-9/+11
* s3-waf: convert AFS_SETTOKEN and AFS into subsystems.Günther Deschner2010-09-241-9/+17
* s3-waf: let winbind depend on SRV_NDR_WBINT and RPCCLI_NDR_WBINT.Günther Deschner2010-09-242-5/+11
* s3-waf: convert LOCKING into a subsystem.Günther Deschner2010-09-241-12/+13
* s3-waf: add RPC_NDR_WBINT to librpc/wscript_build.Günther Deschner2010-09-241-0/+5
* s3-waf: add autogen-waf.sh to source3.Günther Deschner2010-09-241-0/+27
* s3-waf: add wscript_build to s3 librpc dir for NDR_ subsystems.Günther Deschner2010-09-242-0/+32
* s4-kerberos Rework keytab handling to export servicePrincipalName entriesAndrew Bartlett2010-09-244-129/+171
* Fix bug 7694 - Crash bug with invalid SPNEGO token.Jeremy Allison2010-09-234-4/+7
* s3-waf: add check for seteuid method.Günther Deschner2010-09-231-0/+44
* s3-waf: fix the build.Günther Deschner2010-09-231-0/+7
* s3-waf: add more diroptions.Günther Deschner2010-09-231-1/+11
* s3 waf: more correctly generate symbols for pdb/vfs/auth/etc. modulesKai Blin2010-09-231-13/+27
* selftest Don't run 'speed' tests for very longAndrew Bartlett2010-09-241-0/+2
* s4-selftest Run slow tests less oftenAndrew Bartlett2010-09-241-16/+12
* s4-libnet_join Use header constant for 'all encryption types' in msDS-Support...Andrew Bartlett2010-09-241-4/+3
* s4-kerberos Move 'set key into keytab' code out of credentials.Andrew Bartlett2010-09-248-239/+286
* s4-libnet Remove libnet_samdump_keytab() and net samdump keytabAndrew Bartlett2010-09-244-185/+2
* s4-kerberos Fix kerberos_enctype_bitmap_to_enctypes()Andrew Bartlett2010-09-241-2/+3
* s4:repl_meta_data - also on delete operations the new RDN attribute has to be...Matthias Dieter Wallnöfer2010-09-241-1/+10
* s4:lazy_commit LDB module - the "show_deleted" control is initialised by the ...Matthias Dieter Wallnöfer2010-09-241-17/+0
* s4:rootdse LDB module - make use of "dsdb_forest_functional_level"Matthias Dieter Wallnöfer2010-09-241-3/+2
* s4:ldap.py - add tests for the "dsServiceName", "serverName", "dnsHostName" a...Matthias Dieter Wallnöfer2010-09-241-0/+34
* s4:provision - rootdse - remove static "ldapServiceName" attributeMatthias Dieter Wallnöfer2010-09-242-4/+0
* s4:rootdse LDB module - introduce dynamic "ldapServiceName"Matthias Dieter Wallnöfer2010-09-241-0/+25
* s4:provision - rootdse - remove static "dnsHostName" attributeMatthias Dieter Wallnöfer2010-09-242-2/+0
* s4:rootdse LDB module - introduce dynamic "dnsHostName" attributeMatthias Dieter Wallnöfer2010-09-241-0/+8
* s4:provision - rootdse - remove the static attribute "serverName"Matthias Dieter Wallnöfer2010-09-241-1/+0
* s4:rootdse LDB module - make "serverName" dynamicMatthias Dieter Wallnöfer2010-09-241-0/+7
* s4:rootdse LDB module - remove "priv" checks where not neededMatthias Dieter Wallnöfer2010-09-241-3/+3
* s4:rootdse LDB module - better that the "edn" control handling is done lastMatthias Dieter Wallnöfer2010-09-241-20/+20
* s4:torture/rpc/netlogon.c - remove the dependency on "samdb_server_site_name"Matthias Dieter Wallnöfer2010-09-241-5/+54
* s4:provision.py - support still not fully provisioned trees regarding the roo...Matthias Dieter Wallnöfer2010-09-241-2/+11