Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-21 | s4:WINREG RPC - specify the performed create action for "CreateKey" | Matthias Dieter Wallnöfer | 1 | -1/+10 | |
To make the WINREG RPC testsuite happy. | |||||
2010-03-21 | s4:registry - handle type "DWORD_BIG_ENDIAN" as type "DWORD" | Matthias Dieter Wallnöfer | 3 | -16/+5 | |
Further tests show that (at least per default) there aren't any differences between them. | |||||
2010-03-21 | s4:torture WINREG - enhance test for "QWORD" type | Matthias Dieter Wallnöfer | 1 | -0/+5 | |
We need to know how this behaves. | |||||
2010-03-21 | s4:torture WINREG - enhance test for "DWORD_BIG_ENDIAN" type | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
We need to know how this behaves. | |||||
2010-03-21 | s4:registry - "LDB backend" - fix up memory allocation for dynamic integers | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
We don't need to reserve memory for NULL termination when storing data as integers. | |||||
2010-03-21 | s4:registry - "LDB backend" - Fix up the storage of binary ↵ | Matthias Dieter Wallnöfer | 1 | -11/+12 | |
REG_SZ/REG_EXPAND_SZ values There seem to exist also UTF16 sequences which have byte sizes of a multiple of two but are invalid (gd's winreg test shows this). | |||||
2010-03-21 | s3: Open winbindd_cache.tdb with read/write access. | Bo Yang | 1 | -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> | |||||
2010-03-20 | s3: Fix bug 7202 | Volker Lendecke | 1 | -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 | |||||
2010-03-20 | build: useful shell vars for setting up selftest | Andrew Tridgell | 1 | -0/+9 | |
2010-03-20 | subunit: fixed reporting of unexpected failures | Andrew Tridgell | 1 | -7/+10 | |
2010-03-20 | subunit: keep total error and failure counts | Andrew Tridgell | 1 | -0/+8 | |
2010-03-20 | s4-selftest: skip RPC-DFS for s4 entirely. | Günther Deschner | 2 | -1/+1 | |
Guenther | |||||
2010-03-19 | s4-smbtorture: rework RPC-DFS test a bit. | Günther Deschner | 2 | -211/+196 | |
Guenther | |||||
2010-03-19 | s3-selftest: use proper names for samba3 dcerpc tests. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-03-19 | s4-smbtorture: put all RPC-SAMB3-X torture tests into their own torture_suite. | Günther Deschner | 2 | -29/+36 | |
Guenther | |||||
2010-03-19 | s4:librpc/rpc: add NCACN_INTERNAL from s3 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-03-19 | s3:librpc: remove unused stuff | Stefan Metzmacher | 4 | -229/+0 | |
metze | |||||
2010-03-19 | s3-selftest: enable RAP calls testsuite against samba3. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2010-03-19 | s4-smbtorture: skip RAP netservergetinfo level 1 test against s3. | Günther Deschner | 1 | -2/+11 | |
Guenther | |||||
2010-03-19 | s3-selftest: rearrange uid/gid calculation to achieve correct membership. | Günther Deschner | 1 | -21/+25 | |
(make test variant) Guenther | |||||
2010-03-19 | s3-selftest: rearrange uid/gid calculation to achieve correct membership. | Günther Deschner | 1 | -25/+33 | |
Guenther | |||||
2010-03-19 | nss_wrapper.pl: allow to specify gid for new users. | Günther Deschner | 1 | -21/+24 | |
Guenther | |||||
2010-03-19 | error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo. | Günther Deschner | 3 | -3/+3 | |
Metze, please check. Guenther | |||||
2010-03-19 | s4-smbtorture: use torture_context in policy function in RPC-LSA-LOOKUP test. | Günther Deschner | 1 | -15/+17 | |
Guenther | |||||
2010-03-18 | s3:libsmb/nterr.c: fix/add NT_STATUS_RPC_* codes | Stefan Metzmacher | 1 | -4/+9 | |
metze | |||||
2010-03-18 | s3-selftest: fix Samba3.pm provisioning after uid/gid changes. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2010-03-18 | s3-selftest: make sure we do not have duplicate uids/gids in nsswrapper. | Günther Deschner | 1 | -5/+33 | |
Also make sure we only add root user when needed, Jeremy please check. Guenther | |||||
2010-03-18 | s3-selftest: make sure we do not have duplicate uids/gids in nsswrapper. | Günther Deschner | 1 | -15/+31 | |
Guenther | |||||
2010-03-18 | libcli/util: add more NT_STATUS_RPC_* defines | Stefan Metzmacher | 2 | -4/+19 | |
metze | |||||
2010-03-18 | pidl:Samba4/Python: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-03-18 | s4:librpc/rpc: let pyrpc make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 3 | -4/+7 | |
metze | |||||
2010-03-18 | pidl:Samba4/Python: remove compiler warnings | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-03-18 | pidl:Samba4/Python: remove compiler warnings when using -Wc++ | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-03-18 | s4:utils/net/drs: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 5 | -5/+8 | |
metze | |||||
2010-03-18 | s4:torture/rpc/browser.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -8/+9 | |
metze | |||||
2010-03-18 | s4:torture/rpc/ntsvcs.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -9/+13 | |
metze | |||||
2010-03-18 | s4:torture/rpc/frsapi.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -18/+22 | |
metze | |||||
2010-03-18 | s4:torture/rpc/handles.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -36/+53 | |
metze | |||||
2010-03-18 | s4:torture/rpc/handles: check the correct last_fault_code | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2010-03-18 | s4:dsdb Move rdn_name down the stack | Andrew Bartlett | 1 | -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 | |||||
2010-03-18 | s3-printing: Fix "printer admin" functionality. | Jeremy Allison | 1 | -1/+1 | |
Fix bug #7255 ("printer admin" parameter does not work as expected). | |||||
2010-03-18 | charset: fixed a problem with the global use of the iconv_convenience structure | Andrew Tridgell | 9 | -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. | |||||
2010-03-18 | Fixed --ol-mmr-url helpline | Oliver Liebel | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-03-18 | Fixed OL-MMR make test | Oliver Liebel | 1 | -1/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-03-18 | Fixed MMR-URL-Split and changed RID-Range OpenLDAP ITS6394 | Oliver Liebel | 1 | -8/+10 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-03-17 | s4-smbtorture: fix typo in RPC-SAMR-PASSWORDS-LOCKOUT test. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-03-17 | s3-eventlog: fix elog_tdbname(), we were always lower-casing entire lockdir ↵ | Günther Deschner | 1 | -5/+19 | |
path... Found by RPC-EVENTLOG torture test. Guenther | |||||
2010-03-17 | s3-selftest: run RPC-EVENTLOG against s3. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-03-17 | s3-test: setup initial eventlog infrastructure. | Günther Deschner | 1 | -1/+6 | |
Guenther | |||||
2010-03-17 | s3-selftest: setup initial eventlog infrastructure. | Günther Deschner | 1 | -0/+13 | |
Guenther |