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