Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-18 | s4-gensec Don't steal the auth_context, reference it. | Andrew Bartlett | 2 | -6/+17 | |
We don't want to steal this pointer away from the caller if it's been set up from python. Andrew Bartlett | |||||
2011-01-18 | pidl:wscript: don't warn about pidl gammar file changes for now | Stefan Metzmacher | 1 | -2/+4 | |
We may add some logic that uses git diff HEAD to detect this changes in developer mode later again. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 18 08:10:06 CET 2011 on sn-devel-104 | |||||
2011-01-18 | s4-ldb_ldif: Take into account LDB_FLG_SHOW_BINARY | Kamen Mazdrashki | 1 | -1/+4 | |
when user requires binary data to be displayed using samba user-friendly ldif handlers Found using following test search: bin/ldbsearch -H st/dc/private/sam.ldb -b "CN=Deleted Objects,DC=samba,DC=example,DC=com" \ "(objectGUID=97b52eac-6d89-434d-b935-1e5f2e086ffc)" replPropertyMetaData --show-deleted --show-binary Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Tue Jan 18 00:40:01 CET 2011 on sn-devel-104 | |||||
2011-01-18 | s4-ldb_ldif: Don't check for LDB_FLG_SHOW_BINARY in ldb_should_b64_encode | Kamen Mazdrashki | 1 | -4/+0 | |
LDB_FLG_SHOW_BINARY is data representation flag and should not modify behavior of data checking functions. This lead to a bug in lib/ldb/ldb_tdb/ldb_index.c as ltdb_index_key() function relies on ldb_should_b64_encode function to determine how to process index keys. Found using following test search: bin/ldbsearch -H st/dc/private/sam.ldb -b "CN=Deleted Objects,DC=samba,DC=example,DC=com" \ "(objectGUID=97b52eac-6d89-434d-b935-1e5f2e086ffc)" replPropertyMetaData --show-deleted --show-binary | |||||
2011-01-17 | s4-provision: Fixed owner/group for hard-coded Sites descriptor. | Nadezhda Ivanova | 1 | -3/+1 | |
We must not specify explicitly owner and group. As there is a difference between WIN_2003 and WIN_2008, we should let descriptor module compute the correct default ones. Also removed inherited ACEs, they are ignored during SD creation anyway. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Mon Jan 17 18:23:24 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s4-tools: Fixed a bug in ldapcmp - DACL was not retrieved correctly if the ↵ | Nadezhda Ivanova | 1 | -1/+4 | |
object had no SACL. --Pair-Programmed-With: Zahari Zahariev | |||||
2011-01-17 | s3-rpc_client: Fixed status check of dcerpc_lsa_lookup_sids_noalloc. | Andreas Schneider | 1 | -1/+1 | |
Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Mon Jan 17 17:35:50 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s3-rpc_client: Fixed return values of dcerpc_lsa_lookup_sids_generic. | Andreas Schneider | 1 | -4/+4 | |
2011-01-17 | s3-auth: Fixed account lockout check. | Andreas Schneider | 1 | -1/+1 | |
2011-01-17 | s3: Make sure we call wbcAuthenticateUserEx correctly | Volker Lendecke | 2 | -8/+29 | |
There are cases where we fill in params.password.response.lm_data with non-NULL where params.password.response.lm_length is 0. wbcAuthenticateUserEx does not like that. I haven't been able to reproduce this with smbclient yet, I've seen it with a proprietary smb client implementation. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jan 17 16:30:11 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s4-tools: Added a --sort-aces option to ldapcmp | Nadezhda Ivanova | 1 | -6/+12 | |
This option sorts the ACE lists during SD comparison in collision view to make it easier to determine of a difference is only in ACE order, and if not, where do differences start. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Mon Jan 17 14:09:09 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s3:build: don't use librpc/gen_ndr/cli_echo.[ch] anymore | Stefan Metzmacher | 2 | -8/+3 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jan 17 09:34:12 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s3:torture: use dcerpc_echo_X() functions | Stefan Metzmacher | 1 | -4/+6 | |
metze | |||||
2011-01-17 | s3:rpcclient: use dcerpc_echo_X() functions | Stefan Metzmacher | 1 | -30/+37 | |
metze | |||||
2011-01-17 | s3: Avoid a few calls to cli_errstr | Volker Lendecke | 2 | -9/+13 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jan 17 08:47:25 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s3: Remove some unused code | Volker Lendecke | 2 | -107/+0 | |
2011-01-17 | s3: Convert cli_lock64 to cli_smb | Volker Lendecke | 1 | -34/+24 | |
2011-01-17 | s3: Convert cli_lock to use cli_locktype | Volker Lendecke | 1 | -46/+7 | |
2011-01-17 | s3: Convert cli_locktype to cli_smb | Volker Lendecke | 1 | -32/+22 | |
2011-01-17 | s3: Make passing up "result_parent" from cli_smb optional | Volker Lendecke | 2 | -3/+2 | |
2011-01-17 | s3: Remove unused cli_send_keepalive | Volker Lendecke | 2 | -20/+0 | |
2011-01-17 | s3: Remove unused cli_send/receive_trans | Volker Lendecke | 2 | -340/+0 | |
2011-01-17 | s3: Convert try_trans2 to cli_trans | Volker Lendecke | 1 | -28/+28 | |
2011-01-17 | s3: Convert cli_api to cli_trans | Volker Lendecke | 1 | -11/+48 | |
2011-01-17 | s3: Make cli_setpathinfo_basic use cli_setpathinfo | Volker Lendecke | 3 | -77/+20 | |
2011-01-17 | s3: Add cli_setpathinfo | Volker Lendecke | 2 | -0/+40 | |
2011-01-17 | s3: Rename cli_setpathinfo->cli_setpathinfo_basic | Volker Lendecke | 3 | -18/+18 | |
2011-01-17 | s3: Remove unused cli_send/receive_nt_trans | Volker Lendecke | 2 | -350/+0 | |
2011-01-17 | s3: Convert try_nttrans to cli_trans | Volker Lendecke | 1 | -26/+25 | |
2011-01-17 | s3: Move dump_ntquota* to smbcquotas.c | Volker Lendecke | 3 | -77/+99 | |
2011-01-17 | s3: Convert cli_set_fs_quota_info to cli_trans | Volker Lendecke | 3 | -37/+31 | |
2011-01-17 | s3: Convert cli_get_fs_quota_info to cli_trans | Volker Lendecke | 3 | -47/+49 | |
2011-01-17 | s3: Convert cli_list_user_quota to cli_trans | Volker Lendecke | 3 | -64/+54 | |
2011-01-17 | s3: Convert cli_set_user_quota to cli_trans | Volker Lendecke | 3 | -38/+30 | |
2011-01-17 | s3: Convert cli_get_user_quota to cli_trans | Volker Lendecke | 3 | -52/+54 | |
2011-01-17 | s3: Fix some nonempty blank lines | Volker Lendecke | 4 | -14/+12 | |
2011-01-17 | s3: Fix a C++ warning | Volker Lendecke | 1 | -1/+1 | |
2011-01-17 | s3: Remove cli_send_trans from cli_qpathinfo_alt_name | Volker Lendecke | 1 | -51/+25 | |
2011-01-17 | s3: Remove cli_send_trans from cli_oem_change_password | Volker Lendecke | 1 | -15/+5 | |
2011-01-17 | ldb: new ABI sigs file | Andrew Tridgell | 1 | -0/+248 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Jan 17 06:09:23 CET 2011 on sn-devel-104 | |||||
2011-01-17 | s4-dsdb: replaced the calls to ldb_search() in dsdb modules with ↵ | Andrew Tridgell | 4 | -26/+32 | |
dsdb_module_search() this ensures we follow the module stack, and set the parent on child requests | |||||
2011-01-17 | s4-dsdb: pass parent request to dsdb_module_*() functions | Andrew Tridgell | 25 | -235/+335 | |
this preserves the request hierarchy for dsdb_module_*() calls inside dsdb ldb modules Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-17 | ldb: added ldb_req_mark_trusted() | Andrew Tridgell | 3 | -1/+14 | |
this is used to mark a ldb child request trusted, if the caller has validated all inputs. This will be used when creating new child requests with trusted inputs. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-17 | ldb: inherit parent flags on child requests in modules | Matthias Dieter Wallnöfer | 1 | -0/+11 | |
2011-01-17 | web_server: Display trivial placeholder page if SWAT could not be found. | Jelmer Vernooij | 1 | -6/+19 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 17 01:27:10 CET 2011 on sn-devel-104 | |||||
2011-01-17 | web_server: Fix initialization. | Jelmer Vernooij | 1 | -3/+6 | |
2011-01-17 | web_server: Avoid references to swat. Load samba.web_server instead. | Jelmer Vernooij | 2 | -8/+11 | |
2011-01-17 | param: Load web service by default. | Jelmer Vernooij | 1 | -1/+1 | |
2011-01-15 | s4:dsdb_find_nc_root - fix it up to let the provisioning work correctly | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
Use the temporary list unless we have at least the three main "namingContexts" from the rootDSE available (Default, Configuration, Schema - these are mandatory on all AD deployments!). This bug has been discovered by Nadya in relation with her SD work. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Jan 15 19:01:11 CET 2011 on sn-devel-104 | |||||
2011-01-15 | s4:auth/ntlm/auth_sam.c - fix call to "get_server_info_principal" | Matthias Dieter Wallnöfer | 1 | -7/+7 | |
This should obviously point to the wrapper not the call itself. Found out by Tru64 host build warning. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Jan 15 18:05:59 CET 2011 on sn-devel-104 |