dlz_bind9: Add command line options for URL and debug
[samba.git] / source4 /
2011-12-06 Amitay Isaacsdlz_bind9: Add command line options for URL and debug
2011-12-06 Amitay Isaacsdlz_bind9: Set debugging output to stderr
2011-12-06 Amitay Isaacsdlz_bind9: Use client supplied credentials for DNS...
2011-12-06 Amitay Isaacsdlz_bind9: For creating a child entry, use only SEC_ADS...
2011-12-06 Jelmer VernooijInstall (platform-independent) python scripts to the...
2011-12-05 Matthieu Patous4-drs: do not try to contact for replication servers...
2011-12-05 Matthieu Patous4-resolver: do not use all the A and AAAA records...
2011-12-05 Matthieu Patous4-drs: mark WERR_DS_DRA_BUSY as a non error in DsRepli...
2011-12-05 Matthieu Patous4: add blackbox test for the demote function
2011-12-05 Matthieu Patousamba-tool: refuse to demote if the current DC has...
2011-12-05 Matthieu Patousamba-tool: add a function to cleanly demote a DC
2011-12-05 Matthieu Patous4-python: factorize the definition of get_dsServiceName
2011-12-05 Matthieu Patous4-python: externalize some function to the drs_utils...
2011-12-05 Matthieu Patous4-python: rename conflicting variable with the import...
2011-12-03 Kai Blins4 dns: Test SOA queries
2011-12-03 Jelmer VernooijRevert making public of the samba-module library.
2011-12-01 Andrew Tridgells4-ntvfs: added allow_override check based on use of...
2011-12-01 Andrew Tridgells4-ntvfs: fixed a unix ACL mapping bug
2011-11-30 Jelmer Vernooijs4-tests: Use long option names in test list script...
2011-11-30 Jelmer Vernooijs4-testlist: Write diagnostic info to stderr, and purel...
2011-11-30 Matthias Dieter... s4:lib/tls - call "gnutls_transport_set_lowat" only...
2011-11-30 Stefan Metzmachers4:gensec/spnego: only try the mechs that match the...
2011-11-30 Stefan Metzmachers4:libcli/raw: implement on top of smbXcli_conn/req
2011-11-30 Stefan Metzmachers4:libcli: do the nbss session request within smbcli_so...
2011-11-30 Stefan Metzmachers4:libcli/raw: remove unused functions
2011-11-30 Stefan Metzmachers4:libcli: use smbcli_sock_connect() in smbcli_socket_c...
2011-11-30 Stefan Metzmachers4:libcli: move smbcli_transport_establish() logic...
2011-11-30 Stefan Metzmachers4:libcli: convert smbcli_transport_connect_* to tevent_req
2011-11-30 Stefan Metzmachers4:lib/socket: add socket_connect_multi_ex_*
2011-11-30 Andrew Bartletts4-kdc: Add hdb plugin for samba4, to allow kadmin...
2011-11-29 Stefan Metzmachers4:libcli/raw: copy smbcli_transport_connect_* to cliso...
2011-11-29 Stefan Metzmachers4:libcli/raw: add transport->ev as copy of transport...
2011-11-29 Stefan Metzmachers4:torture: use tctx->ev as event context for polling
2011-11-29 Stefan Metzmachers4:gentest: get the tid from the smbcli_tree struct
2011-11-29 Stefan Metzmachers4:libcli/smb2: make sure only one idle event runs...
2011-11-29 Stefan Metzmachers4:python: add --machinepass option to 'samba-tool...
2011-11-29 Stefan Metzmachers4:python/samba/join.py: add optional 'machinepass...
2011-11-29 Stefan Metzmachers4:python/samba/join.py: add optional 'machinepass...
2011-11-29 Stefan Metzmachers4:py_net: add optional 'machinepass' parameter to...
2011-11-29 Stefan Metzmachers4:libnet: make it possible to join with a given machin...
2011-11-29 Stefan Metzmachers4:libnet/py_net: ZERO_STRUCT() struct libnet_Join_memb...
2011-11-29 Stefan Metzmachers4:torture/rpc: use talloc_zero() in torture_join_domain()
2011-11-29 Stefan Metzmachers4:libnet: use talloc_zero(struct libnet_JoinDomain...
2011-11-29 Andrew Bartletts4-samba-tool: Add --principal argument to samba-tool...
2011-11-29 Amitay Isaacss4-provision: Fix the security ace for DnsAdmins group...
2011-11-29 Amitay Isaacss4-repl: Check if GC SPN exists before using it for...
2011-11-29 Amitay Isaacss4-provision: Make BIND9_DLZ as the default backend...
2011-11-29 Amitay Isaacsdlz_bind9: Added access check to verify dynamic update
2011-11-29 Amitay Isaacsdlz_bind9: Use the sam database in dns/ as default
2011-11-29 Amitay Isaacss4-provision: Create a samdb copy for access by dlz_bin...
2011-11-29 Amitay Isaacss4-provision: Extract security descriptors in separate...
2011-11-29 Amitay Isaacss4-test: Remove metadata and ldb.d directory on clean up
2011-11-29 Amitay Isaacss4-samdb: seqence_number() operation must be in a trans...
2011-11-29 Amitay Isaacss4-dsdb: Added metadata to partition module for global...
2011-11-29 Amitay Isaacss4-dsdb: use dsdb_module_extended instead of duplicate...
2011-11-29 Amitay Isaacss4-dsdb: Return ldb_result context in dsdb_module_extended
2011-11-29 Amitay Isaacss4-dsdb: Remove LDB_SEQ_HIGHEST_TIMESTAMP sequence...
2011-11-27 Matthias Dieter... s4:torture/ldap/cldap.c - remove the "test_cldap_netlog...
2011-11-27 Matthias Dieter... s4:selftest/test_samba_tool.sh - add a basic unit test...
2011-11-27 Matthias Dieter... samba-tool: domain info - add basic exception handling
2011-11-27 Matthieu Patousamba-tool: add a domain info command to get basic...
2011-11-27 Matthias Dieter... s4:netlogon RPC server - DsRGetDcNameEx - set the DNS...
2011-11-27 Matthieu Patous4-netlogon: return WERR_NO_SUCH_DOMAIN instead of...
2011-11-27 Matthias Dieter... s4:cldap_server/netlogon.c - DS_SERVER_CLOSEST handling
2011-11-27 Matthias Dieter... s4:netcmd/common.py: add a "netcmd" function to do...
2011-11-26 Matthias Dieter... s4:libnet/py_net.c: "py_net_finddc" - add an "address...
2011-11-26 Matthias Dieter... s4:libnet/py_net.c - initialise optional keyword arguments
2011-11-26 Matthias Dieter... s4:libcli/finddcs_cldap.c - let "finddcs_cldap" work...
2011-11-26 Matthieu Patousmbtorture: avoid sigsev if the password is not correct
2011-11-26 Matthias Dieter... s4:update_keytab LDB module - no need to filter for...
2011-11-24 Stefan Metzmachers4:libcli/smb2: use talloc_zero() in smb2_request_init()
2011-11-24 Stefan Metzmachers4:libcli/smb2: fix compiler warning in smb2_push_o16s1...
2011-11-24 Stefan Metzmachers4:libcli/smb2: implement on top of smbXcli_conn/req
2011-11-24 Stefan Metzmachers4:torture/smb2: use tctx->ev as event context for...
2011-11-24 Kai Blins4 dns: Test QCLASS_NONE query
2011-11-24 Kai Blins4 dns: Test QTYPE_ALL query
2011-11-24 Kai Blins4 dns: Check more of the returned values for the A...
2011-11-24 Kai Blins4 dns: Move dns_transaction_udp to other helper functions
2011-11-22 Andrew Tridgells4-dns: added --no-credentials option to samba_dnsupdate
2011-11-21 Jeremy AllisonFix a bunch of "warning: variable ‘XXXX’ set but not...
2011-11-20 Günther Deschners4-smbtorture: add ndr test for nbt_netlogon_packet...
2011-11-19 Matthieu Patous4-dsdb: Modify the repl_meta_data behavior to allow...
2011-11-18 Amitay Isaacss3-py-passdb: Fix handling of uninitialized gid values
2011-11-18 Amitay Isaacsdsdb: Fix the password expiry calculation
2011-11-18 Amitay Isaacss3-passdb_test: Policy values are converted to signed...
2011-11-18 Amitay Isaacss4-s3-upgrade: Add --verbose option to print extra...
2011-11-18 Andrew Bartletts4-auth log details about any token we fail to convert...
2011-11-18 Amitay Isaacss4-s3-upgrade: Fix idmap types ID_TYPE_UID/ID_TYPE_GID...
2011-11-18 Amitay Isaacssamba-tool: Fix the domain account policy max_pwd_age...
2011-11-18 Amitay Isaacss4-s3-upgrade: Fix the minimum and maximum password...
2011-11-18 Andrew Bartletts4-s3-upgrade now look for -1 as the special 'not set...
2011-11-17 Kai Blins4 dns: Reduce test output noise by upping log level...
2011-11-17 Kai Blins4 dns: Add a first test case
2011-11-17 Jelmer Vernooijsamba.tests.dsdb: Import TestCase from samba.tests.
2011-11-17 Jelmer Vernooijsamba.tests: Make sure testtools is available before...
2011-11-17 Amitay Isaacss4-dsdb: Remove unsed variable
2011-11-16 Andrew Bartletts4-s3-upgrade Test getdomainsid as well
2011-11-16 Andrew Bartlettlib/param: Add tests for security= behaviour now it...
2011-11-16 Andrew Bartletts4-provision permit server role to be the ROLE_ strings...
2011-11-16 Andrew Bartlettparam: Add tests for automatic server role guessing
next