summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | python: Give precedence to Samba's syspath over the already set system one.Jelmer Vernooij2008-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit f3ebaf0a0c0b881da28063c69bb6306f6aa1c774)
| | * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-01-254-14/+37
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/scripting/python/samba/provision.py (This used to be commit 64babbec22f165e34799d36ff4b76806d9fead50)
| | | * | | pidl/Samba4::Header: fix typedefs of unions and structs without elementsStefan Metzmacher2008-01-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 3131847cb67dadd8ee6fcbca5055927b8ba8a219)
| | | * | | configure.ac: we should use AC_CONFIG_FILES() in order to use AC_OUTPUT only ↵Stefan Metzmacher2008-01-251-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | once metze (This used to be commit bcaba3cb725e1cbbe164132179a0849c7b546a73)
| | | * | | configure.ac: we should only create ldb.pc when use the internal ldbStefan Metzmacher2008-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 2c75bd5009020171e31b56ab3d8d6a86f19f3b49)
| | | * | | repl_meta_data: add some TODOs to replmd_modify_originating()Stefan Metzmacher2008-01-251-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit ba495f9d19e7c7cfc9135a5d40e1050dd8f9ebc6)
| | | * | | Tidy up the last regresesions on the python smbscript, from my workAndrew Bartlett2008-01-251-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Jelmer today. The only remaining issue is that for the build farm, we will need to manually specify the users and groups from the NSS_WRAPPPER, as python isn't compiled with this. Andrew Bartlett (This used to be commit 5370484d25b8c7a5bde730d9be36ecbbb0aaf315)
| | * | | | python/provision: Reload secrets when necessary, fix unix names in mappings.Jelmer Vernooij2008-01-251-7/+9
| | |/ / / | | | | | | | | | | | | | | | | | | | | Pair programmed with Andrew. (This used to be commit 04fe8c8aefae8da8966954d0654c37adf2d0361d)
| | * | | python: Fix representation of UUIDs as strings in zone files rather than ↵Jelmer Vernooij2008-01-255-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | binary blobs, fix escaping of LDAP URL's in PHP LDAP admin configuration. Pair-programmed with Andrew, but git doesn't appear to support multiple --author arguments. :-( (This used to be commit dff54ff043563f93b86361039c46e662045f62cc)
| | * | | ldb/python: Add bindings for schema functions.Jelmer Vernooij2008-01-253-33/+393
| | | | | | | | | | | | | | | | | | | | (This used to be commit 9f6ea4692ca79c607538871c597698b98abf13d0)
| | * | | python/provision: Create private dir if it didn't exist yet.Jelmer Vernooij2008-01-251-6/+8
| | | | | | | | | | | | | | | | | | | | (This used to be commit 66df250ff355d3c1b7f0252fc1f95a8c79a28c6d)
| | * | | python: Add test for secretsdb_become_dcJelmer Vernooij2008-01-251-3/+18
| | | | | | | | | | | | | | | | | | | | (This used to be commit 9173c678efb6f74dbec64298bcb00952feff2ed7)
| | * | | python: fix tests for check_all_substituted.Jelmer Vernooij2008-01-251-2/+2
| | | | | | | | | | | | | | | | | | | | (This used to be commit 859cffed9d3a62f9f7610d74472aa3c0d1979a35)
| | * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-01-253-37/+41
| | |\ \ \ | | | | | | | | | | | | | | | | | | (This used to be commit d35d4f983d1eb7450cd9f92a5217c14ec073396f)
| | * | | | python/provision: Reconcile code partitions-only provisioning and generic ↵Jelmer Vernooij2008-01-256-254/+317
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | provisioning, some other minor refactoring of the provisioning. Pair-programmed by Andrew and me using obby :-) (This used to be commit 688adcbb635af87fcfedb869b7f1857a947fd2f9)
| | * | | | python: Make SamDB.set_ntds_invocation_id take a string.Jelmer Vernooij2008-01-253-48/+65
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 59bb26772f089cf4d8727c12230cfef8126762b1)
| | * | | | python: Add function to look for unsubsituted variables.Jelmer Vernooij2008-01-242-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit e726ce5bc515ae8d10b472396e228cfd35737476)
| | * | | | python: Add bindings for SamDB.set_invocation_id().Jelmer Vernooij2008-01-244-29/+82
| | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit c09efa7b778f9cb29032a6abfd914fcaae8df163)
| | * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-01-2411-85/+92
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | (This used to be commit d4d4120b715dc37b708b1c6074eab4f5c23d6b8f)
| | * | | | | Python: add some docstrings.Jelmer Vernooij2008-01-241-5/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 1de69a772e1cc007220add1f51bffe83784c3344)
| | * | | | | python: Support --no-pass.Jelmer Vernooij2008-01-241-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit a90f3e8c420bec7fd7a39e0d5e2df6b32aedcdd5)
| | * | | | | python: Add bindings for cli_credentials_set_cmdline_callbacks().Jelmer Vernooij2008-01-245-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 557207f86ba901262e76704df5c51888b2737ddf)
| * | | | | | added latency reportingAndrew Tridgell2008-01-251-6/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit f0ffbb8e19c1085bf54d226f62c667868e14f62e)
| * | | | | | this is in secondsAndrew Tridgell2008-01-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 019dd9a3d7d9af8ab71a10802c728f5ab5cf781d)
| * | | | | | more useful outputAndrew Tridgell2008-01-251-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 033cab6546d943089eefc298b335db03c1d0ebb6)
| * | | | | | added a offline file torture test BASE-OFFLINEAndrew Tridgell2008-01-253-1/+458
| | |_|/ / / | |/| | | | | | | | | | | | | | | | (This used to be commit d4b26fb2a38aa5b0ed2b6083641b9d8306af8c58)
| * | | | | Fix netlogon rpc-server build.Günther Deschner2008-01-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 31980e03faedaa44317f64d940c458d38a103627)
| * | | | | Add IDL for netr_LogonGetTrustRid.Günther Deschner2008-01-241-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit d0893014ab02f4a628bc05135e7afedd11427116)
| * | | | | Rename samr_*AccessMask bitfields to start with SAMR_.Günther Deschner2008-01-241-32/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 70773be51a568dfc793111044cef93baa343d715)
| * | | | | Revert "Add pidl --samba3-libnetapi option."Günther Deschner2008-01-242-265/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit fe299e0336fcff780ef69a6b4f56cd1e0d0c50a8. (This used to be commit e22f042c6f3d535644e5a21f4175a10e5d74359f)
| * | | | | Add pidl --samba3-libnetapi option.Günther Deschner2008-01-242-0/+265
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Guenther (This used to be commit fe299e0336fcff780ef69a6b4f56cd1e0d0c50a8)
| * | | | pidl: get rid of stupid ';' char to terminate bitmap definesStefan Metzmacher2008-01-241-23/+22
| | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit dd77fc45eee2dde7bdd31a2e39387e94cec158aa)
| * | | | pidl/Samba4::Header: we don't need to check if (defined($enum->{ELEMENTS})) ↵Stefan Metzmacher2008-01-241-20/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | twice metze (This used to be commit c1ac13ee12d6d7e41b3700f207c9a8811bb05cd4)
| * | | | netlogon.idl: add some MSV1_0_ values from samba3 and use a bitmap32Stefan Metzmacher2008-01-241-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 7222edb9cde5cdeb9d065e890775a7254b26648f)
| * | | | netlogon.idl: make use of bitmap samr_GroupAttrsStefan Metzmacher2008-01-242-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | metze (This used to be commit 6d68161e676d381600c77c3f862bd7e013968724)
| * | | | netlogon.idl: remove unused netr_GroupsMembership structureStefan Metzmacher2008-01-241-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have samr_RidWithAttribute and use that in all cases. metze (This used to be commit 3c5bae2249d01213ff4bd7df2b4e3ac04da4a52d)
| * | | | Ensure we set subobj.BACKEND_MOD for the 'partitions only' case.Andrew Bartlett2008-01-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit be5eb2da241452ccc0526f4f115aa44c0793c351)
| * | | | Make the repl_meta_data module the default for domain controllers.Andrew Bartlett2008-01-244-16/+31
| | | | | | | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit ae2ea1bd0cd2b326b09b372428969f2cf52ce519)
| * | | | Use the repl_meta_data module by default.Andrew Bartlett2008-01-242-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This means that, except when we back onto LDAP, when it will be replaced with the mapping backend, we will keep this codepath tested. Andrew Bartlett (This used to be commit e8fb5da5a18c1c3bd788b1ab3f814ffb847b00fd)
| * | | | Kill another sub that the modules will handle for us.Andrew Bartlett2008-01-243-7/+0
| | | | | | | | | | | | | | | | | | | | (This used to be commit e9bb130d63e86fafc4cbf379e2e237354b88bcf8)
| * | | | Remove useless subs from the ejs provisionAndrew Bartlett2008-01-242-9/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The less things we manually place into the templates, the easier the conversion to python will be. Andrew Bartlett (This used to be commit f65e5c164476b80468aa19452b108db17c642f8b)
| * | | Default to creating anonymous credentials.Jelmer Vernooij2008-01-232-2/+2
| | | | | | | | | | | | | | | | (This used to be commit f93bd899f1402a9d89f55d5dca67318a60f5a72b)
| * | | python: Add convenience function for getting command line loadparm contextJelmer Vernooij2008-01-236-22/+35
| | | | | | | | | | | | | | | | | | | | and default to using system smb.conf. (This used to be commit b3afde0f00ab5093b577b139a062c233d4db2524)
| * | | Add bindings for lp_load_default().Jelmer Vernooij2008-01-234-0/+35
| | | | | | | | | | | | | | | | (This used to be commit ffd793bbde636366855462f980f1f7d0e25afaab)
| * | | Get more information from ldb when reporting a failed replication.Andrew Bartlett2008-01-231-2/+2
| | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 948ee9b7acd90b994bb9d9f7c1813a8eca430e4f)
| * | | Fix DRSUAPI replication test - NET-API-BECOME-DC.Andrew Bartlett2008-01-232-145/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The main change here is to work with the current module stack, replacing only the objectGUID module, rather than a number of modules. However, two changes were key: - Fixing a typo search_req->handle -> change_req->handle - Allowing an error of NO_SUCH_OBJECT - it is quite valid for the object not to exist when being replicated in. Other small changes were required to the ejs provision to match changes in that code. Andrew Bartlett (This used to be commit 7b87a58502a052de391f4e1c56ac78a8d35b4e34)
| * | | Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett2008-01-232-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (I presume this has resulted from the global variable elimination) Perhaps the iconv handle argument to ndr_push_struct needs to be marked as 'not NULL' or similar? Andrew Bartlett (This used to be commit e8081333b8d43d96974c9e06a26aaa25dd34da56)
| * | | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-01-2333-1141/+166
| |\ \ \ | | | | | | | | | | | | | | | (This used to be commit f82eec69f1846aa46e4afe595d956cfd2256c335)
| | * | | Added PFIF notice to Samba 4.0 treeAndrew Tridgell2008-01-231-0/+7
| | | | | | | | | | | | | | | | | | | | (This used to be commit df2664ac94efbc2eee4d8a24a793e5f1e77b2d88)
| | * | | build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-2213-24/+8
| | | | | | | | | | | | | | | | | | | | (This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20)