summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:dlz_bind9: add no memory checksStefan Metzmacher2011-10-171-0/+4
* s4:dlz_bind9: Copy dn before changing in b9_has_soaStefan Gohmann2011-10-171-1/+5
* s4:dlz_bind9: add missing earch bases for windows 2000 domainsStefan Gohmann2011-10-171-0/+1
* s4 provision: DNS backend should be set by callerKai Blin2011-10-174-8/+13
* s4 provision/dns: Clean up os level handlingKai Blin2011-10-171-10/+12
* s4 provision/dns: Clean up backend handlingKai Blin2011-10-171-6/+13
* s4 provision: Default to win2k3 domain function levelKai Blin2011-10-171-1/+1
* s4 provision: Reword opinionated dns backend help text, add NONE backendKai Blin2011-10-172-5/+13
* s4 provision: Rename bind9 flatfile backend to BIND9_FLATFILEKai Blin2011-10-173-8/+8
* provision: fix the docMatthieu Patou2011-10-161-1/+1
* s4-interfaces: allow pure ipv6 to workMatthieu Patou2011-10-161-1/+2
* s4: check that the xattr are supported in the folder where we want to provisionMatthieu Patou2011-10-162-2/+9
* Fix printf warning.Jeremy Allison2011-10-141-1/+1
* samba-tool: Add test to make sure all commands have a short description set.Jelmer Vernooij2011-10-141-0/+11
* samba-tool: Add test to make sure all commands have a synopsis set.Jelmer Vernooij2011-10-143-3/+26
* samba-tool: Move main command implementation to samba.netcmd.main, so it is a...Jelmer Vernooij2011-10-143-61/+79
* samba-tool: Don't require full prog line to be in synopsis.Jelmer Vernooij2011-10-1417-98/+80
* samba.netcmd: Reintroduce Command.name.Jelmer Vernooij2011-10-142-0/+13
* samba-tool: Determine long option from docstring.Jelmer Vernooij2011-10-143-17/+25
* creds: Remove unnecessary calls to credopts.get_credentials.Jelmer Vernooij2011-10-141-2/+0
* python: Remove extra newlines.Jelmer Vernooij2011-10-141-3/+0
* s4:selftest: flakey test samba4.drs.delete_object.python should go into skipMichael Adam2011-10-142-1/+1
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-136-7/+17
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-1313-32/+35
* libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2011-10-133-5/+5
* samba-tool: Use self.outf in a few more places.Jelmer Vernooij2011-10-1313-88/+104
* samba-tool delegation: Use self.outf, simplify some code.Jelmer Vernooij2011-10-131-14/+8
* samba.getopt: Refactor parsing of --kerberos argument into separate function.Jelmer Vernooij2011-10-131-13/+16
* s4:torture/smb2: we only support 64KB reads/writes for nowStefan Metzmacher2011-10-132-8/+8
* samba-tools/testparm: Add really basic unit test, demonstrating how to write ...Jelmer Vernooij2011-10-131-0/+29
* netcmd: Add Command.get_logger() method.Jelmer Vernooij2011-10-133-5/+8
* netcmd: Add errf stream to command instances.Jelmer Vernooij2011-10-132-8/+9
* samba-tool/testparm: Fix traceback when checking client name/ip against hosts...Jelmer Vernooij2011-10-131-2/+2
* samba-tool/testparm: Fix handling of command-line options.Jelmer Vernooij2011-10-131-26/+29
* selftest: mark samba4.drs.delete_object.python knownfailMichael Adam2011-10-131-0/+1
* s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by valueGregor Beck2011-10-123-5/+5
* samba.upgrade: Use list comprehension.Jelmer Vernooij2011-10-121-4/+4
* samba.getopt: Allow --kerberos=auto, and fix exception name if an unknownJelmer Vernooij2011-10-121-1/+4
* s4:ldap_backend.c/"map_ldb_error" - handle errors similar to "PyErr_SetLdbError"Matthias Dieter Wallnöfer2011-10-111-6/+2
* auth: move gensec_start.c to the top levelAndrew Bartlett2011-10-117-972/+66
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-1116-3658/+6
* s4-s3-upgrade: Allow import (just without a uid mapping) where getpwnam failsAndrew Bartlett2011-10-111-1/+1
* lib/param move source4 param code to the top levelAndrew Bartlett2011-10-1115-4820/+14
* pac: Fix wrong memory allocation checkSimo Sorce2011-10-111-1/+1
* libcli/cldap: don't pass tevent_context to cldap_socket_init()Stefan Metzmacher2011-10-107-15/+12
* libcli/cldap: pass tevent_context to cldap_search_send()Stefan Metzmacher2011-10-101-1/+1
* libcli/cldap: pass tevent_context to cldap_netlogon_send()Stefan Metzmacher2011-10-104-4/+8
* libcli/cldap: pass tevent_context to cldap_set_incoming_handler()Stefan Metzmacher2011-10-101-1/+2
* Remove pointless exception catching in tests.Jelmer Vernooij2011-10-092-10/+4
* netcmd/domain: Remove unused imports.Jelmer Vernooij2011-10-081-2/+2