summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-12krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated.Simo Sorce3-24/+12
2012-04-12auth-krb: Move pac related util functions in a single place.Simo Sorce13-93/+85
2012-04-12auth-krb: Make functions static.Simo Sorce6-105/+73
2012-04-12auth-krb: Use simpler method to extract keytype.Simo Sorce1-19/+12
2012-04-12auth-krb: Nove oid packet check to gensec_util.Simo Sorce8-86/+51
2012-04-12s4-auth-krb: Remove dependency on credentials too.Simo Sorce3-14/+11
2012-04-12s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce5-44/+68
2012-04-12s4-auth-krb: Simplify salt_princ handling.Simo Sorce6-296/+250
2012-04-12s4-auth-krb: Move function to db-glue.c and make it static.Simo Sorce3-20/+21
2012-04-12s4-auth-krb: Move keytab functions in a separate file.Simo Sorce8-710/+754
2012-04-12s4-auth-krb: Streamline and cleanup code to make it readable.Simo Sorce1-190/+256
2012-04-12s4-auth-krb: streamline and rename enctype functionsSimo Sorce1-11/+12
2012-04-12s4-auth-krb: Make kerberos_enctype_bitmap_to_enctype static.Simo Sorce2-3/+1
2012-04-12s4-auth-krb: Make kerberos_enctype_bitmap_to_enctypes static.Simo Sorce1-1/+7