Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-09-11 | Fix is_legal_name() to not emit character conversion error messages. | Jeremy Allison | 1 | -12/+8 |
2013-09-12 | selftest: change to src dir for panic backtrace | David Disseldorp | 1 | -1/+1 |
2013-09-11 | dsdb: When using an LDAP backend, force use of the password from secrets.ldb | Andrew Bartlett | 1 | -0/+99 |
2013-09-11 | smbd: Convert br_lck->lock_data to talloc | Volker Lendecke | 1 | -26/+29 |
2013-09-11 | smbd: Move "struct byte_range_lock" definition to brlock.c | Volker Lendecke | 2 | -9/+11 |
2013-09-11 | smbd: Add brl_fsp access function | Volker Lendecke | 4 | -6/+15 |
2013-09-11 | smbd: Add brl_num_locks access function | Volker Lendecke | 4 | -2/+9 |
2013-09-11 | smbd: Use ZERO_STRUCT instead of memset | Volker Lendecke | 1 | -1/+1 |
2013-09-11 | smbd: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2013-09-11 | smbd: Make brl_lock_failed static | Volker Lendecke | 2 | -2/+3 |
2013-09-11 | smbd: Make brl_same_context static | Volker Lendecke | 2 | -3/+1 |
2013-09-11 | smbd: Fix blank line endings | Volker Lendecke | 3 | -31/+31 |
2013-09-11 | Raise the level of a debug. | Korobkin | 1 | -1/+1 |
2013-09-11 | docs: document "acl allow execute always" | Michael Adam | 1 | -0/+26 |
2013-09-10 | s3:smbd: ease file server upgrades from 3.6 and earlier with "acl allow execu... | Michael Adam | 1 | -1/+15 |
2013-09-10 | loadparm: add new parameter "acl allow execute always" | Michael Adam | 4 | -0/+13 |
2013-09-10 | s3:smb2_find: Return that timestamps do not exist as directories | Christof Schmitt | 3 | -3/+16 |
2013-09-10 | lib: serverid.h needs "struct db_record" declaration | Volker Lendecke | 1 | -0/+1 |
2013-09-10 | s3: rpc_server/srvsvc: use find_sessions() in NetSessDel | Shekhar Amlekar | 1 | -17/+14 |
2013-09-10 | s3:smbd/session: Added a routine find_sessions() | Shekhar Amlekar | 2 | -0/+30 |
2013-09-10 | s3:smbd/session: add filters to gather_sessioninfo() | Shekhar Amlekar | 1 | -0/+19 |
2013-09-10 | doc: Update documentation of pam_winbind krb5 support. | Andreas Schneider | 1 | -9/+17 |
2013-09-10 | s3-winbind: Add support for the kernel krb5 keyring buffer. | Andreas Schneider | 1 | -0/+4 |
2013-09-10 | s3-winbind: Don't set a default directory for DIR. | Andreas Schneider | 1 | -4/+0 |
2013-09-10 | ldb: Do not build libldb-cmdline when using system ldb. | Jeroen Dekkers | 3 | -6/+5 |
2013-09-09 | gencache: Avoid a duplicate call to string_term_tdb_data | Volker Lendecke | 1 | -4/+2 |
2013-09-08 | tevent: Use talloc_pooled_object for tevent_req_create | Volker Lendecke | 1 | -1/+4 |
2013-09-08 | smbd: Use talloc_pooled_object in cp_smb_filename | Volker Lendecke | 1 | -16/+32 |