Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r25688: Add a simple test for a samba3 regression | Volker Lendecke | 1 | -0/+114 |
2007-12-21 | r25607: Allow to set security descriptor type flags at creation time with | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r25599: print the error... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -154/+154 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24735: Use torture API in more places. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24557: rename 'dcerpc_table_' -> 'ndr_table_' | Stefan Metzmacher | 1 | -16/+16 |
2007-10-10 | r24551: rename dcerpc_interface_table -> ndr_interface_table | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23643: Fix the build farm tests. We were incorrectly passing the | Jim McDonough | 1 | -5/+10 |
2007-10-10 | r23231: Fix make test on build farm for 64-bit hosts. There's no reason this... | Jim McDonough | 1 | -0/+1 |
2007-10-10 | r22680: Fix a talloc ctx name | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r21943: don't send unitialized data | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is created | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r21178: Adapt RPC-SAMBA3-SHARESEC to new smbd behavior | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r21027: Print the name we fail on. I need to fix Samba4 to pass this. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r19492: - fix RPC-AUTHCONTEXT and RPC-SAMBA3-GETUSERNAME (sorry volker:-) | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r19392: Use torture_setting_* rather than lp_parm_* where possible. | Jelmer Vernooij | 1 | -21/+18 |
2007-10-10 | r19293: Add RPC-SAMBA3-WINREG, the start of a test of what Samba3 is able to ... | Volker Lendecke | 1 | -0/+205 |
2007-10-10 | r19247: Ok, figured out that wkssvc wksgetinfo also gives the server name. I ... | Volker Lendecke | 1 | -0/+73 |
2007-10-10 | r19205: Some consolidation | Volker Lendecke | 1 | -25/+6 |
2007-10-10 | r19204: Samba3 does level6 now | Volker Lendecke | 1 | -5/+0 |
2007-10-10 | r19202: Make RPC-SAMBA3-SPOOLSS work against w2k3 again | Volker Lendecke | 1 | -6/+46 |
2007-10-10 | r19153: Simple consistency check for enumprinters level 2 as well | Volker Lendecke | 1 | -2/+18 |
2007-10-10 | r19152: A simple consistency check for enumprinters | Volker Lendecke | 1 | -5/+17 |
2007-10-10 | r19027: Modify RPC-SAMBA3-SPOOLSS so that it can be activated in the build farm | Volker Lendecke | 1 | -5/+76 |
2007-10-10 | r18325: more warnings and one compile error on aix fixed | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17827: Fix an error message | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r17826: Add line numbers to the d_printfs | Volker Lendecke | 1 | -19/+28 |
2007-10-10 | r17624: Samba3 does not yet do getprinterinfo level 6 | Volker Lendecke | 1 | -0/+5 |
2007-10-10 | r17205: Even if this makes me look foolish, at least start to scratch on the ... | Volker Lendecke | 1 | -24/+307 |
2007-10-10 | r17187: Beginnings of a little lsa walker for Samba3, if only to prevent the | Volker Lendecke | 1 | -0/+77 |
2007-10-10 | r17104: Rename function parameters and variables to avoid shadowing global | Andrew Bartlett | 1 | -10/+10 |
2007-10-10 | r17085: reuse the existing sec_desc_buf struct | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17082: Add a test that walks and tests denying tconX access via the share se... | Volker Lendecke | 1 | -19/+290 |
2007-10-10 | r17074: Extend the rpc-samba3-getusername test: This creates a normal user an... | Volker Lendecke | 1 | -49/+275 |
2007-10-10 | r17069: Make us pass RPC-NETLOGSAMBA3 against w2k3 again | Volker Lendecke | 1 | -2/+5 |
2007-10-10 | r17065: NT4 does not like "0" here, W2k3 does not care... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ... | Volker Lendecke | 1 | -23/+263 |
2007-10-10 | r16958: We also do level 1501 on NetShareGetInfo | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16956: Walk some of the samba3 srvsvc code | Volker Lendecke | 1 | -1/+121 |
2007-10-10 | r16140: How on earth does this work on most build farm machines.... ? | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16123: Samba3 in the buildfarm will happily create (faked(!!)) users anonymo... | Volker Lendecke | 1 | -4/+10 |
2007-10-10 | r16059: Remove accidential commit | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r16058: Test a Join using SetUserInfo level 25, as XP does if the user did not | Volker Lendecke | 1 | -13/+86 |
2007-10-10 | r16045: RPC-SAMBA3SESSIONKEY tests the different variants of joins (anon/auth... | Volker Lendecke | 1 | -10/+153 |