summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4:netlogon RPC server - dcesrv_netr_DsRGetSiteName - add a small explainationMatthias Dieter Wallnöfer2011-12-231-0/+5
* s4:libcli/finddcs_nbt.c - free "req" consistently with "finddcs_cldap.c"Matthias Dieter Wallnöfer2011-12-231-2/+4
* s4:drsuapi/getncchanges: the default for isRecycled is FALSEStefan Metzmacher2011-12-231-1/+1
* s4-drsuapi: we store boolean in upppercase so we need to test them in uppercaseMatthieu Patou2011-12-231-4/+4
* s4-kcc: Remove also deleted objects that are not in the Deleted Object containerMatthieu Patou2011-12-232-2/+38
* s4-ldb: Add isRecycled when is defined in the schemaMatthieu Patou2011-12-231-3/+9
* s4:rpc-dnsserver: Set the rank for the new DNS record correctlyAmitay Isaacs2011-12-231-0/+8
* test:dnsserver: Add zone creation and deletion testAmitay Isaacs2011-12-231-0/+51
* samba-tool:dns: Fix a typoAmitay Isaacs2011-12-231-1/+1
* samba-tool:dns: Add zone create/delete commandsAmitay Isaacs2011-12-231-0/+85
* s4:rpc-dnsserver: Add commentsAmitay Isaacs2011-12-231-0/+7
* s4:rpc-dnsserver: Make sure that zone information is filled inAmitay Isaacs2011-12-231-0/+10
* s4:rpc-dnsserver: Implement zone management RPC operationsAmitay Isaacs2011-12-233-2/+436
* s4:rpc-dnsserver: Add multiple DNS records in a single operationAmitay Isaacs2011-12-231-11/+16
* s4:rpc-dnsserver: Use handy macros for error checkingAmitay Isaacs2011-12-231-11/+3
* s4:rpc-dnsserver: Implement DirectoryPartitionInfo RPC operationAmitay Isaacs2011-12-233-1/+151
* s4:rpc-dnsserver: Fix the enumeration of DNS recordsAmitay Isaacs2011-12-231-0/+10
* s4:rpc-dnsserver: Use cached zone information to get rootserversAmitay Isaacs2011-12-231-9/+6
* s4:rpc-dnsserver: Implement EnumDirectoryPartition operationAmitay Isaacs2011-12-232-1/+36
* s4:rpc-dnsserver: Cache DNS partition informationAmitay Isaacs2011-12-234-89/+151
* s4:rpc-dnsserver: If a zone is reverse zone, set the fReverse flagAmitay Isaacs2011-12-232-3/+14
* s4:rpc-dnsserver: For PTR records, use dns_name_equal instead of strcmp to co...Amitay Isaacs2011-12-231-1/+1
* samba-tool:dns: Add support for reverse names (PTR records)Amitay Isaacs2011-12-231-5/+33
* s4-provision: Set dNSProperty attribute for dns zonesAmitay Isaacs2011-12-231-2/+71
* s4-torture: Test rpc schannel netr_LogonGetCapability.Stefan Metzmacher2011-12-222-0/+62
* s4-librpc: Fix netlogon schannel client connect.Andreas Schneider2011-12-221-0/+2
* samba-tool: Add transaction wrapper for creating GPOAmitay Isaacs2011-12-201-51/+44
* s4-dsdb: Relax the conditions where we can't do a subtree deleteMatthieu Patou2011-12-191-1/+19
* s4:drsuapi/getncchanges: return WERR_NOMEM if talloc_array() failsStefan Metzmacher2011-12-191-0/+3
* s4-drs: introduce a timeout in the getncchanges processing to always return s...Matthieu Patou2011-12-191-6/+27
* s4-drs: avoid calling unecesserly ldb_msg_find_attr_as_* as this call in unef...Matthieu Patou2011-12-191-26/+45
* s4-becomedc: replicate first with DRS_CRITICAL_ONLY and DRS_GET_ANC objects f...Matthieu Patou2011-12-191-0/+13
* s4-join: replicate first with DRS_CRITICAL_ONLY and DRS_GET_ANC objects for t...Matthieu Patou2011-12-191-0/+10
* s3: Fix the clustering buildVolker Lendecke2011-12-173-5/+5
* s4 dns: Allow updates based on smb.conf settingKai Blin2011-12-172-2/+29
* s4 dns: Add some debug outputKai Blin2011-12-171-0/+3
* s4 dns: Actually handle the update requestKai Blin2011-12-173-0/+383
* s4 dns: Implement RFC-compatible update prescanKai Blin2011-12-171-3/+37
* s4 dns: Update prerequisite checking conforming to RFCKai Blin2011-12-174-42/+313
* s4 dns: Give better test output on RCODE mismatchKai Blin2011-12-171-1/+20
* s4 dns: Move record lookup to dns_utils.cKai Blin2011-12-173-36/+58
* s4 dns: Implement dns record comparison functionKai Blin2011-12-172-0/+57
* s4 dns: Implement dns name equality checkKai Blin2011-12-172-0/+10
* s4 dns: Fix some typos in comments and a whitespaceKai Blin2011-12-171-3/+3
* s4:torture/rap/printing: check smbcli_rap_netprintqgetinfo() WERR statusStefan Metzmacher2011-12-171-0/+7
* s4:libcli/rap: the caller should get talloc children from call->ndr_pull_{par...Stefan Metzmacher2011-12-162-1/+6
* s4:libcli/rap: call->ndr_push_{param,data} can be talloc childs of 'call'Stefan Metzmacher2011-12-161-2/+2
* s4:libcli/rap: use talloc_zero() and initialize everythingStefan Metzmacher2011-12-161-8/+3
* s4:libcli/rap: remove unused members from struct rap_callStefan Metzmacher2011-12-161-3/+0
* s4:libcli/rap: initialize call->rcv_datalenStefan Metzmacher2011-12-161-0/+1