summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* vfs: Fix warnings for time_t != longVolker Lendecke2016-10-191-2/+3
* s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6 address.Jeremy Allison2016-10-181-2/+15
* lib: Fix a pthreadpool race conditionVolker Lendecke2016-10-171-8/+8
* s3/vfs: gpfs: adapt vfs_gpfs_is_offline() to changes from 3031815f982e365be50...Ralph Boehme2016-10-171-4/+3
* s3/vfs: tsmsm: add missing ;Ralph Boehme2016-10-171-1/+1
* messaging: Fix CID 1373622 Extra high-order bitsVolker Lendecke2016-10-141-1/+1
* pthreadpool: Fix CID 1373620 Unchecked return value from libraryVolker Lendecke2016-10-141-1/+3
* pthreadpool: Rearrange locks a bitVolker Lendecke2016-10-141-14/+16
* s3: winbind: Ensure we store name2sid with the correct cache sequence number.Jeremy Allison2016-10-141-0/+6
* examples: Add smb2mountVolker Lendecke2016-10-141-0/+1
* support volfile fetch from multiple glusterd nodesRaghavendra Talur2016-10-141-12/+116
* smbd: Fix a commentVolker Lendecke2016-10-141-1/+1
* spoolss: Fix caching of printername->sharenameVolker Lendecke2016-10-131-2/+2
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-1322-48/+61
* s3:libads: don't use MEMORY:ads_sasl_spnego_bind nor set "KRB5CCNAME"Stefan Metzmacher2016-10-131-6/+0
* s3:libads: don't use MEMORY:ads_sasl_gssapi_do_bind nor set "KRB5CCNAME"Stefan Metzmacher2016-10-121-5/+0
* lib: Fix CID 1373623 Dereference after null checkVolker Lendecke2016-10-121-3/+4
* winbindd: Remove now unused cache_methodsChristof Schmitt2016-10-113-43/+11
* winbindd: Remove now unused domain->methodsChristof Schmitt2016-10-113-7/+4
* winbindd: Replace calls to domain->methodsChristof Schmitt2016-10-114-47/+38
* winbindd: Make functions in cache_methods non-staticChristof Schmitt2016-10-112-76/+149
* s3/vfs: remove now unused is_offline/set_offline VFS functionsRalph Boehme2016-10-1110-274/+3
* s3/vfs: merge offline functionality into DOS attributes handlingRalph Boehme2016-10-115-66/+139
* nfs4acls: Fix SMB_ACE4_MAX_TYPE defineVolker Lendecke2016-10-111-1/+1
* ctdb-conn: add missing variable initializationRalph Wuerthner2016-10-101-1/+1
* s3-sysquotas: correctly restore path when finding mount pointUri Simchoni2016-10-081-1/+4
* vfs_glusterfs: Fix a memory leak in connect pathAnoop C S2016-10-071-2/+1
* s3-selftest: Add a substituions testcaseAndreas Schneider2016-10-072-1/+33
* s3-lib: Fix %G substitution in AD member environmentAndreas Schneider2016-10-071-6/+18
* smbd/ioctl: match WS2016 ReFS get compression behaviourDavid Disseldorp2016-10-061-12/+17
* s3-rpcclient: Fix initializing rpcclientAndreas Schneider2016-10-061-7/+19
* s3-param: Add comment to call lp_load_global() after popt processingAndreas Schneider2016-10-061-0/+3
* s3-utils: Fix loading smb.conf in smbcquotasAndreas Schneider2016-10-061-3/+12
* s3-libnet: Pass enum value names to dcerpc_samr_SetUserInfo2()Andreas Schneider2016-10-061-3/+3
* s4-libnet: Use SetUserInfo2 to set the account flagsAndreas Schneider2016-10-061-5/+5
* s3: lib: messaging. Add function comments I needed to understand this code.Jeremy Allison2016-10-061-0/+125
* s3-printing: fix migrate printer code (bug 8618)Björn Baumbach2016-10-051-0/+27
* messaging: Add an indirection for messaging_dgm_register_tevent_contextVolker Lendecke2016-10-054-18/+113
* messages_dgm: Avoid an unnecessary declarationVolker Lendecke2016-10-051-2/+0
* messaging: Avoid crashesVolker Lendecke2016-10-051-0/+11
* messaging: Avoid a default tevent_fdVolker Lendecke2016-10-052-15/+8
* messaging: Disable the correct fde on errorVolker Lendecke2016-10-051-1/+1
* messaging: Make messaging_dgm_register_tevent_context return a tevent_fdVolker Lendecke2016-10-053-5/+5
* messaging: Act on messages within the right contextVolker Lendecke2016-10-051-9/+47
* messaging: Pass "ev" to messaging_dispatch_recVolker Lendecke2016-10-051-2/+4
* messages_dgm_ref: Pass receiving "ev" to recv_cbVolker Lendecke2016-10-053-5/+9
* messages_dgm: Pass receiving "ev" to recv_cbVolker Lendecke2016-10-053-7/+12
* messages_dgm: Pass down event_ctx one levelVolker Lendecke2016-10-051-1/+3
* messages_dgm: Drop a segment if we can't ship it for 60 secondsVolker Lendecke2016-10-051-0/+10
* messaging: Optimize self-sendsVolker Lendecke2016-10-051-0/+59