summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4-param: Added bin_dir(),sbin_dir() methods to get compiled in dirsAmitay Isaacs2011-12-131-3/+17
* s4-provision: Extract common utility routines in separate fileAmitay Isaacs2011-12-133-92/+106
* s4-provision: CN=MicrosoftDNS,CN=System container is in forest and not domainAmitay Isaacs2011-12-131-10/+10
* s4-cldap: Set DS_DNS_CONTROLLER bit if we are running RPC dnsserverAmitay Isaacs2011-12-131-0/+5
* s4:python/samba/join: set msDS-Behavior-Version to '4' 2008_R2 on the nTDSA o...Stefan Metzmacher2011-12-121-1/+1
* HEIMDAL: Supply krb5_context to _krb5_internal_hmac to allow loggingAndrew Bartlett2011-12-121-6/+6
* s4-torture Do not use a fixed password for forest trust testsAndrew Bartlett2011-12-121-7/+13
* s4-torture cope with servers earlier than Windows 2008Andrew Bartlett2011-12-121-0/+5
* s4-torture Modify rpc.lsa.forest.trust test to progress further FL Win2003 R2Andrew Bartlett2011-12-121-3/+9
* s4-torture: Fix commentAndrew Bartlett2011-12-121-1/+1
* s4-lsarpc handle more info levels in SetInfoTrustedDomain callsAndrew Bartlett2011-12-122-4/+20
* torture: do not reuse bindings between pipesAndrew Bartlett2011-12-121-6/+10
* s4-lsarpc Fix segfaults found by the samba4.rpc.lsa.forest testAndrew Bartlett2011-12-121-14/+17
* tdb2: don't use TDB2 versions of test tdb files.Rusty Russell2011-12-121-5/+2
* s4:libcli/smb2: mark a request as error if we can't ship itStefan Metzmacher2011-12-091-0/+2
* s4:libcli/raw: mark a request as error if we can't ship itStefan Metzmacher2011-12-091-0/+2
* s4:dsdb/common/util.c - test LDB result against LDB_SUCCESS as we are always ...Matthias Dieter Wallnöfer2011-12-091-1/+1
* s4 dns: Update requests with QCLASS != IN or ALL trigger NOTIMPLEMENTED errorsKai Blin2011-12-092-0/+17
* s4 dns: Add test to prove two updates in one packet are a FORMERRKai Blin2011-12-091-0/+18
* s4 dns: More explicitly use the first question of an update packet onlyKai Blin2011-12-091-1/+1
* s4 dns: Get rid of const qualifier for prereqs, we do need to allocate thoseKai Blin2011-12-092-6/+6
* Revert "Install (platform-independent) python scripts to the PYTHONDIR rather...Jelmer Vernooij2011-12-091-1/+1
* Add test for PEP8 - currently all errors are ignored, but we warn about them ...Jelmer Vernooij2011-12-081-0/+50
* samba.drs_utils: Use new style classes and exceptions, fix formatting of docs...Jelmer Vernooij2011-12-081-13/+19
* samba.kcc_utils: Fix formatting to match PEP8, make pydoctor happy.Jelmer Vernooij2011-12-081-246/+214
* Add tests for srvsvc python interface. Thanks Dhananjay SatheJelmer Vernooij2011-12-082-0/+70
* selftest: Some extra assertions.Jelmer Vernooij2011-12-081-0/+4
* dbcheck: cope with objects disappearing during checkingAndrew Tridgell2011-12-082-6/+16
* samba_kcc NTDSConnection translationDave Craft2011-12-082-218/+1292
* Invocation of samba_kcc from KCC taskDave Craft2011-12-083-21/+89
* Add subreq and status to kcc_service structDave Craft2011-12-081-2/+9
* s4-selftest re-enable nsstest on libnss_winbind.soAndrew Bartlett2011-12-071-1/+1
* s4-kdc: only build hdb plugin if we build against system HeimdalAndrew Bartlett2011-12-071-0/+1
* s4-dnsupdate: Do not attempt to add the PDC names if we are not a PDCAndrew Bartlett2011-12-071-5/+11
* pydsdb: provide a am_pdc hook like am_rodc to python scriptsAndrew Bartlett2011-12-072-0/+26
* s4-dns Use match-by-key in GSSAPI server if principal is not specifiedAndrew Bartlett2011-12-071-22/+5
* auth: Allow a NULL principal to be obtained from the credentialsAndrew Bartlett2011-12-072-3/+14
* dlz_bind9: Add command line options for URL and debugAmitay Isaacs2011-12-072-9/+28
* dlz_bind9: Set debugging output to stderrAmitay Isaacs2011-12-071-0/+3
* dlz_bind9: Use client supplied credentials for DNS record updateAmitay Isaacs2011-12-071-0/+79
* dlz_bind9: For creating a child entry, use only SEC_ADS_CREATE_CHILDAmitay Isaacs2011-12-071-1/+1
* Install (platform-independent) python scripts to the PYTHONDIR rather than PY...Jelmer Vernooij2011-12-061-1/+1
* s4-drs: do not try to contact for replication servers that are not anymore in...Matthieu Patou2011-12-051-6/+40
* s4-resolver: do not use all the A and AAAA records, those after a NS are not ...Matthieu Patou2011-12-052-1/+17
* s4-drs: mark WERR_DS_DRA_BUSY as a non error in DsReplicaUpdateRefsMatthieu Patou2011-12-051-2/+22
* s4: add blackbox test for the demote functionMatthieu Patou2011-12-052-0/+40
* samba-tool: refuse to demote if the current DC has still rolesMatthieu Patou2011-12-051-4/+12
* samba-tool: add a function to cleanly demote a DCMatthieu Patou2011-12-052-2/+257
* s4-python: factorize the definition of get_dsServiceNameMatthieu Patou2011-12-054-18/+14
* s4-python: externalize some function to the drs_utils module so that they can...Matthieu Patou2011-12-052-25/+66