summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated.Simo Sorce2012-04-122-20/+8
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-122-1/+2
* auth-krb: Make functions static.Simo Sorce2012-04-121-1/+0
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-121-21/+1
* s3-waf: remove requirement of having --enable-developer for running system kr...Günther Deschner2012-04-121-1/+1
* Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ...Jeremy Allison2012-04-121-6/+0
* Try and fix autoconf on the build farm. Always include sys/types.h when worki...Jeremy Allison2012-04-111-0/+2
* s3:smbd only care about missing level2 support if kernel oplocks are enabledChristian Ambach2012-04-111-4/+10
* s3:smbd only initialize kernel oplocks if they are enabled for a shareChristian Ambach2012-04-111-0/+4
* s3:smbd add seperate function to initialize kernel oplocksChristian Ambach2012-04-112-3/+8
* s3:param convert kernel oplocks to share parameterChristian Ambach2012-04-113-9/+6
* Simplify the logic around doing an immediate event reschedule.Jeremy Allison2012-04-111-23/+7
* remove --enable-developer from recursive waf build in autoconf buildAndrew Bartlett2012-04-111-1/+1
* build: Add tevent deps for users of tevent callsAndrew Bartlett2012-04-111-3/+3
* Add a new module, aio_linux which implements Linux kernel aio support. Docs t...Jeremy Allison2012-04-115-0/+786
* s3: Use talloc_get_size instead of strlenVolker Lendecke2012-04-101-1/+1
* On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison2012-04-102-3/+0
* Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...Jeremy Allison2012-04-093-12/+8
* s3: Fix the pthreadpool build on OS/XVolker Lendecke2012-04-091-0/+1
* s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke2012-04-091-0/+19
* s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke2012-04-091-19/+22
* s3: Move the aio signal init to the vfs moduleVolker Lendecke2012-04-093-21/+16
* s3: Compile fix for dbwrap_file.cVolker Lendecke2012-04-071-1/+1
* Found whilst back-porting the fix for bug 8837 - smbd crashes when deleting d...Jeremy Allison2012-04-071-9/+10
* Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ...Jeremy Allison2012-04-063-0/+53
* s3-utils: add do_reload_printers command to smbcontolBjörn Baumbach2012-04-061-0/+14
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-0661-367/+364
* s3-build: Remove unused configure checks for xattr functionsAndrew Bartlett2012-04-052-3/+3