summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smbldap: let smbldap_free_struct do what it claims toGregor Beck2011-07-261-2/+1
* s3:smbldap: free the idle event scheduled in smbldap_open in smbldap_closeGregor Beck2011-07-261-1/+2
* s3:smbldap: use smbldap_state as memory context for idle eventGregor Beck2011-07-261-2/+2
* s3:smbd do not panic when CTDB is unhealthy (Bug #8278)Christian Ambach2011-07-261-0/+9
* s3:build: add vfs_examples to the everything targetMichael Adam2011-07-261-1/+2
* s3:build: add a vfs_examples target.Michael Adam2011-07-261-0/+11
* examples/VFS: fix skel_transparent.c in reference to shadow_copy changesBjörn Baumbach2011-07-261-1/+2
* examples/VFS: fix skel_opaque.c in reference to shadow_copy changesBjörn Baumbach2011-07-261-1/+2
* examples/VFS: fix shadow_copy_test.c in reference to shadow_copy changesBjörn Baumbach2011-07-261-3/+10
* s3-winbind: Fix bug 7888 -- deal with buggy 3.0 based PDCsGünther Deschner2011-07-261-7/+19
* Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.Jeremy Allison2011-07-261-1/+1
* Fix bug #8219 - SMB Panic from Windows 7 ClientJeremy Allison2011-07-261-0/+8
* s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841)Volker Lendecke2011-07-264-9/+11
* s3:rpc_server/svcctl: fix valgrind bug in _svcctl_QueryServiceObjectSecurity()Stefan Metzmacher2011-07-261-1/+1
* s3:rpc_server/svcctl: fix valgrind bugs in _svcctl_QueryServiceConfig2W()Stefan Metzmacher2011-07-261-9/+5
* s3:rpc_server/svcctl: don't allocate return values on a temporary stackframeStefan Metzmacher2011-07-261-5/+3
* Fix bug #8254 - "acl check permissions = no" does not work in all casesJeremy Allison2011-07-262-2/+16
* s3:test: don't rely on pyhton being in /usr/bin/python in the sids2xids testMichael Adam2011-07-261-1/+1
* s3:test: fix the smbclient_s3 test on older systemsMichael Adam2011-07-261-1/+1
* s3:test: fix the net registry roundtrip test on older systemsMichael Adam2011-07-261-1/+1
* s3-autconf Move nmbd socket directory to PREFIX/var/nmbdAndrew Bartlett2011-07-261-2/+2
* s3-buildoptions Show compiled-in location of the new ncaclrpc and nmbd socketsAndrew Bartlett2011-07-261-0/+2
* s3:docs: fix the example in the idmap_autorid manpage to use "idmap config * ...Michael Adam2011-07-261-1/+1
* s3:vfs_commit: fix buildBjörn Jacke2011-07-261-0/+1
* s3:smb2_ioctl/FSCTL_PIPE_TRANSCEIVE: generate STATUS_BUFFER_OVERFLOW if neede...Stefan Metzmacher2011-07-262-0/+10
* s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba shareChristian Ambach2011-07-261-3/+3
* s3: Fix Coverity ID 2582: FORWARD_NULLVolker Lendecke2011-07-261-0/+5
* s3-spoolss: Fix some valgrind warnings.Andreas Schneider2011-07-262-8/+8
* s3-rpc_client: Fix some valgrind warnings.Andreas Schneider2011-07-261-10/+12
* s3:idmap_autorid: remove redundant codeMichael Adam2011-07-261-4/+0
* s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...Michael Adam2011-07-261-2/+4
* s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...Michael Adam2011-07-261-1/+1
* s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam2011-07-261-0/+7
* s3:net-man: registry enumerate_recursiveGregor Beck2011-07-261-0/+7
* s3:net-man: registry deletekey & deletekey_recursiveGregor Beck2011-07-261-0/+8
* s3:net-man: missing dotGregor Beck2011-07-261-1/+1
* s3:net registry: polish output of net registry enumerate[_recursive]Michael Adam2011-07-261-11/+15
* s3:net: registry: use recursive implementation for enumerateGregor Beck2011-07-261-63/+41
* s3:net: registry: add new command enumerate_recursiveGregor Beck2011-07-261-0/+107
* s3: improve WHATSNEW around kerberos changesAndrew Bartlett2011-07-261-9/+10
* s3:wb_lookupsids: add some paranoia checks to wb_lookupsids_recv()Stefan Metzmacher2011-07-261-0/+18
* s3:wb_lookupsids: don't ignore 'result' and check if we got useable valuesStefan Metzmacher2011-07-261-4/+48
* Revert "s3-winbind: Fix paranoia checks in winbindd_samr.c."Stefan Metzmacher2011-07-261-2/+2
* s3:utils/net_*registry: use c99 initializers which are supported by old gcc 2...Stefan Metzmacher2011-07-262-4/+8
* s3:libsmb/clireadwrite: calculate cli_write_max_bufsize() correct based on ma...Stefan Metzmacher2011-07-261-8/+12
* s3:libsmb/clireadwrite: calculate cli_read_max_bufsize() correct based on max...Stefan Metzmacher2011-07-261-1/+12
* s3:libsmb/clitrans: correctly transfer the seqnum between secondary and prima...Stefan Metzmacher2011-07-261-3/+8
* s3:libsmb/clitrans: fix handling of multi pdu [nt]trans[s][2] callsStefan Metzmacher2011-07-261-8/+80
* s3:libsmb/clitrans: use subreq2 as variable for the secondary requestsStefan Metzmacher2011-07-261-7/+9
* s3:libsmb/clitrans: move MID handling to the end of cli_trans_send() and add ...Stefan Metzmacher2011-07-261-2/+11