summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-17s4:ldapcmp.py: pass down outf and errfStefan Metzmacher1-12/+29
2012-04-16docs:man:vfs_gpfs: Remove itemized list to fix indentationChristof Schmitt1-11/+4
2012-04-16s3: switch off kernel oplocks by defaultChristian Ambach2-5/+4
2012-04-16s3: Fix smbclient notify against WindowsVolker Lendecke1-1/+1
2012-04-16Improve the VFS Makefile so that it is easier for use out of tree but still w...Richard Sharpe1-13/+9
2012-04-16provision: Simplify handling of default for --server-role.Jelmer Vernooij1-8/+4
2012-04-16provision: Simplify handling of default for --function-level.Jelmer Vernooij1-4/+3
2012-04-16provision: Simplify handling of default for --dns-backend option.Jelmer Vernooij1-6/+2
2012-04-16s3/selftest: Fix reference to knownfail file.Jelmer Vernooij1-1/+1
2012-04-16build: rebuild idl if the pidl compiler is changedDavid Disseldorp1-5/+20
2012-04-16s4:libcli/smb2: fix anonymous session setups against windows serversStefan Metzmacher2-1/+16
2012-04-16s4:libcli/smb2: remove unused dependency to LIBPACKETStefan Metzmacher2-2/+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 Metzmacher2-15/+15
2012-04-16libcli/smb: add smb2cli_session_get_flags()Stefan Metzmacher2-0/+6
2012-04-16libcli/smb: we should not force a session key for anonymous connectionsStefan Metzmacher1-4/+4
2012-04-16libcli/smb: make use of data_blob_string_const_null()Stefan Metzmacher1-12/+6
2012-04-16s3:smbd/sesssetup: use a helper variable 'action' to mark guest accessStefan Metzmacher1-1/+3
2012-04-16Add an option to have s3fs as file server for samba4Matthieu Patou2-9/+21
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 Bartlett2-11/+11
2012-04-16lib/param: swap preferred name for 'lock dir' to match s3Andrew Bartlett1-2/+2
2012-04-16param: Merge common param elements by adding .flagsAndrew Bartlett1-40/+80
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 Bartlett2-7/+8
2012-04-16param: Merge common param elements by adding .flagsAndrew Bartlett1-17/+34
2012-04-16s4-provision: Update configuration lines for dlz_bind9Amitay Isaacs2-4/+7
2012-04-16dlz_bind9: Build shared libraries for both BIND versions 9.8 and 9.9Amitay Isaacs3-0/+28
2012-04-16dlz_bind9: changes to make dlz_bind9 work with BIND 9.9.0Amitay Isaacs2-22/+53
2012-04-14waf: samba-specific methods should have capitalized names, change process_sep...Alexander Bokovoy2-6/+6
2012-04-14docs: add a vfs_tsmsm manpageMichael Adam1-0/+135
2012-04-14s4-auth: Make sure ldb context is initialized even if not passed by Python codeAlexander Bokovoy1-1/+1
2012-04-13rely on sys/inotify.h for inotifyAdrian Bunk5-94/+11
2012-04-13wafsamba: add support for separate rules in stagesAlexander Bokovoy6-8/+43
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-12s4-libnet: split export_keytab in a separate python module to avoid pulling i...Alexander Bokovoy8-48/+165
2012-04-12WAF: Add support for stopping processing before end of wscript{_*}Alexander Bokovoy1-0/+5
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
2012-04-12srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce3-18/+14