Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2010-03-17 | s4-smbtorture: skip BackupLog test against samba in RPC-EVENTLOG. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-03-17 | s4:torture/rpc/samba3rpc.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -71/+125 | |
metze | |||||
2010-03-17 | s4:torture/rpc/samsync.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -30/+38 | |
metze | |||||
2010-03-17 | s4:torture/rpc/samr_accessmask.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -71/+81 | |
metze | |||||
2010-03-17 | s4:torture/rpc/dssetup.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-03-17 | s4:torture/rpc/bench.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-03-17 | s4:torture/rpc/samlogon.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -7/+15 | |
metze | |||||
2010-03-17 | s4:torture/rpc/netlogon.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -61/+99 | |
metze | |||||
2010-03-17 | s4:torture/rpc/schannel.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -9/+12 | |
metze | |||||
2010-03-17 | s4:torture/rpc/testjoin.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -14/+17 | |
metze | |||||
2010-03-17 | s4:torture/rpc/samr.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 2 | -431/+515 | |
metze | |||||
2010-03-17 | s4:librpc/rpc: initialize p->binding_handle in dcerpc_secondary_context() | Stefan Metzmacher | 1 | -0/+7 | |
metze | |||||
2010-03-17 | s4-smbtorture: workaround broken REG_MULTI_SZ from winreg in s3 | Günther Deschner | 1 | -0/+7 | |
during SetPrinterDataEx SPOOLSS test. Guenther | |||||
2010-03-17 | s4-smbtorture: workaround the fact that you cannot fully rename a printer in ↵ | Günther Deschner | 1 | -3/+8 | |
samba. Guenther | |||||
2010-03-17 | s4-smbtorture: only use "friendly" data in extended SetPrinterDataEx test. | Günther Deschner | 1 | -1/+18 | |
Passes against windows but not against samba yet :-( Guenther | |||||
2010-03-17 | s4-smbtorture: skip security descriptor tests against Samba in RPC-WINREG. | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2010-03-17 | s4-smbtorture: re-arrange tests in RPC-WINREG. | Günther Deschner | 1 | -155/+145 | |
Mostly choping test_Open() into smaller parts. Guenther | |||||
2010-03-17 | s4-smbtorture: add test to check different keytypes. | Günther Deschner | 1 | -0/+153 | |
This test will be skipped for samba. Guenther | |||||
2010-03-17 | s4-smbtorture: add test_DeleteKey_opts to RPC-WINREG. | Günther Deschner | 1 | -8/+18 | |
Guenther | |||||
2010-03-17 | s4-smbtorture: add test_OpenKey_opts() to RPC-WINREG. | Günther Deschner | 1 | -47/+55 | |
Guenther | |||||
2010-03-17 | s4-smbtorture: add test_CreateKey_opts() to RPC-WINREG test. | Günther Deschner | 1 | -9/+35 | |
Guenther | |||||
2010-03-17 | s4-smbtorture: put HKLM current_version test into an own function. | Günther Deschner | 1 | -18/+33 | |
Guenther | |||||
2010-03-17 | s4-smbtorture: use binding handle for simple SetValue winreg test. | Günther Deschner | 1 | -3/+2 | |
Guenther | |||||
2010-03-17 | s4:torture/rpc/lsa*: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 5 | -236/+252 | |
metze | |||||
2010-03-17 | s4:torture/rpc/remote_pac.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -5/+6 | |
metze | |||||
2010-03-16 | s3-vfs: fix some buildwarnings in traffic analyzer, there are many more. | Günther Deschner | 1 | -9/+11 | |
Holger, please check. Guenther | |||||
2010-03-16 | s3: Make login_cache_write take a pointer | Volker Lendecke | 3 | -8/+10 | |
2010-03-16 | s3: Make login_cache_read take a pointer, avoid a malloc | Volker Lendecke | 3 | -25/+17 | |
2010-03-16 | s3: Remove a typedef | Volker Lendecke | 4 | -10/+11 | |
2010-03-16 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -7/+7 | |
2010-03-16 | s3: fix buildwarning in smbta-util. | Günther Deschner | 1 | -3/+5 | |
Guenther | |||||
2010-03-16 | s4-smbtorture: add lsa_SetTrustedDomainInfoByName NDR test. | Günther Deschner | 1 | -1/+101 | |
Thanks Simo for providing the data and pointing out the IDL failure. Guenther | |||||
2010-03-16 | s3: re-run make samba3-idl. | Günther Deschner | 5 | -35/+42 | |
Guenther | |||||
2010-03-16 | lsa: fix IDL for lsa_SetTrustedDomainInfoByName. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2010-03-16 | Fix developer build, remove malloc | Andreas Schneider | 1 | -11/+7 | |
2010-03-16 | kerberos - set the memory to "0"s before freeing the password to prevent ↵ | Matthias Dieter Wallnöfer | 1 | -2/+6 | |
security issues | |||||
2010-03-16 | heimdal - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-03-16 | heimdal - fix overlapped identifiers in the "krb5" library | Matthias Dieter Wallnöfer | 3 | -11/+11 | |