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