summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-119-17/+89
* winbindd: Call set_dc_type_and_flags on the internal domainAndrew Bartlett2014-06-115-113/+87
* dsdb: Do not refresh the schema using the wrong event contextAndrew Bartlett2014-06-115-112/+191
* dsdb: Do not store a struct ldb_dn in struct schema_dataAndrew Bartlett2014-06-119-48/+41
* passdb: Do not routinely clear the global memory returned by get_global_sam_s...Andrew Bartlett2014-06-112-15/+41
* ctdb-eventscripts: New configuration variable CTDB_GANESHA_REC_SUBDIRMartin Schwenke2014-06-112-3/+20
* libcli: Add a NULL check in dom_sid_stringVolker Lendecke2014-06-101-0/+3
* Use GUID_equal in a few placesVolker Lendecke2014-06-108-17/+18
* libndr: Use GUID_compare in GUID_equalVolker Lendecke2014-06-101-9/+1
* s3: libsmb: Change cli_disk_size() to use the trans2/SMB_FS_FULL_SIZE_INFORMA...Jeremy Allison2014-06-071-0/+45
* s3: libsmb: Make cli_smb2_dskattr() a 64-bit interface.Jeremy Allison2014-06-073-14/+10
* s3: libsmb : Move users of cli_dskattr to a 64-bit interface cli_disk_free().Jeremy Allison2014-06-074-6/+35
* lib: tevent: make TEVENT_SIG_INCREMENT atomic.Jeremy Allison2014-06-073-0/+36
* s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison2014-06-076-12/+49
* selftest: Add support for tmate.Andreas Schneider2014-06-061-1/+7
* lib: Bump socket_wrapper version to 1.1.1.Michael Adam2014-06-051-1/+1
* swrap: Disable incomplete bind checks (and tests) for EADDRINUSE.Andreas Schneider2014-06-051-1/+6
* lib: Bump socket_wrapper version to 1.1.0.Andreas Schneider2014-06-051-1/+1
* swrap: check whether an address:port is already in use in swrap_bind()Michael Adam2014-06-051-0/+7
* swrap: implement check_addr_port_in_use()Michael Adam2014-06-051-0/+83
* swrap: fix AF_UNSPEC special case in swrap_bind()Michael Adam2014-06-051-0/+20
* swrap: extend input checks in swrap_bind()Michael Adam2014-06-051-2/+49
* swrap: add check for rpc/rpc.h - needed on freebsd for bindresvportMichael Adam2014-06-052-0/+4
* swrap: Add support for bindresvport().Andreas Schneider2014-06-052-0/+88