summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s4-dsdb: added DSDB_REPL_FLAG* to replicationAndrew Tridgell2011-10-041-2/+15
* s4-ldap-server: disallow all modifies on global catalog portAndrew Tridgell2011-10-041-0/+20
* s4-ldb: enable display of partialAttributeSet with --show-binaryAndrew Tridgell2011-10-042-1/+23
* testtools: Import new upstream snapshot.Jelmer Vernooij2011-10-0310-33/+597
* dns: Move the dns_srv_record to the correct place in the idl fileKai Blin2011-10-021-7/+7
* dns: Add support for TXT record to idl fileKai Blin2011-10-021-0/+6
* wscript: Also generate ctags for python filesKai Blin2011-10-021-1/+1
* s4 provision: Set server role default when called from command line to 'dc'Kai Blin2011-10-021-0/+3
* s3:registry: fix the test for a REG_SZ blob possibly being a zero terminated ...Michael Adam2011-10-021-1/+10
* s3:registry: reg_format: handle unterminated REG_SZ blobsGregor Beck2011-10-011-1/+9
* Add the new test_nttrans_fsctl.c to wafRichard Sharpe2011-10-011-0/+1
* Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT...Richard Sharpe2011-10-016-336/+413
* Add a torture test to test existing FSCTL responsesRichard Sharpe2011-10-014-0/+290
* Fix bug #8493 - DFS breaks zip file extracting unless "follow symlinks = no" setJeremy Allison2011-10-011-11/+2
* s3-docs: Fix typos.Karolin Seeger2011-09-303-3/+3
* s3-docs: some corrections for wbinfoChristian Ambach2011-09-301-4/+4
* s3:wscript_build - add dependency on "tdb-wrap3" for libnet dssyncMatthias Dieter Wallnöfer2011-09-301-1/+1
* build: Add dep on tdb-wrap3 to get tdb headersAndrew Bartlett2011-09-301-1/+1
* s3: Re-add (), fix a gcc hintVolker Lendecke2011-09-301-1/+1
* s3: Remove an unused variableVolker Lendecke2011-09-301-2/+0
* s3: Fix an uninitialized variable warningVolker Lendecke2011-09-301-1/+1
* s3: Fix a C++ warningVolker Lendecke2011-09-301-1/+2
* s3: Fix a C++ warningVolker Lendecke2011-09-301-1/+2
* Second part of bug #8494 - Remove "experimental" label on VFS ACL modules.Jeremy Allison2011-09-302-8/+0
* Bug 7551: Return error of cli_push when 'put - /some/file' is usedBram2011-09-291-1/+1
* s3:smb2cli: fix the num_expected == 0 logic in smb2cli_req_recv()Stefan Metzmacher2011-09-291-3/+7
* s4:smb_server/smb2: make sure we sign the final session setupStefan Metzmacher2011-09-291-3/+10
* s4: add SMB2_FSCTL opcodesDavid Disseldorp2011-09-293-3/+18
* s3-smb2_server: fix ioctl InputOffset checkingDavid Disseldorp2011-09-291-1/+10
* s3-smb2_server: SMB2_OP_IOCTL doesn't require at least 1 dyn byteDavid Disseldorp2011-09-291-0/+1
* s4-torture: add smb2 ioctl test suiteDavid Disseldorp2011-09-293-1/+89
* s4-torture: remove unchecked read from smb2 createDavid Disseldorp2011-09-292-9/+9
* socket_wrapper: correctly handle dup()/dup2() ref countingStefan Metzmacher2011-09-291-85/+81
* socket_wrapper: pass down the fd explictly from the swrap_*() to the real_*()...Stefan Metzmacher2011-09-291-10/+11
* s3:smb2_server: SMB2_OP_CANCEL requests don't have to be signedStefan Metzmacher2011-09-291-0/+2
* test commit to see it push works for me.Herb Lewis2011-09-291-1/+1
* s4:torture/smb2/lock: remove samba4 specific checks for NETWORK_NAME_DELETED/...Stefan Metzmacher2011-09-281-12/+14
* s4:libcli/smb2: ignore SMB2_OP_CANCEL responsesStefan Metzmacher2011-09-281-0/+10
* s4:libcli/smb2: correctly sign SMB2_OP_CANCEL request if they belong to a ses...Stefan Metzmacher2011-09-281-0/+1
* s4:libcli/smb2: don't try to check the signing if we got NT_STATUS_USER_SESSI...Stefan Metzmacher2011-09-281-1/+2
* s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...Michael Adam2011-09-281-2/+1
* libcli: Install libcli.h.Jelmer Vernooij2011-09-282-4/+289
* smb_unix_ext.h: Protect against multiple inclusion.Jelmer Vernooij2011-09-281-0/+4
* Install headers included by smb_common.h.Jelmer Vernooij2011-09-281-2/+2
* s4:libcli/resolve: only try broadcast messages to ipv4 addressesStefan Metzmacher2011-09-281-2/+12
* dns: Do as BIND and MS DNS and drop quries with qdcount != 1Kai Blin2011-09-281-5/+11
* dns: The QCLASS is called IN, not IPKai Blin2011-09-282-7/+7
* s3 net: Fix a discard const warningKai Blin2011-09-281-1/+1
* errormap: Add unix_to_werror() functionKai Blin2011-09-282-0/+10
* s3:libsmb: remove unused TALLOC_FREE(subreq) calls inStefan Metzmacher2011-09-281-5/+0