summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release Samba 4.0 alpha17samba-4.0.0alpha17v4-0-testv4-0-stableAndrew Bartlett2011-09-131-1/+1
* WHATSNEW: more information on running dbcheckAndrew Tridgell2011-09-131-0/+15
* s4-python: Fix some formatting issues.Jelmer Vernooij2011-09-136-193/+219
* s4-python: Consistently use spaces rather than tabs, fix headers in several p...Jelmer Vernooij2011-09-1326-82/+153
* Add samba.tests.source, which checks Python files for copyright lines, licens...Jelmer Vernooij2011-09-132-0/+169
* testparm.py: Use standard formatting of header.Jelmer Vernooij2011-09-131-10/+10
* group.py: Remove tab characters.Jelmer Vernooij2011-09-131-2/+2
* drs.py: Remove tab characters.Jelmer Vernooij2011-09-131-36/+36
* domain.py: Remove tab characters.Jelmer Vernooij2011-09-131-12/+13
* delegation.py: Remove tab characters.Jelmer Vernooij2011-09-131-2/+2
* drs_utils.py: Remove tab characters.Jelmer Vernooij2011-09-131-9/+9
* s4:lib/socket/interface.c - "ifaces" strictly needs to be initialisedMatthias Dieter Wallnöfer2011-09-121-1/+1
* Move the talloc_move call until *after* the check on status. Don't want to mo...Jeremy Allison2011-09-121-3/+3
* s3:libsmb: check the wct of the incoming SMBnegprot responsesStefan Metzmacher2011-09-121-0/+10
* s3:libsmb: let cli_pull_raw_error() return NT_STATUS_OK as DOS-Error successStefan Metzmacher2011-09-121-1/+6
* s3-auth: fix uninitialized server_infoSumit Bose2011-09-121-0/+4
* s3-lsa: Add conversion for auth info structsSumit Bose2011-09-128-37/+608
* doc: suggest samba-tool dbcheck in upgrading-samba4.txtAndrew Bartlett2011-09-121-6/+9
* s4-s3-upgrade Remove upgrade_from_s3 script, use samba-tool domain samba3upgradeAndrew Bartlett2011-09-122-134/+5
* start Samba 4.0alpha17 release notesAndrew Bartlett2011-09-121-31/+53
* s3-selftest: Set path to bin/net and bin/wbinfo in command line to test scriptsAndrew Bartlett2011-09-126-27/+32
* samba-tool: Add "domain samba3upgrade" subcommandAmitay Isaacs2011-09-121-1/+107
* s4-s3-upgrade: Check for duplicate sids before provisioningAmitay Isaacs2011-09-121-0/+10
* s4-provision: Fix the informational message from dns provisioningAmitay Isaacs2011-09-121-1/+1
* s4-provision: Create private dir for dns in a separate functionAmitay Isaacs2011-09-121-12/+29
* s4-s3-upgrade: Check for common user/group names before provisioningAmitay Isaacs2011-09-121-0/+10
* s4-provision: Generate appropriate named.conf file depending on dns_backendAmitay Isaacs2011-09-121-17/+31
* s4-provision: Remove dupliate creation of dns/spn_update_list filesAmitay Isaacs2011-09-121-8/+1
* s4-provision: Add named.conf template for BIND9 with DLZ supportAmitay Isaacs2011-09-121-0/+14
* s4-provision: Add Seperate instructions for BIND 9.7.x and 9.8.x.Amitay Isaacs2011-09-121-33/+53
* s4-provision: Enable SPNs for DNSAmitay Isaacs2011-09-121-3/+3
* s4:samba-tool/domain.py - rename arguments "domain" -> "domain-level", "fores...Matthias Dieter Wallnöfer2011-09-111-12/+12
* s4:samba-tool/domain.py - restore domain raise functionalityMatthias Dieter Wallnöfer2011-09-111-1/+16
* ldb:ldb_controls.c - remove duplicate definition of "LDB_CONTROL_CMP"Matthias Dieter Wallnöfer2011-09-111-11/+3
* ldb:pyldb.c - point out that "PyLdbResult_AsResult" does not convert everythingMatthias Dieter Wallnöfer2011-09-111-1/+4
* lib/util/charset: the comparsion must be against our charset modulesAndrew Bartlett2011-09-101-2/+2
* lib/util/charset Use name of ISO-8859-1 that matches our internal implementationAndrew Bartlett2011-09-101-44/+44
* lib/util/charset: Improve toture assertions in iconv testAndrew Bartlett2011-09-101-1/+14
* lib/util/charset Run charset sets with and without the system iconvAndrew Bartlett2011-09-105-14/+37
* lib/util/charset: add back loading of charset modulesAndrew Bartlett2011-09-103-39/+76
* libcli/smb: s/FLAGS2_UNKNOWN_BIT4/FLAGS2_SMB_SECURITY_SIGNATURES_REQUIREDStefan Metzmacher2011-09-102-2/+2
* s4-s3-upgrade Do not use python 2.6 style exceptionsAndrew Bartlett2011-09-091-2/+2
* build: a more robust zlib testAndrew Bartlett2011-09-091-1/+4
* samba-tool: epilog option to OptionParser available in python >= 2.6Amitay Isaacs2011-09-095-8/+5
* samba-tool: Provide feedback if synopsis is not defined for a commandAmitay Isaacs2011-09-091-1/+1
* samba-tool: max() with key option is available in python >= 2.6Amitay Isaacs2011-09-091-1/+1
* samba-tool: Correctly handle sys.exit() called from subcommandAmitay Isaacs2011-09-091-1/+3
* samba-tool: Fixed "ldapcmp" command synopsisGiampaolo Lauria2011-09-091-1/+1
* samba-tool: Fixed "dbcheck" subcommand syntaxGiampaolo Lauria2011-09-091-1/+1
* samba-tool: Moved _get_user_realm_domain fcn to commonGiampaolo Lauria2011-09-093-47/+29