summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use SASL/EXTERNAL over ldapi://Howard Chu2013-09-183-53/+86
* Add SASL/EXTERNAL gensec moduleHoward Chu2013-09-183-1/+91
* Prepare for SASL/EXTERNAL supportHoward Chu2013-09-182-2/+19
* Free memory on errorAlistair Leslie-Hughes2013-09-181-0/+1
* s3: libsmb - 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison2013-09-181-3/+4
* Give slapd a second to startupHoward Chu2013-09-181-1/+1
* Add an OpenLDAP-specific extended_dn_in moduleHoward Chu2013-09-182-5/+37
* libcli/smb: only check the SMB2 session setup signature if required and validStefan Metzmacher2013-09-181-5/+21
* s3: libsmb : Bug 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison2013-09-171-1/+9
* s3: libsmb SMB2 wrapper layer. cli_smb2_get_ea_list_path() failed to close fi...Jeremy Allison2013-09-171-0/+4
* s3-rpc_server: fix typo in DEBUG statement.Günther Deschner2013-09-171-1/+1
* docs: point out side-effects of global "valid users" setting.Günther Deschner2013-09-171-0/+10
* s3: libsmb : The short name length is only a one byte field.Jeremy Allison2013-09-171-1/+1
* libcli/smb: fix non mendatory signing against some vendor SMB2 servers.Stefan Metzmacher2013-09-171-1/+10
* libcli/smb: use SMB1 MID=0 for the initial NegprotStefan Metzmacher2013-09-171-0/+8
* Cleanup map return codesHoward Chu2013-09-171-18/+17
* Fix OpenLDAP partition configsHoward Chu2013-09-172-3/+72
* lib/ldb-samba/ldb_ildap: Also skip special base DNsAndrew Bartlett2013-09-171-0/+3
* docs-xml: document SMB3_02 as available protocol for the client sideStefan Metzmacher2013-09-172-1/+4
* s3:torture: add PROTOCOL_SMB3_02 handlingStefan Metzmacher2013-09-171-0/+3
* lib/param: add PROTOCOL_SMB3_02 handlingStefan Metzmacher2013-09-171-0/+1
* libcli/smb: negotiate SMB3_DIALECT_REVISION_302 if PROTOCOL_SMB3_02 is requestedStefan Metzmacher2013-09-171-0/+1
* libcli/smb: add PROTOCOL_SMB3_02Stefan Metzmacher2013-09-171-2/+3
* libcli/smb: add SMB3_DIALECT_REVISION_302Stefan Metzmacher2013-09-171-0/+1
* dsdb: Use credentials.get_forced_sasl_mech()Andrew Bartlett2013-09-172-0/+3
* auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()Andrew Bartlett2013-09-165-0/+60
* samba-tool domain provision: Make ldap_backend_startup.sh +x and take optiona...Andrew Bartlett2013-09-161-2/+5
* samba-tool domain join: Set server role correctly to "active directory domain...Andrew Bartlett2013-09-161-2/+2
* s4-rpc_server/drsuapi: Print ldb error showing why we failed to perform the a...Andrew Bartlett2013-09-161-1/+1
* samba-tool domian join: Only print adminpass warning on subdomain creationAndrew Bartlett2013-09-161-0/+3
* samba-tool domain join: Add --quite and --verboseAndrew Bartlett2013-09-162-45/+63
* dsdb: Use dsdb_next_callback() rather than a no-op per-module callbackAndrew Bartlett2013-09-161-38/+16
* join.py: Restore support for joining as a subdomainAndrew Bartlett2013-09-162-7/+16
* dsdb: Add DSDB_SEARCH_ONE_ONLY support to dsdb_module_search*()Andrew Bartlett2013-09-161-0/+13
* join.py: Handle more error cases with useful exceptionsAndrew Bartlett2013-09-161-1/+9
* samba-tool domain join subdomain: Set "reveal_internals:0" control so we can ...Andrew Bartlett2013-09-161-1/+1
* ldb: Show the type of failing operation in default error messageAndrew Bartlett2013-09-161-1/+26
* join.py: Show which database we failed to find the DN on (clarify local v rem...Andrew Bartlett2013-09-161-1/+1
* join.py: Handle exceptions when looking for GUID in a DNAndrew Bartlett2013-09-161-1/+5
* tdb: Fix some typos in comments.Björn Jacke2013-09-122-5/+5
* docs: Fix typos.Karolin Seeger2013-09-121-3/+3
* smbd: Properly protect against invalid lock dataVolker Lendecke2013-09-121-0/+6
* Fix is_legal_name() to not emit character conversion error messages.Jeremy Allison2013-09-111-12/+8
* selftest: change to src dir for panic backtraceDavid Disseldorp2013-09-121-1/+1
* dsdb: When using an LDAP backend, force use of the password from secrets.ldbAndrew Bartlett2013-09-111-0/+99
* smbd: Convert br_lck->lock_data to tallocVolker Lendecke2013-09-111-26/+29
* smbd: Move "struct byte_range_lock" definition to brlock.cVolker Lendecke2013-09-112-9/+11
* smbd: Add brl_fsp access functionVolker Lendecke2013-09-114-6/+15
* smbd: Add brl_num_locks access functionVolker Lendecke2013-09-114-2/+9
* smbd: Use ZERO_STRUCT instead of memsetVolker Lendecke2013-09-111-1/+1