Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3679: We now know a few more of the Netlogon negotiate flags. | Andrew Bartlett | 1 | -6/+31 |
2007-10-10 | r3678: Remove testing code accidentily commited. | Andrew Bartlett | 1 | -18/+0 |
2007-10-10 | r3677: Seperate the SamLogon tests from the main RPC-NETLOGON test into a | Andrew Bartlett | 6 | -1025/+1155 |
2007-10-10 | r3676: Add a negitive test for NTLM2 session security (which should not | Andrew Bartlett | 1 | -10/+96 |
2007-10-10 | r3660: This simulates the logon sequence of a XP login session I'm currently ... | Volker Lendecke | 3 | -0/+1162 |
2007-10-10 | r3657: More netlogon torture. We now test both function calls (SamLogon and ... | Andrew Bartlett | 1 | -43/+102 |
2007-10-10 | r3653: Move Interactive login tests up with the rest of the logon tests. | Andrew Bartlett | 1 | -71/+126 |
2007-10-10 | r3634: - fixed BASE-DISCONNECT test to force the async packets to be sent by | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r3633: - moved module init functions to after smb.conf and command line | Andrew Tridgell | 6 | -9/+175 |
2007-10-10 | r3626: More minor DCOM fixes | Jelmer Vernooij | 1 | -0/+13 |
2007-10-10 | r3611: DCOM client support works!! | Jelmer Vernooij | 1 | -2/+16 |
2007-10-10 | r3608: added BASE-DENYDOS test | Andrew Tridgell | 2 | -0/+126 |
2007-10-10 | r3601: Lots of smaller DCOM updates and fixes. Adds oxid tables, proper | Jelmer Vernooij | 2 | -9/+25 |
2007-10-10 | r3594: continue conversion to __location__ from __LINE__ for error reporting | Andrew Tridgell | 1 | -9/+9 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 4 | -0/+8 |
2007-10-10 | r3583: - seperate the ldap client code and the ldap parsing code | Stefan Metzmacher | 2 | -8/+8 |
2007-10-10 | r3580: - on file overwrite in ntcreatex we need to replace the file permissions. | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r3577: add a torture_join_domain_ads_dc() function, | Stefan Metzmacher | 1 | -0/+94 |
2007-10-10 | r3576: don't consider short share delay timeouts to be an error, so we can | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r3574: the RAW-OPEN test changes broke a couple of the other tests. This | Andrew Tridgell | 5 | -59/+116 |
2007-10-10 | r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge... | Andrew Tridgell | 1 | -47/+29 |
2007-10-10 | r3557: Use a switch, not a series of if/else if statements. | Andrew Bartlett | 1 | -8/+11 |
2007-10-10 | r3553: Allow talloc_reference to take a NULL pointer for the "ptr" argument. | Andrew Bartlett | 1 | -1/+11 |
2007-10-10 | r3540: added testing of SMBntcancel in the open/open/close mux | Andrew Tridgell | 1 | -14/+33 |
2007-10-10 | r3539: much nicer async open delay code. | Andrew Tridgell | 1 | -7/+16 |
2007-10-10 | r3528: added support for the SMBntcancel() operation, which cancels any | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r3524: Remove unused variable. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r3517: Fix the build - Sorry! | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r3514: Allow specification of username, password and domain and try to set up... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3513: Add (the infrastructure for) DCOM support. Contents: | Jelmer Vernooij | 9 | -7/+99 |
2007-10-10 | r3512: - support DsCrackName GUID strings ('{faedf4f9-0de8-4582-b8b6-c475efef... | Stefan Metzmacher | 1 | -14/+120 |
2007-10-10 | r3509: - comment out a unused var | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 10 | -65/+76 |
2007-10-10 | r3499: setting an out param for a non-pointer doesn't do anything (and | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r3497: removed some include cruft, and split out librpc/gen_ndr/tables.h | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r3494: got rid of include/rewrite.h, and split out the dynconfig.h header | Andrew Tridgell | 4 | -0/+4 |
2007-10-10 | r3490: All tests work against NT4 now | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r3489: Add a couple more DCOM tests (Both OxidResolver and RemoteActivation are | Jelmer Vernooij | 2 | -7/+156 |
2007-10-10 | r3487: RemoteActivation works! The only odd bit is that I get either a | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 3 | -2/+4 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3464: split out registry.h, rap.h and ldap_server.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 5 | -1/+6 |
2007-10-10 | r3462: separate out the crypto includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3461: another place where "open" was used as a structure element | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3458: more solaris portability fixes, the main one being that we can't use a | Andrew Tridgell | 2 | -41/+41 |
2007-10-10 | r3457: s_addr is a macro on solaris, so we can't use it in structure names. a... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3454: moved a few more things out if includes.h into the include/system/ inc... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 3 | -0/+3 |
2007-10-10 | r3449: more include file reduction | Andrew Tridgell | 1 | -0/+1 |