Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-20 | Make the updated RPC-LSA pass against Win2008, and Samba4 to match | Andrew Bartlett | 1 | -1/+2 | |
2008-10-20 | LSA Patch for User Manager | Matthias Dieter Wallnöfer | 1 | -96/+133 | |
New (major) patch ================= - Enhances the "lsa.idl" file in the sense that it adds more values to "PolicyInformation" to improve the "lsa_QueryInfoPolicy*" calls. - Adds a minimal implementation for "AuditEvents" (also lsa_QueryInfoPolicy* calls) to enable the "Audit" option in the "User Manager for Domains" (at least readable). - Adds to the "lsa.idl" file the system access mode flags needed for the calls "lsa_*SystemAccessAccount". - Fill in the "lsa_GetSystemAccessAccount" for enabling the "User Rights" option in the "User Manager for Domains" (at least readable). - Merge the two similar torture tests of the "lsa_QueryInfoPolicy*" calls in one using "if"'s for a few separations. - Add a torture test for "lsa_GetSystemAccessAccount". - Some cosmetic-only changes (unifications) in output strings in the "LSA" torture test. The work has been done using the Microsoft WSPP docs. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl. | Günther Deschner | 2 | -98/+110 | |
Guenther | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl. | Günther Deschner | 2 | -89/+111 | |
Guenther | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsGetDomainControllerInfo from s3 drsuapi idl. | Günther Deschner | 1 | -15/+25 | |
Guenther | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsWriteAccountSpn from s3 drsuapi idl. | Günther Deschner | 1 | -7/+14 | |
Guenther | |||||
2008-10-17 | s4-smbtorture: fix test_DsReplicaGetInfo. | Günther Deschner | 1 | -11/+16 | |
Guenther | |||||
2008-10-17 | s4-smbtorture: fix test_DsGetNCChanges torture test. | Günther Deschner | 1 | -0/+2 | |
This must have been broken since a while already. Guenther | |||||
2008-10-17 | s4-smbtorture: fix drsuapi_DsGetNT4ChangeLog test. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2008-10-17 | s4: merge from s3 drsuapi.idl. | Günther Deschner | 2 | -33/+41 | |
Guenther | |||||
2008-10-17 | Add a test to RPC-NETLOGON for random machine account passwords. | Andrew Bartlett | 1 | -12/+59 | |
Andrew Bartlett | |||||
2008-10-17 | Improve RPC-SAMR tests to check random passwords | Andrew Bartlett | 1 | -3/+175 | |
By random I don't mean 'nice stream of ASCII chars, but pure random passwords containing invalid UTF16 sequences etc. Andrew Bartlett | |||||
2008-10-15 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2 | -3/+3 | |
2008-10-15 | s4: merge from s3 samr.idl. | Günther Deschner | 2 | -3/+3 | |
Guenther | |||||
2008-10-15 | Sync parameter names with samba 3. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-15 | winreg.idl: Sync ref change from Samba 3. | Jelmer Vernooij | 1 | -1/+2 | |
2008-10-15 | s4: fix smbtorture build with merged wksvcs idl. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2008-10-15 | Fix wkssvc test build. | Jelmer Vernooij | 1 | -10/+10 | |
2008-10-15 | Share wkssvc.idl. | Jelmer Vernooij | 1 | -4/+4 | |
2008-10-15 | Share eventlog.idl. | Jelmer Vernooij | 1 | -3/+6 | |
2008-10-15 | Rename reboot -> do_reboot since the first is a reserved name on FreeBSD. | Jelmer Vernooij | 2 | -4/+4 | |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 3 | -3/+3 | |
2008-10-06 | Make RPC-LSA test for enumeration conditions more strict | Andrew Bartlett | 1 | -3/+14 | |
2008-10-06 | Implement 'type unknown' names in the CrackNames code. | Andrew Bartlett | 1 | -0/+1 | |
This guesses the type by running each of the possible options. Andrew Bartlett | |||||
2008-10-03 | updated the LSA and NETLOGON servers with fixes resulting from the AD | Andrew Tridgell | 1 | -9/+21 | |
plugfest in Redmond | |||||
2008-10-03 | expanded the netlogon test to better simulate the WSPP NRPC test that | Andrew Tridgell | 1 | -1/+9 | |
we had some trouble with | |||||
2008-10-03 | Merge commit 'master/master' | Andrew Tridgell | 1 | -3/+3 | |
2008-10-02 | The IRIX compiler does not like embedded unnamed unions | Volker Lendecke | 1 | -3/+3 | |
2008-09-30 | add a test for a LSA lookupnames with a NULL string | Andrew Tridgell | 1 | -4/+5 | |
2008-09-30 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 6 | -15/+119 | |
2008-09-30 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 3 | -3/+91 | |
2008-09-29 | Fix parsing of the trust passwords in LSA CreateTrustedDomainEx* | Andrew Bartlett | 1 | -3/+3 | |
2008-09-29 | setup the loadparm context for ldb in testjoin | Andrew Tridgell | 1 | -0/+1 | |
2008-09-30 | s4:torture/rpc: add RPC-OBJECTUUID | Stefan Metzmacher | 2 | -0/+88 | |
This test shows that object uuids should be ignored if they're present in a dcerpc request. metze | |||||
2008-09-30 | Cope with API changes. | Jelmer Vernooij | 2 | -8/+16 | |
2008-09-30 | Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+6 | |
2008-09-30 | Pass options struct into session initialization functions rather than | Jelmer Vernooij | 1 | -2/+6 | |
using global_loadparm. | |||||
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 8 | -8/+8 | |
2008-09-23 | RPC-PAC: loop in gensec_update() untill the server side is ready | Stefan Metzmacher | 1 | -5/+1 | |
metze | |||||
2008-09-22 | Remove unused variable | Andrew Bartlett | 1 | -2/+0 | |
2008-09-22 | Test re-setting the challenge after an auth3 in RPC-NETLOGON | Andrew Bartlett | 1 | -0/+4 | |
2008-09-22 | This torture test and skipping of the server-side check was bogus. | Andrew Bartlett | 1 | -49/+0 | |
The IDL is declared to force the MessageType to 3 on output, so we instead checked the same thing 255 times... Andrew Bartlett | |||||
2008-09-21 | Torture suite: Revert some changes because they aren't necessary | Matthias Dieter Wallnöfer | 2 | -16/+0 | |
This reverts some changes made by me because they aren't necessary. The "ZERO_STRUCT"'s remain in. | |||||
2008-09-21 | Torture suite: Fixes the tests to not segfault again SAMBA 4 registry server | Matthias Dieter Wallnöfer | 2 | -0/+32 | |
2008-09-08 | More work towards trusted domains support in Samba4's LSA | Andrew Bartlett | 1 | -1/+1 | |
Make 'lsar_CreateTrustedDomain' consistant with lsar_CreateTrustedDomainEx{,2} by renaming handle -> policy_handle Implement LSA server logic to create the cn=users trust account for incoming trusts. Andrew Bartlett (This used to be commit d87b655e20b7c38756774cec2e5898af38c46786) | |||||
2008-09-04 | More work to implement LSA CreateTrustedDomainEx2 | Andrew Bartlett | 1 | -3/+37 | |
We still don't get the format inside the encrypted blob correct however. Andrew Bartlett (This used to be commit 99a3abda09716c064b3e9a37c4a79a8f62444eca) | |||||
2008-09-03 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 1 | -2/+179 | |
(This used to be commit 9590805bcbdd1924eda5a69978ffac7ec7603451) | |||||
2008-09-03 | Test a few more error cases in RPC-PAC | Andrew Bartlett | 1 | -2/+179 | |
(This used to be commit 50502b3b8faf89cf5ad396102f4fe80eaa213908) | |||||
2008-09-02 | Start testing CreateTrustedDomainEx2 | Andrew Bartlett | 1 | -1/+108 | |
Andrew Bartlett (This used to be commit 91ae8dca254aa8c032daf0c87fa2a47760d32586) | |||||
2008-09-01 | Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust. | Andrew Bartlett | 1 | -3/+18 | |
Also check we get the defaults correct with a query in the torture suite. Andrew Bartlett (This used to be commit b55a1b63cc2f7de889f046e975e3414bc5000613) |