Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1062: fix typo, found by valgrind | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1061: The start of the SamLogon call for the NETLOGON pipe. | Andrew Bartlett | 1 | -26/+30 |
2007-10-10 | r1058: The start of work on the SamLogon call for NETLOGON. | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r1042: added testing of 128 bit schannel session keys | Andrew Tridgell | 1 | -6/+17 |
2007-10-10 | r1041: - pulled the domain join code out of the netlogon test and made it a s... | Andrew Tridgell | 4 | -178/+422 |
2007-10-10 | r1026: Spelling. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r1025: Rename (across the samr and netlogon pipes, so far) | Andrew Bartlett | 2 | -48/+48 |
2007-10-10 | r1009: Make all users of NT and LM passwords use the samr_Password structure. | Andrew Bartlett | 2 | -6/+6 |
2007-10-10 | r995: - renamed many of our crypto routines to use the industry standard | Andrew Tridgell | 2 | -13/+17 |
2007-10-10 | r963: Tridge, according to ethereal this is an 'Acct Ctrl' field. My tests also | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r961: convert 'uchar' to 'uint8_t' | Stefan Metzmacher | 1 | -11/+11 |
2007-10-10 | r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t... | Andrew Tridgell | 1 | -10/+93 |
2007-10-10 | r943: change samba4 to use 'uint8_t' instead of 'unsigned char' | Stefan Metzmacher | 3 | -7/+7 |
2007-10-10 | r937: - added a simple QuerySecurity implementation in samr server | Andrew Tridgell | 2 | -0/+32 |
2007-10-10 | r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and server | Andrew Tridgell | 1 | -0/+38 |
2007-10-10 | r917: - added the start of a LSA server to samba4. | Andrew Tridgell | 2 | -12/+13 |
2007-10-10 | r902: added torture tests for sending rubbish in the domain name field of Get... | Andrew Tridgell | 1 | -2/+29 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 2 | -14/+14 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 6 | -27/+27 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 13 | -90/+90 |
2007-10-10 | r874: This patch is a pile of work on NTLMSSP: | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 2 | -12/+10 |
2007-10-10 | r816: - Make use of tridge's new samdb_result_sid_prefix() helper function. | Andrew Bartlett | 1 | -8/+5 |
2007-10-10 | r782: added torture test for level 6 logon level in netr_LogonSamLogon | Andrew Tridgell | 1 | -104/+112 |
2007-10-10 | r754: Implement the SetPassword operation on the netlogon pipe. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r752: Remove debugging hack (make sure the cleanup test account after we | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r743: Start on a NETLOGON server in Samba4. | Andrew Bartlett | 2 | -18/+27 |
2007-10-10 | r739: Implement GetNumRecords() call from eventlog pipe, including a torture ... | Jelmer Vernooij | 2 | -8/+81 |
2007-10-10 | r713: added a NetShareGetInfo torture test (thanks to abartlet for pointing | Andrew Tridgell | 1 | -0/+45 |
2007-10-10 | r684: Note the fact that NTLMv2 provides a weath of futher testcases... | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r623: setUserInfo level 24 (password set) now works in the SAMR server. This ... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r615: Implement samr_OpenGroup, samr_QueryGroupInfo, samr_SetGroupInfo, | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r613: Fix the RPC-SAMR torture test, for my session_key changes. | Andrew Bartlett | 1 | -16/+18 |
2007-10-10 | r611: Fix breakage from my last commit: | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. | Andrew Bartlett | 1 | -55/+657 |
2007-10-10 | r582: added the LMSessKey in SamInfo and SamInfo2, thanks to work by abartlet | Andrew Tridgell | 1 | -14/+18 |
2007-10-10 | r577: extended the LookupNames test to check for correct handling of unmapped... | Andrew Tridgell | 1 | -5/+21 |
2007-10-10 | r457: added some more samr tests to help me work out the right error codes | Andrew Tridgell | 1 | -1/+27 |
2007-10-10 | r420: added nicer names for the field bits in userinfo21 | Andrew Tridgell | 1 | -13/+129 |
2007-10-10 | r389: added a test for set user info level 26 (set password extended) | Andrew Tridgell | 1 | -1/+56 |
2007-10-10 | r372: automatically create a fake BDC machine account and delete it | Andrew Tridgell | 2 | -25/+191 |
2007-10-10 | r365: improved the IDL for samr_Connect5() | Andrew Tridgell | 1 | -10/+10 |
2007-10-10 | r364: finally worked out the ancient samr_ChangePasswordUser() interface | Andrew Tridgell | 1 | -22/+21 |
2007-10-10 | r362: after setting domain info query it again so we can see what attributes ... | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r355: Fix a bunch of compiler warnings in the registry code. | Tim Potter | 1 | -1/+0 |
2007-10-10 | r336: added a -X command line option to smbtorture to enable dangerous or | Andrew Tridgell | 2 | -5/+69 |
2007-10-10 | r335: added much better handling of servers that die unexpectedly during a | Andrew Tridgell | 2 | -8/+36 |
2007-10-10 | r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for... | Andrew Tridgell | 1 | -9/+59 |
2007-10-10 | r325: added IDL and test code for samr_ChangePasswordUser3(). | Andrew Tridgell | 1 | -29/+142 |