summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3/selftest: Fix reference to knownfail file.Jelmer Vernooij2012-04-161-1/+1
* build: rebuild idl if the pidl compiler is changedDavid Disseldorp2012-04-161-5/+20
* s4:libcli/smb2: fix anonymous session setups against windows serversStefan Metzmacher2012-04-162-1/+16
* s4:libcli/smb2: remove unused dependency to LIBPACKETStefan Metzmacher2012-04-162-2/+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-162-15/+15
* libcli/smb: add smb2cli_session_get_flags()Stefan Metzmacher2012-04-162-0/+6
* libcli/smb: we should not force a session key for anonymous connectionsStefan Metzmacher2012-04-161-4/+4
* libcli/smb: make use of data_blob_string_const_null()Stefan Metzmacher2012-04-161-12/+6
* s3:smbd/sesssetup: use a helper variable 'action' to mark guest accessStefan Metzmacher2012-04-161-1/+3
* Add an option to have s3fs as file server for samba4Matthieu Patou2012-04-162-9/+21
* 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-162-11/+11
* lib/param: swap preferred name for 'lock dir' to match s3Andrew Bartlett2012-04-161-2/+2
* param: Merge common param elements by adding .flagsAndrew Bartlett2012-04-161-40/+80
* 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-162-7/+8
* param: Merge common param elements by adding .flagsAndrew Bartlett2012-04-161-17/+34
* s4-provision: Update configuration lines for dlz_bind9Amitay Isaacs2012-04-162-4/+7
* dlz_bind9: Build shared libraries for both BIND versions 9.8 and 9.9Amitay Isaacs2012-04-163-0/+28
* dlz_bind9: changes to make dlz_bind9 work with BIND 9.9.0Amitay Isaacs2012-04-162-22/+53
* waf: samba-specific methods should have capitalized names, change process_sep...Alexander Bokovoy2012-04-142-6/+6
* docs: add a vfs_tsmsm manpageMichael Adam2012-04-141-0/+135
* s4-auth: Make sure ldb context is initialized even if not passed by Python codeAlexander Bokovoy2012-04-141-1/+1
* rely on sys/inotify.h for inotifyAdrian Bunk2012-04-135-94/+11
* wafsamba: add support for separate rules in stagesAlexander Bokovoy2012-04-136-8/+43
* 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
* s4-libnet: split export_keytab in a separate python module to avoid pulling i...Alexander Bokovoy2012-04-128-48/+165
* WAF: Add support for stopping processing before end of wscript{_*}Alexander Bokovoy2012-04-121-0/+5
* 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
* srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce2012-04-123-18/+14
* krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated.Simo Sorce2012-04-123-24/+12
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-1213-93/+85
* auth-krb: Make functions static.Simo Sorce2012-04-126-105/+73
* auth-krb: Use simpler method to extract keytype.Simo Sorce2012-04-121-19/+12
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-128-86/+51
* s4-auth-krb: Remove dependency on credentials too.Simo Sorce2012-04-123-14/+11
* s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce2012-04-125-44/+68
* s4-auth-krb: Simplify salt_princ handling.Simo Sorce2012-04-126-296/+250