summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ctdb:build: fix building with external libtdbMichael Adam2014-06-161-7/+7
* s4-winbind: Use winbindd in the AD DC for fl2003dc and plugin_s4_dcAndrew Bartlett2014-06-162-28/+6
* s3-winbindd: Honour pdb_is_responsible_for_everything_else()Andrew Bartlett2014-06-161-8/+11
* passdb: Allow a passdb module to do idmap for everythingAndrew Bartlett2014-06-166-2/+348
* vfs:gpfs: fix a debug messageMichael Adam2014-06-131-1/+1
* vfs: update a bit-rotten commentMichael Adam2014-06-131-5/+6
* vfs: remove unused function vfs_pread_data()Michael Adam2014-06-132-24/+0
* man vfs_streams_xattr: new options "prefix" and "store_stream_type"Ralph Boehme2014-06-131-2/+32
* vfs_streams_xattr: add options "prefix" and "store_stream_type"Ralph Boehme2014-06-131-30/+92
* Convert samba_private_attr_name() to a public functionRalph Boehme2014-06-132-1/+2
* locking: use correct conversion specifier for printing variablesRalph Boehme2014-06-133-10/+11
* leases: Fix uint32->hyperVolker Lendecke2014-06-121-1/+1
* Remove .clang_complete.Andreas Schneider2014-06-121-104/+0
* waf: fix the name of the WINBIND "nss" module on AIXBjörn Jacke2014-06-121-1/+1
* torture: convert torture_comment() -> torture_result() so we can knownfail fl...Andrew Bartlett2014-06-121-34/+34
* torture: convert torture_comment() -> torture_result() so we can knownfail fl...Andrew Bartlett2014-06-121-82/+82
* ctdb-daemon: Reset scheduler policy for helper processesAmitay Isaacs2014-06-122-0/+4
* ctdb-daemon: Do not complain if node is inactive and db is not attachedAmitay Isaacs2014-06-121-1/+4
* ctdb-build: Remove duplicate library dependencyAmitay Isaacs2014-06-121-1/+1
* ctdb-daemon: Remove duplicate code from helper binariesAmitay Isaacs2014-06-123-16/+9
* ctdb-logging: Move controls handling functions from common to serverAmitay Isaacs2014-06-122-42/+40
* ctdb-logging: Split ringbuffer handling code from ctdb_collect_logAmitay Isaacs2014-06-122-7/+23
* ctdb-common: Move mkdir_p_or_die to system utilitiesAmitay Isaacs2014-06-122-14/+14
* ctdb-daemon: Rename ctdb_mkdir_p_or_die to mkdir_p_or_dieAmitay Isaacs2014-06-123-5/+5
* ctdb-common: Move lockdown_memory to system utilitiesAmitay Isaacs2014-06-122-27/+28
* ctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memoryAmitay Isaacs2014-06-124-4/+4
* ctdb-daemon: Instead of passing ctdb context, pass valgrinding booleanAmitay Isaacs2014-06-124-6/+6
* ctdb-common: Keep debug level related functions with logging codeAmitay Isaacs2014-06-122-40/+40
* ctdb-daemon: Rename block_signal to ignore_signalAmitay Isaacs2014-06-121-2/+2
* ctdb-common: Remove unused functionsAmitay Isaacs2014-06-122-18/+0
* ctdb-daemon: No need to block SIGPIPE at startupAmitay Isaacs2014-06-121-1/+0
* ctdb-common: Separate more system utilities that are independent of ctdbAmitay Isaacs2014-06-122-251/+252
* ctdb-common: Separate system utilties that are ctdb independentAmitay Isaacs2014-06-125-50/+74
* ctdb-common: No dynamic memory allocation in mkdir_p()Martin Schwenke2014-06-121-10/+27
* ctdb-common: Do not dynamically allocate memory when not necessaryMartin Schwenke2014-06-121-19/+17
* ctdb-common: Drop ctdb prefix from utility functions independent of ctdbAmitay Isaacs2014-06-124-7/+7
* ctdb-common: Changing scheduler policy does not require ctdb contextAmitay Isaacs2014-06-124-6/+6
* ctdb-common: Do not abort if restoring scheduling policy failsAmitay Isaacs2014-06-121-3/+3
* ctdb-common: No need to save previous scheduler priorityAmitay Isaacs2014-06-122-27/+8
* libsmb: Put the "smb2_lease" struct into idlVolker Lendecke2014-06-127-20/+46
* smbd: tevent_req_nterror already returns bool :-)Volker Lendecke2014-06-111-2/+1
* smbd: Use full_path_tos() where appropriateVolker Lendecke2014-06-111-7/+15
* s3: smbd : SMB2 - fix SMB2_SEARCH when searching non wildcard string with a c...Jeremy Allison2014-06-111-3/+34
* s3: smbd - SMB[2|3]. Ensure a \ or / can't be found anywhere in a search path...Jeremy Allison2014-06-111-2/+2
* s3-winbindd: Implement SamLogon IRPC callAndrew Bartlett2014-06-114-51/+150
* s3-winbind: Transparently forward IRPC messages to the winbind_dual childAndrew Bartlett2014-06-111-37/+80
* s3-winbind rename winbindd_update_rodc_dns to be for more generic irpcAndrew Bartlett2014-06-114-11/+17
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2014-06-1146-81/+96
* s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODCAndrew Bartlett2014-06-118-0/+423
* s3-winbindd: Register winbindd with irpcAndrew Bartlett2014-06-113-0/+34