summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4-auth: make KERBEROS subsystem into authkrb5 private libraryAndrew Tridgell2010-10-304-11/+12
* s4-credentials: make a private library from CREDENTIALS subsystemAndrew Tridgell2010-10-301-8/+9
* s4-ldb: add explicit depenencies on ldb library in ldb modulesAndrew Tridgell2010-10-301-2/+10
* s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystemAndrew Tridgell2010-10-305-12/+23
* s4-rpc: split the dcesrv reply code out of dcerpc_serverAndrew Tridgell2010-10-307-175/+264
* s4-modules: remove LD_SAMBA_MODULE_PATHAndrew Tridgell2010-10-301-2/+1
* s4-torture: simplify the depenencies for TORTURE_DRSAndrew Tridgell2010-10-301-1/+1
* s4-smbd: make our process models into real modulesAndrew Tridgell2010-10-301-39/+46
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-3018-50/+55
* waf: added --symbol-check optionAndrew Tridgell2010-10-301-0/+2
* waf: build all libraries after all object filesAndrew Tridgell2010-10-301-2/+7
* s4-kdc: create a 'pac' private grouping libraryAndrew Tridgell2010-10-301-0/+6
* s4-heimdal: removed the use of signal.c from rokenAndrew Tridgell2010-10-301-1/+0
* s4-heimdal: fixed the use of error_message() in heimdalAndrew Tridgell2010-10-3012-47/+49
* replace: create a private replace-test libraryAndrew Tridgell2010-10-302-2/+3
* s4-ldb: create a private library ldb-cmdlineAndrew Tridgell2010-10-302-6/+7
* s4:torture/rpc/samr.c - fix NTTIME warnings by castsMatthias Dieter Wallnöfer2010-10-291-13/+16
* s4:torture/rpc/samr.c - test the "ReplicaSourceNodeName" only against s3Matthias Dieter Wallnöfer2010-10-291-2/+4
* s4:samr RPC server - fix trailing whitespacesMatthias Dieter Wallnöfer2010-10-293-268/+268
* s4:samr RPC server - fix indentation of function parametersMatthias Dieter Wallnöfer2010-10-291-29/+30
* s4:samr RPC server - DomainGeneralInformation - never return NULL on the oem ...Matthias Dieter Wallnöfer2010-10-291-2/+6
* s4:samr RPC server - provide the right "ReplicaSourceNodeName"Matthias Dieter Wallnöfer2010-10-291-12/+16
* s4:samr RPC server - remove wrong implementation of ReplicaSourceNodeNameMatthias Dieter Wallnöfer2010-10-292-42/+7
* s4-drs_tests: drs_util_DsAttributeId_to_string() is not used anymoreKamen Mazdrashki2010-10-291-74/+0
* s4-resolve_oids: Remove redundant check - resolve_oids_need_value() handle thisKamen Mazdrashki2010-10-291-4/+0
* s4-schema_init: we should be able to resolve Syntax OIDs with prefixMap we haveKamen Mazdrashki2010-10-291-3/+3
* s4-pfm_test: Use single instance of global testing data to test withKamen Mazdrashki2010-10-291-52/+24
* s4-pfm-test: Enrich and fix comment primary for testing dataKamen Mazdrashki2010-10-291-5/+12
* unit tests: use skip file to exclude smb2.dir instead of hackMatthieu Patou2010-10-282-1/+2
* s4 net: rename to samba-tool in order to not clash with s3 netKai Blin2010-10-2824-262/+211
* tls: Inform the user if the cert/ca/private key can't be savedMatthieu Patou2010-10-271-3/+12
* s4:setup/schema_samba4.ldif - this control isn't used anymoreMatthias Dieter Wallnöfer2010-10-271-1/+1
* s4-ldb: Added the correct extended check for read access to nTSecurityDescriptorNadezhda Ivanova2010-10-273-1/+64
* s4-ldb: Changes the aclread module to use LDB_HANDLE_FLAG_UNTRUSTED to determ...Nadezhda Ivanova2010-10-274-12/+5
* unit tests: move backend testing to the endMatthieu Patou2010-10-271-1/+1
* unit tests: remove smb2.dirMatthieu Patou2010-10-271-1/+1
* auth/credentials Give a sensible behaviour for resetting the krb5 contextAndrew Bartlett2010-10-271-3/+8
* s4-dsdb_syntax: *_OID_oid_ldb_to_drsuapi() functions should useKamen Mazdrashki2010-10-261-6/+6
* s4-pfm_test: no need to test created prefixMap contents here - it already testedKamen Mazdrashki2010-10-261-3/+0
* s4-pfm_test: Tests for dsdb_schema_pfm_attid_from_oid()Kamen Mazdrashki2010-10-261-0/+117
* s4-prefixMap: split dsdb_schema_make_attid() function into read-only andKamen Mazdrashki2010-10-261-1/+38
* s4-prefixmap: Use WERR_NOT_FOUND when OID is not found in current prefixMapKamen Mazdrashki2010-10-263-3/+3
* Add a script for formating test result of st/subunitMatthieu Patou2010-10-261-0/+19
* s4:librpc: we don't need dcerpc client bindings for dns.idlStefan Metzmacher2010-10-261-11/+0
* s4:ldap.py - add a test for attribute ranges - still very basicMatthias Dieter Wallnöfer2010-10-261-1/+56
* s4:sam.py - enhance users and groups testMatthias Dieter Wallnöfer2010-10-261-2/+63
* s4:samldb LDB module - enhance the "member"-check triggerMatthias Dieter Wallnöfer2010-10-261-3/+7
* s4:ldap.py - enhance and activate the "description" attribute testMatthias Dieter Wallnöfer2010-10-261-27/+89
* s4:objectclass_attrs.c - rework to support these special "description" constr...Matthias Dieter Wallnöfer2010-10-261-10/+40
* talloc: change pytalloc-util to be a public library.Jelmer Vernooij2010-10-268-33/+33