summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-waf: Add possibility to build with system libsmbclient.Andreas Schneider2012-04-172-34/+41
* s3-waf: Fix client/smbclient dependencies.Andreas Schneider2012-04-171-7/+7
* s3:libsmb/cliconnect: make use of ntlmssp_is_anonymous()Stefan Metzmacher2012-04-171-1/+1
* s3:libsmb/ntlmssp: improve anonymous loginsStefan Metzmacher2012-04-171-2/+3
* s3:libsmb/ntlmssp: add ntlmssp_is_anonymous()Stefan Metzmacher2012-04-172-0/+16
* s3:libsmb/ntlmssp: remove some indentation in ntlmssp_set_password()Stefan Metzmacher2012-04-171-18/+20
* Revert "s3:libsmb/ntlmssp: an empty string should mean no password"Stefan Metzmacher2012-04-171-1/+1
* s3: Add smbstatus -N to output the notify dbVolker Lendecke2012-04-173-1/+42
* s3: Add "notify-cleanup" to smbcontrolVolker Lendecke2012-04-171-0/+13
* s3: New notify implementationVolker Lendecke2012-04-177-758/+1080
* s3: Add two notify benchmark testsVolker Lendecke2012-04-175-0/+727
* s3: Make torture_nprocs globally availableVolker Lendecke2012-04-171-19/+19
* s3: Make ctdbd_messaging_send_blob available in non-clustered modeVolker Lendecke2012-04-171-1/+10
* s3: Make messaging_ctdbd_connection available in non-clustered modeVolker Lendecke2012-04-171-0/+9
* s3: Implement tevent_barrierVolker Lendecke2012-04-173-0/+235
* s3: Start a list of ctdb srvid assigmentsVolker Lendecke2012-04-171-0/+40
* s3: Introduce ctdb_messaging_send_blobVolker Lendecke2012-04-172-20/+23
* s3: Add msg_channelVolker Lendecke2012-04-177-0/+551
* s3: Add messaging_tdb_event()Volker Lendecke2012-04-172-0/+13
* s3: Add a second ctdb connect libraryVolker Lendecke2012-04-177-0/+931
* s3: Add dbwrap_try_fetch_lockedVolker Lendecke2012-04-178-16/+97
* s3: Add dbwrap_cacheVolker Lendecke2012-04-174-1/+244
* s3: Open up 3 levels of dbwrap_lock_orderVolker Lendecke2012-04-172-5/+9
* s3: Increase debuglevel for unknown child msgsVolker Lendecke2012-04-171-1/+1
* s3: Add infrastructure for background jobsVolker Lendecke2012-04-174-0/+274
* s3: Return CTDB_PATH from lp_ctdbd_socket()Volker Lendecke2012-04-174-13/+18
* s3: switch off kernel oplocks by defaultChristian Ambach2012-04-161-1/+1
* s3: Fix smbclient notify against WindowsVolker Lendecke2012-04-161-1/+1
* s3/selftest: Fix reference to knownfail file.Jelmer Vernooij2012-04-161-1/+1
* s3:libsmb: fix anonymous session setups against windows serversStefan Metzmacher2012-04-161-0/+16
* s3:libsmb/ntlmssp: an empty string should mean no passwordStefan Metzmacher2012-04-161-1/+1
* libcli/smb: move smb2cli_session_setup_*() prototypes to the code.Stefan Metzmacher2012-04-161-15/+0
* s3:smbd/sesssetup: use a helper variable 'action' to mark guest accessStefan Metzmacher2012-04-161-1/+3
* param: leave realm as a normal string, handle upper/lower case in handle_realmAndrew Bartlett2012-04-161-1/+1
* param: harmonise wins parametersAndrew Bartlett2012-04-161-3/+3
* s3-param: make FN_GLOBAL macros consistent, add lp_ using the macroAndrew Bartlett2012-04-161-250/+250
* param: Change from _lp to lp__ as the prefix for internal parameter wrappersAndrew Bartlett2012-04-165-11/+11
* make _lp_readraw() and _lp_writeraw() staticAndrew Bartlett2012-04-162-4/+2
* param: harmonsise logfile parameterAndrew Bartlett2012-04-161-6/+6
* rely on sys/inotify.h for inotifyAdrian Bunk2012-04-133-57/+8
* Wrong assertion/comparison: Compare value not pointerOlaf Flebbe2012-04-131-2/+2
* We never cancel SMB1 aio, only SMB2 aio - and in this case we always return a...Jeremy Allison2012-04-121-12/+7
* Remove cancel_aio_by_fsp(). It can never work and could lead to memory corrup...Jeremy Allison2012-04-123-43/+18
* Fix return_fn when aio was cancelled. We need to return -1, errno = ECANCELED.Jeremy Allison2012-04-123-0/+15
* Move the counting of outstanding_aio_calls into the lifecycle of the aio_extr...Jeremy Allison2012-04-121-6/+2
* Fix the same bug reported by Kirill Malkin <kirill.malkin@starboardstorage.co...Jeremy Allison2012-04-121-4/+24
* s3: Fix a typoVolker Lendecke2012-04-121-1/+1
* s3: Fix a segfault with debug level 3 on SolarisVolker Lendecke2012-04-121-1/+2
* clikrb5: Move pure krb wrapper functions from libads to clikrb5.Simo Sorce2012-04-124-143/+145
* gse: Remove unnecessary header.Simo Sorce2012-04-121-1/+0