summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: by default don't use pthread pool supportBjörn Jacke2010-01-291-5/+5
* Fix bug #7069 - smbget does not return an error status after some errorsJeremy Allison2010-01-281-38/+45
* s3/winbind_ccache: Fix typo in debug message.Karolin Seeger2010-01-281-1/+1
* Second part of fix for bug #7072 - Accounts can't be unlocked from ldap.Jeremy Allison2010-01-271-1/+2
* Fix bug #7072 - Accounts can't be unlocked from ldap.Jeremy Allison2010-01-271-7/+15
* s3: syntax fixBjörn Jacke2010-01-271-1/+1
* s3: Install and uninstall the static version of libwbclientLars Müller2010-01-271-0/+2
* s3: get pthread detection also on HP-UX rightBjörn Jacke2010-01-271-1/+12
* s3-selftest: try to get RPC-SPOOLSS-NOTIFY running during make test on the bu...Günther Deschner2010-01-271-1/+3
* Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to respond...Jeremy Allison2010-01-263-5/+71
* Add dependency of bin/smbfilter to libwbclient.Lars Müller2010-01-261-1/+1
* s3: Enable use of ccache by default for libsmbclientVolker Lendecke2010-01-261-0/+3
* Correct fix for unused variable return from ndr_decode. Use it :-).Jeremy Allison2010-01-251-0/+8
* Revert "s3: remove unused Variable"Jeremy Allison2010-01-251-0/+4
* s3: fix detection and flags for using pthreadBjörn Jacke2010-01-263-13/+59
* s3: remove unused variableBjörn Jacke2010-01-261-2/+0
* s3:async_smb: remove unused variableBjörn Jacke2010-01-261-2/+0
* s3: remove unused VariableBjörn Jacke2010-01-261-4/+0
* s3:netapi: remove unused variableBjörn Jacke2010-01-261-2/+0
* s3/registry: Fix typo in comment.Karolin Seeger2010-01-251-2/+2
* Revert "s3: Make string_to_sid a wrapper around dom_sid_parse"Volker Lendecke2010-01-251-7/+50
* s3-libsmbclient: Add smbc_setOptionUseCCache()Volker Lendecke2010-01-244-0/+50
* s3: Add --use-ccache to netVolker Lendecke2010-01-244-0/+9
* s3: add libnetapi_set_use_ccache()Volker Lendecke2010-01-243-0/+16
* s3: Fix a bug in net's use of poptVolker Lendecke2010-01-241-1/+1
* s3: Enable -C in rpcclientVolker Lendecke2010-01-241-0/+3
* s3: Add CLI_FULL_CONNECTION_USE_CCACHEVolker Lendecke2010-01-242-0/+4
* s3: Use -C in smbclientVolker Lendecke2010-01-241-0/+1
* s3: Add -C (--use-ccache) to popt_common_credentialsVolker Lendecke2010-01-244-1/+20
* s3: Add ccache use to cli_session_setup_ntlmsspVolker Lendecke2010-01-242-0/+5
* s3: Add NTLMSSP_FEATURE_CCACHEVolker Lendecke2010-01-243-5/+73
* s3: Add the session key to the ccache_ntlm_auth responseVolker Lendecke2010-01-241-4/+18
* s3: Add wbinfo --ccache-saveVolker Lendecke2010-01-244-0/+80
* s3: Remove some calls to memset -- reduces text size by some bytes for meVolker Lendecke2010-01-242-13/+5
* s3: Make string_to_sid a wrapper around dom_sid_parseVolker Lendecke2010-01-231-50/+7
* s3: Add a little torture test for dom_sid_parseVolker Lendecke2010-01-232-0/+19
* s3: Remove string_sid_tallocVolker Lendecke2010-01-232-14/+0
* s3: Remove a call to string_sid_tallocVolker Lendecke2010-01-231-2/+6
* s3: Fix sending NULL sids to lookupsids3Volker Lendecke2010-01-231-2/+2
* s3: Remove some pointless uses of string_sid_tallocVolker Lendecke2010-01-233-10/+10
* s3: Use global_sid_Builtin in net_groupmap_membershipsVolker Lendecke2010-01-231-4/+3
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-234-26/+26
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-221-21/+20
* s3: Fix a typo in a commentVolker Lendecke2010-01-221-1/+1
* s3:pdb_ldap: Fix large paged search.Volker Lendecke2010-01-211-0/+1
* s3: Initialize the seqnum in "init_smb_request"Volker Lendecke2010-01-211-4/+4
* s3: Make "init_smb_request" static to process.cVolker Lendecke2010-01-212-8/+2
* s3: Move "yesno" to the only place where it is used: client.cVolker Lendecke2010-01-213-19/+18
* Add localtime parameter to shadow_copy2.Ed Plese2010-01-211-0/+22
* Add format parameter to shadow_copy2.Ed Plese2010-01-211-11/+73