summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4-provision: Make BIND9_DLZ as the default backend for DNSAmitay Isaacs2011-11-294-6/+6
* dlz_bind9: Added access check to verify dynamic updateAmitay Isaacs2011-11-292-17/+167
* dlz_bind9: Use the sam database in dns/ as defaultAmitay Isaacs2011-11-292-60/+14
* s4-provision: Create a samdb copy for access by dlz_bind9 moduleAmitay Isaacs2011-11-294-56/+158
* s4-provision: Extract security descriptors in separate fileAmitay Isaacs2011-11-292-77/+111
* s4-test: Remove metadata and ldb.d directory on clean upAmitay Isaacs2011-11-291-0/+5
* s4-samdb: seqence_number() operation must be in a transactionAmitay Isaacs2011-11-291-0/+14
* s4-dsdb: Added metadata to partition module for global sequence numberAmitay Isaacs2011-11-295-17/+612
* s4-dsdb: use dsdb_module_extended instead of duplicate codeAmitay Isaacs2011-11-292-31/+13
* s4-dsdb: Return ldb_result context in dsdb_module_extendedAmitay Isaacs2011-11-291-3/+20
* s4-dsdb: Remove LDB_SEQ_HIGHEST_TIMESTAMP sequence number supportAmitay Isaacs2011-11-292-140/+13
* s4:torture/ldap/cldap.c - remove the "test_cldap_netlogon_flag_ds_dns_forest"...Matthias Dieter Wallnöfer2011-11-271-87/+4
* s4:selftest/test_samba_tool.sh - add a basic unit test for the new "domain in...Matthias Dieter Wallnöfer2011-11-272-6/+9
* samba-tool: domain info - add basic exception handlingMatthias Dieter Wallnöfer2011-11-271-2/+4
* samba-tool: add a domain info command to get basic infoMatthieu Patou2011-11-271-1/+24
* s4:netlogon RPC server - DsRGetDcNameEx - set the DNS name flags correctlyMatthias Dieter Wallnöfer2011-11-272-12/+14
* s4-netlogon: return WERR_NO_SUCH_DOMAIN instead of WERR_DS_UNAVAILABLE if we ...Matthieu Patou2011-11-271-1/+1
* s4:cldap_server/netlogon.c - DS_SERVER_CLOSEST handlingMatthias Dieter Wallnöfer2011-11-271-2/+5
* s4:netcmd/common.py: add a "netcmd" function to do a cldap netlogon requestMatthias Dieter Wallnöfer2011-11-271-0/+9
* s4:libnet/py_net.c: "py_net_finddc" - add an "address" parameterMatthias Dieter Wallnöfer2011-11-264-14/+25
* s4:libnet/py_net.c - initialise optional keyword argumentsMatthias Dieter Wallnöfer2011-11-261-1/+3
* s4:libcli/finddcs_cldap.c - let "finddcs_cldap" work either with the IP addre...Matthias Dieter Wallnöfer2011-11-261-14/+27
* smbtorture: avoid sigsev if the password is not correctMatthieu Patou2011-11-261-1/+1
* s4:update_keytab LDB module - no need to filter for the DNMatthias Dieter Wallnöfer2011-11-261-2/+2
* s4:libcli/smb2: use talloc_zero() in smb2_request_init()Stefan Metzmacher2011-11-241-16/+3
* s4:libcli/smb2: fix compiler warning in smb2_push_o16s16_string()Stefan Metzmacher2011-11-241-1/+3
* s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-2415-882/+452
* s4:torture/smb2: use tctx->ev as event context for pollingStefan Metzmacher2011-11-243-8/+7
* s4 dns: Test QCLASS_NONE queryKai Blin2011-11-241-0/+14
* s4 dns: Test QTYPE_ALL queryKai Blin2011-11-241-0/+25
* s4 dns: Check more of the returned values for the A queryKai Blin2011-11-241-0/+3
* s4 dns: Move dns_transaction_udp to other helper functionsKai Blin2011-11-241-13/+14
* s4-dns: added --no-credentials option to samba_dnsupdateAndrew Tridgell2011-11-221-3/+10
* Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2011-11-219-40/+28
* s4-smbtorture: add ndr test for nbt_netlogon_packet to avoid future regressions.Günther Deschner2011-11-201-0/+36
* s4-dsdb: Modify the repl_meta_data behavior to allow Metadata change on attri...Matthieu Patou2011-11-191-2/+8
* s3-py-passdb: Fix handling of uninitialized gid valuesAmitay Isaacs2011-11-182-2/+2
* dsdb: Fix the password expiry calculationAmitay Isaacs2011-11-181-1/+1
* s3-passdb_test: Policy values are converted to signed integerAmitay Isaacs2011-11-181-1/+1
* s4-s3-upgrade: Add --verbose option to print extra detailsAmitay Isaacs2011-11-182-3/+6
* s4-auth log details about any token we fail to convert to a unix tokenAndrew Bartlett2011-11-181-0/+17
* s4-s3-upgrade: Fix idmap types ID_TYPE_UID/ID_TYPE_GID instead of UID/GIDAmitay Isaacs2011-11-181-3/+3
* samba-tool: Fix the domain account policy max_pwd_age calculationAmitay Isaacs2011-11-181-2/+8
* s4-s3-upgrade: Fix the minimum and maximum password age calculationAmitay Isaacs2011-11-181-4/+4
* s4-s3-upgrade now look for -1 as the special 'not set' valueAndrew Bartlett2011-11-181-1/+1
* s4 dns: Reduce test output noise by upping log level for dns_name_packet loggingKai Blin2011-11-171-3/+6
* s4 dns: Add a first test caseKai Blin2011-11-172-0/+120
* samba.tests.dsdb: Import TestCase from samba.tests.Jelmer Vernooij2011-11-171-4/+1
* samba.tests: Make sure testtools is available before importing it.Jelmer Vernooij2011-11-171-0/+2
* s4-dsdb: Remove unsed variableAmitay Isaacs2011-11-171-2/+0