Age | Commit message (Expand) | Author | Files | Lines |
2013-09-19 | s3-auth: register schannel gensec module in auth_generic_prepare() as well. | Günther Deschner | 1 | -1/+4 |
2013-09-19 | s3-rpc_cli: allow to pass down a netlogon CredentialState struct to gensec. | Günther Deschner | 1 | -1/+4 |
2013-09-19 | s3-auth: also load schannel module from auth_generic_client_prepare(). | Günther Deschner | 1 | -1/+2 |
2013-09-19 | gensec: check for NULL gensec_security in gensec_security_by_auth_type(). | Günther Deschner | 1 | -2/+4 |
2013-09-19 | gensec: remove duplicate gensec_security_by_authtype() call. | Günther Deschner | 1 | -27/+2 |
2013-09-19 | gensec: move schannel module to toplevel. | Günther Deschner | 3 | -10/+8 |
2013-09-19 | Fix SEGV from improperly formed SUBSTRING/PRESENCE filter | Howard Chu | 1 | -1/+1 |
2013-09-18 | OpenLDAP provisioning tweaks | Howard Chu | 5 | -65/+38 |
2013-09-18 | Use SASL/EXTERNAL over ldapi:// | Howard Chu | 3 | -53/+86 |
2013-09-18 | Add SASL/EXTERNAL gensec module | Howard Chu | 3 | -1/+91 |
2013-09-18 | Prepare for SASL/EXTERNAL support | Howard Chu | 2 | -2/+19 |
2013-09-18 | Free memory on error | Alistair Leslie-Hughes | 1 | -0/+1 |
2013-09-18 | s3: libsmb - 10150 - Not all OEM servers support the ALTNAME info level. | Jeremy Allison | 1 | -3/+4 |
2013-09-18 | Give slapd a second to startup | Howard Chu | 1 | -1/+1 |
2013-09-18 | Add an OpenLDAP-specific extended_dn_in module | Howard Chu | 2 | -5/+37 |
2013-09-18 | libcli/smb: only check the SMB2 session setup signature if required and valid | Stefan Metzmacher | 1 | -5/+21 |
2013-09-17 | s3: libsmb : Bug 10150 - Not all OEM servers support the ALTNAME info level. | Jeremy Allison | 1 | -1/+9 |
2013-09-17 | s3: libsmb SMB2 wrapper layer. cli_smb2_get_ea_list_path() failed to close fi... | Jeremy Allison | 1 | -0/+4 |
2013-09-17 | s3-rpc_server: fix typo in DEBUG statement. | Günther Deschner | 1 | -1/+1 |
2013-09-17 | docs: point out side-effects of global "valid users" setting. | Günther Deschner | 1 | -0/+10 |
2013-09-17 | s3: libsmb : The short name length is only a one byte field. | Jeremy Allison | 1 | -1/+1 |
2013-09-17 | libcli/smb: fix non mendatory signing against some vendor SMB2 servers. | Stefan Metzmacher | 1 | -1/+10 |
2013-09-17 | libcli/smb: use SMB1 MID=0 for the initial Negprot | Stefan Metzmacher | 1 | -0/+8 |
2013-09-17 | Cleanup map return codes | Howard Chu | 1 | -18/+17 |
2013-09-17 | Fix OpenLDAP partition configs | Howard Chu | 2 | -3/+72 |
2013-09-17 | lib/ldb-samba/ldb_ildap: Also skip special base DNs | Andrew Bartlett | 1 | -0/+3 |
2013-09-17 | docs-xml: document SMB3_02 as available protocol for the client side | Stefan Metzmacher | 2 | -1/+4 |
2013-09-17 | s3:torture: add PROTOCOL_SMB3_02 handling | Stefan Metzmacher | 1 | -0/+3 |
2013-09-17 | lib/param: add PROTOCOL_SMB3_02 handling | Stefan Metzmacher | 1 | -0/+1 |
2013-09-17 | libcli/smb: negotiate SMB3_DIALECT_REVISION_302 if PROTOCOL_SMB3_02 is requested | Stefan Metzmacher | 1 | -0/+1 |
2013-09-17 | libcli/smb: add PROTOCOL_SMB3_02 | Stefan Metzmacher | 1 | -2/+3 |
2013-09-17 | libcli/smb: add SMB3_DIALECT_REVISION_302 | Stefan Metzmacher | 1 | -0/+1 |
2013-09-17 | dsdb: Use credentials.get_forced_sasl_mech() | Andrew Bartlett | 2 | -0/+3 |
2013-09-16 | auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech() | Andrew Bartlett | 5 | -0/+60 |
2013-09-16 | samba-tool domain provision: Make ldap_backend_startup.sh +x and take optiona... | Andrew Bartlett | 1 | -2/+5 |
2013-09-16 | samba-tool domain join: Set server role correctly to "active directory domain... | Andrew Bartlett | 1 | -2/+2 |
2013-09-16 | s4-rpc_server/drsuapi: Print ldb error showing why we failed to perform the a... | Andrew Bartlett | 1 | -1/+1 |
2013-09-16 | samba-tool domian join: Only print adminpass warning on subdomain creation | Andrew Bartlett | 1 | -0/+3 |
2013-09-16 | samba-tool domain join: Add --quite and --verbose | Andrew Bartlett | 2 | -45/+63 |
2013-09-16 | dsdb: Use dsdb_next_callback() rather than a no-op per-module callback | Andrew Bartlett | 1 | -38/+16 |
2013-09-16 | join.py: Restore support for joining as a subdomain | Andrew Bartlett | 2 | -7/+16 |
2013-09-16 | dsdb: Add DSDB_SEARCH_ONE_ONLY support to dsdb_module_search*() | Andrew Bartlett | 1 | -0/+13 |
2013-09-16 | join.py: Handle more error cases with useful exceptions | Andrew Bartlett | 1 | -1/+9 |
2013-09-16 | samba-tool domain join subdomain: Set "reveal_internals:0" control so we can ... | Andrew Bartlett | 1 | -1/+1 |
2013-09-16 | ldb: Show the type of failing operation in default error message | Andrew Bartlett | 1 | -1/+26 |
2013-09-16 | join.py: Show which database we failed to find the DN on (clarify local v rem... | Andrew Bartlett | 1 | -1/+1 |
2013-09-16 | join.py: Handle exceptions when looking for GUID in a DN | Andrew Bartlett | 1 | -1/+5 |
2013-09-12 | tdb: Fix some typos in comments. | Björn Jacke | 2 | -5/+5 |
2013-09-12 | docs: Fix typos. | Karolin Seeger | 1 | -3/+3 |
2013-09-12 | smbd: Properly protect against invalid lock data | Volker Lendecke | 1 | -0/+6 |