summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Open winbindd_cache.tdb with read/write access.Bo Yang2010-03-211-1/+1
| | | | | | | | Open winbindd_cache.tdb with read/write access when validate the cache, otherwise, validation fails to get lock in tdb_check. It results in validation failure even the cache is good. Signed-off-by: Bo Yang <boyang@samba.org>
* s3: Fix bug 7202Volker Lendecke2010-03-201-0/+5
| | | | | | | | Make sure _nss_wins_gethostbyname_r has a talloc stackframe available Thanks to Sergey Tereschenko <serg.partizan@gmail.com> for reporting the bug! Volker
* build: useful shell vars for setting up selftestAndrew Tridgell2010-03-201-0/+9
|
* subunit: fixed reporting of unexpected failuresAndrew Tridgell2010-03-201-7/+10
|
* subunit: keep total error and failure countsAndrew Tridgell2010-03-201-0/+8
|
* s4-selftest: skip RPC-DFS for s4 entirely.Günther Deschner2010-03-202-1/+1
| | | | Guenther
* s4-smbtorture: rework RPC-DFS test a bit.Günther Deschner2010-03-192-211/+196
| | | | Guenther
* s3-selftest: use proper names for samba3 dcerpc tests.Günther Deschner2010-03-191-2/+2
| | | | Guenther
* s4-smbtorture: put all RPC-SAMB3-X torture tests into their own torture_suite.Günther Deschner2010-03-192-29/+36
| | | | Guenther
* s4:librpc/rpc: add NCACN_INTERNAL from s3Stefan Metzmacher2010-03-191-1/+1
| | | | metze
* s3:librpc: remove unused stuffStefan Metzmacher2010-03-194-229/+0
| | | | metze
* s3-selftest: enable RAP calls testsuite against samba3.Günther Deschner2010-03-191-1/+3
| | | | Guenther
* s4-smbtorture: skip RAP netservergetinfo level 1 test against s3.Günther Deschner2010-03-191-2/+11
| | | | Guenther
* s3-selftest: rearrange uid/gid calculation to achieve correct membership.Günther Deschner2010-03-191-21/+25
| | | | | | (make test variant) Guenther
* s3-selftest: rearrange uid/gid calculation to achieve correct membership.Günther Deschner2010-03-191-25/+33
| | | | Guenther
* nss_wrapper.pl: allow to specify gid for new users.Günther Deschner2010-03-191-21/+24
| | | | Guenther
* error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo.Günther Deschner2010-03-193-3/+3
| | | | | | Metze, please check. Guenther
* s4-smbtorture: use torture_context in policy function in RPC-LSA-LOOKUP test.Günther Deschner2010-03-191-15/+17
| | | | Guenther
* s3:libsmb/nterr.c: fix/add NT_STATUS_RPC_* codesStefan Metzmacher2010-03-181-4/+9
| | | | metze
* s3-selftest: fix Samba3.pm provisioning after uid/gid changes.Günther Deschner2010-03-181-3/+3
| | | | Guenther
* s3-selftest: make sure we do not have duplicate uids/gids in nsswrapper.Günther Deschner2010-03-181-5/+33
| | | | | | Also make sure we only add root user when needed, Jeremy please check. Guenther
* s3-selftest: make sure we do not have duplicate uids/gids in nsswrapper.Günther Deschner2010-03-181-15/+31
| | | | Guenther
* libcli/util: add more NT_STATUS_RPC_* definesStefan Metzmacher2010-03-182-4/+19
| | | | metze
* pidl:Samba4/Python: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-2/+2
| | | | metze
* s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-183-4/+7
| | | | metze
* pidl:Samba4/Python: remove compiler warningsStefan Metzmacher2010-03-181-1/+1
| | | | metze
* pidl:Samba4/Python: remove compiler warnings when using -Wc++Stefan Metzmacher2010-03-181-1/+1
| | | | metze
* s4:utils/net/drs: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-185-5/+8
| | | | metze
* s4:torture/rpc/browser.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-8/+9
| | | | metze
* s4:torture/rpc/ntsvcs.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-9/+13
| | | | metze
* s4:torture/rpc/frsapi.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-18/+22
| | | | metze
* s4:torture/rpc/handles.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-181-36/+53
| | | | metze
* s4:torture/rpc/handles: check the correct last_fault_codeStefan Metzmacher2010-03-181-4/+4
| | | | metze
* s4:dsdb Move rdn_name down the stackAndrew Bartlett2010-03-181-1/+1
| | | | | | | | This is done so that it can be (in future) removed when the OpenLDAP backend is in use and the rdn_val module is used, while keeping as similar semantics as possible between the module stacks. Andrew Bartlett
* s3-printing: Fix "printer admin" functionality.Jeremy Allison2010-03-181-1/+1
| | | | Fix bug #7255 ("printer admin" parameter does not work as expected).
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-189-33/+69
| | | | | | | | | | | We had a crash bug where a cached copy of a iconv convenience pointer was used after being freed when loadparm asked for iconv to reload. This could happen if a python module used a iconv based function before loadparm was completed. The fix is to ensure that any use of this pointer remains valid, by reusing the pointer itself when it has already been initialised, but filling in the child elements with the updated values.
* Fixed --ol-mmr-url helplineOliver Liebel2010-03-181-1/+1
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Fixed OL-MMR make testOliver Liebel2010-03-181-1/+1
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* Fixed MMR-URL-Split and changed RID-Range OpenLDAP ITS6394Oliver Liebel2010-03-181-8/+10
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-smbtorture: fix typo in RPC-SAMR-PASSWORDS-LOCKOUT test.Günther Deschner2010-03-171-1/+1
| | | | Guenther
* s3-eventlog: fix elog_tdbname(), we were always lower-casing entire lockdir ↵Günther Deschner2010-03-171-5/+19
| | | | | | | | path... Found by RPC-EVENTLOG torture test. Guenther
* s3-selftest: run RPC-EVENTLOG against s3.Günther Deschner2010-03-171-1/+1
| | | | Guenther
* s3-test: setup initial eventlog infrastructure.Günther Deschner2010-03-171-1/+6
| | | | Guenther
* s3-selftest: setup initial eventlog infrastructure.Günther Deschner2010-03-171-0/+13
| | | | Guenther
* s4-smbtorture: skip BackupLog test against samba in RPC-EVENTLOG.Günther Deschner2010-03-171-0/+4
| | | | Guenther
* s4:torture/rpc/samba3rpc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-71/+125
| | | | metze
* s4:torture/rpc/samsync.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-30/+38
| | | | metze
* s4:torture/rpc/samr_accessmask.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-71/+81
| | | | metze
* s4:torture/rpc/dssetup.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-1/+2
| | | | metze
* s4:torture/rpc/bench.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-171-1/+2
| | | | metze