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