Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-10 | s4-netlogon: change parameters string to lsa_BinaryString. | Günther Deschner | 1 | -1/+10 | |
Guenther | |||||
2008-11-08 | Remove debug code added in error. | Jeremy Allison | 1 | -13/+2 | |
Jeremy. | |||||
2008-11-08 | Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass ↵ | Jeremy Allison | 1 | -5/+18 | |
RAW-ACL inheritance tests. Only access masks for SD get/set left to fix. Jeremy. | |||||
2008-11-06 | s4-smbtorture: add test for netr_DatabaseRedo. | Günther Deschner | 1 | -0/+535 | |
Guenther | |||||
2008-11-06 | Start factoring out the inheritance differences. | Jeremy Allison | 1 | -1/+3 | |
Jeremy. | |||||
2008-11-04 | s4-smbtorture: fix some obvious copy-paste errors. | Günther Deschner | 1 | -7/+7 | |
Guenther | |||||
2008-11-04 | Pass all of RAW-ACLS except for inheritence. Working on that next. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-11-04 | Trigger (and fix) a bug in Samba3 making smbd an infinite data source | Volker Lendecke | 2 | -0/+81 | |
A deferred open directly followed by a ulogoffX makes smbd3 send an infinite stream of ERRinvuid replies :-( | |||||
2008-11-03 | Be more verbose about a directory ACL error. | Jeremy Allison | 1 | -0/+5 | |
Jeremy. | |||||
2008-11-03 | s4:torture: PROVISION isn't used by all tests | Stefan Metzmacher | 2 | -3/+5 | |
We should not pollute all torture object files with EXT_LIB_PYTHON_CFLAGS metze | |||||
2008-11-03 | s4:torture: fix names of defines | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2008-11-02 | Fix the build. | Jelmer Vernooij | 2 | -1/+4 | |
2008-11-02 | Remove use of global_loadparm during initialization of gensec. | Jelmer Vernooij | 1 | -2/+2 | |
2008-11-02 | Remove use of global_loadparm for SMB2 client connections. | Jelmer Vernooij | 3 | -4/+8 | |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 16 | -36/+57 | |
Eventually, we should move some of these parameters into a separate struct (perhaps into smb_transport_options?), to avoid the long lists of parameters. | |||||
2008-11-02 | Fix the build. | Jelmer Vernooij | 1 | -2/+2 | |
2008-11-02 | Fix build for make everything. | Jelmer Vernooij | 3 | -1/+7 | |
2008-11-02 | Fix the build. | Jelmer Vernooij | 12 | -28/+39 | |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 6 | -10/+23 | |
should in the future only contain some settings required for gensec. | |||||
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 4 | -0/+6 | |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -2/+4 | |
2008-11-01 | Remove another use of global_loadparm. | Jelmer Vernooij | 3 | -3/+9 | |
2008-11-01 | Move lp_*() calls a bit higher up the calls tack. | Jelmer Vernooij | 1 | -1/+2 | |
2008-11-01 | s4-smbtorture: fix segfault in RPC-SAMLOGON test. | Günther Deschner | 1 | -1/+1 | |
Use torture_context when calling test_ChangePasswordUser3. Guenther | |||||
2008-11-01 | Split out torture results from torture context. | Jelmer Vernooij | 1 | -3/+6 | |
2008-10-31 | samba4.rpc.samr: Use torture API in a couple more places. | Jelmer Vernooij | 1 | -323/+216 | |
2008-10-31 | samba4.rpc.samr: Use more torture API functions | Jelmer Vernooij | 1 | -146/+87 | |
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareEnum from s3 idl. | Günther Deschner | 2 | -23/+106 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareEnumAll from s3 idl. | Günther Deschner | 2 | -14/+77 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetSessEnum from s3 idl. | Günther Deschner | 1 | -6/+37 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetFileEnum from s3 idl. | Günther Deschner | 1 | -6/+21 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetConnEnum from s3 idl. | Günther Deschner | 1 | -6/+22 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetCharDevQEnum from s3 idl. | Günther Deschner | 1 | -9/+24 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetCharDevEnum from s3 idl. | Günther Deschner | 1 | -9/+25 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetDiskEnum from s3 idl. | Günther Deschner | 1 | -2/+9 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetCharDevQGetInfo from s3 idl. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetCharDevGetInfo from s3 idl. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetSrvGetInfo from s3 idl. | Günther Deschner | 1 | -6/+2 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetTransportEnum from s3 idl. | Günther Deschner | 1 | -7/+22 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareGetInfo from s3 idl. | Günther Deschner | 2 | -21/+27 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareSetInfo from s3 idl. | Günther Deschner | 2 | -47/+51 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareAdd from s3 idl. | Günther Deschner | 2 | -11/+16 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareCheck from s3 idl. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetRemoteTOD from s3 idl. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareInfo502 from s3. | Günther Deschner | 3 | -5/+6 | |
Apparently both s3 and s4 are not entirely correct one this. metze is looking into hand-marshalling security descriptors so this will fix this finally. For now, just keep the two in sync. Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_ServerPasswordSet2 from s3 idl. | Günther Deschner | 1 | -18/+23 | |
Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_ServerPasswordSet from s3 idl. | Günther Deschner | 3 | -14/+31 | |
Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_ServerReqChallenge from s3 idl. | Günther Deschner | 3 | -8/+8 | |
Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_ServerAuthenticate{2,3} from s3 idl. | Günther Deschner | 3 | -7/+7 | |
Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_DatabaseSync2 from s3 idl. | Günther Deschner | 2 | -10/+33 | |
Guenther |