Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4375: Implement samr_OpenAlias, samr_QueryAliasInfo and samr_SetAliasInfo. F... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r4052: fixed a bunch of code to use the type safe _p allocation macros | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4035: more effort on consistent naming of the access mask bits. | Andrew Tridgell | 1 | -16/+16 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3977: fixed the lmPwdHash change in the rpc server (we were not fetching the | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3804: Add more comparison tests in RPC-SAMSYNC. | Andrew Bartlett | 1 | -8/+8 |
2007-10-10 | r3724: Rename a number of structures, for better consistance between SAMR and | Andrew Bartlett | 1 | -114/+114 |
2007-10-10 | r3462: separate out the crypto includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3324: made the smbtorture code completely warning free | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3074: Add in a new 'field present' flag samr.idl for the Account Flags | Andrew Bartlett | 1 | -43/+192 |
2007-10-10 | r2910: I noticed that the samr torture test was doing its own DOS->UNIX | Andrew Tridgell | 1 | -10/+1 |
2007-10-10 | r2833: - added a call to SamrQueryGroupMember for every group, and fix the | Andrew Tridgell | 1 | -1/+25 |
2007-10-10 | r2710: continue with the new style of providing a parent context whenever | Andrew Tridgell | 1 | -6/+34 |
2007-10-10 | r2676: add a test of the reference counting logic in the SAMR server into the | Andrew Tridgell | 1 | -86/+31 |
2007-10-10 | r2547: Another place to use convert_string_talloc(). | Andrew Bartlett | 1 | -7/+5 |
2007-10-10 | r2501: The AddMemberToAlias test doesn't need a domain_handle. | Tim Potter | 1 | -5/+2 |
2007-10-10 | r2489: Rename account_flags in EnumDomainAliases() to acct_flags. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2458: Rename policy handle parameters for the SAMR pipe. Parameters now | Tim Potter | 1 | -114/+114 |
2007-10-10 | r2273: disable the async samr tests unless -X option is used, as windows | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r2107: added a SAMR async test - this one seems to work | Andrew Tridgell | 1 | -0/+43 |
2007-10-10 | r1758: Move and enhance the add_string_to_array function as per volker job on... | Simo Sorce | 1 | -15/+0 |
2007-10-10 | r1646: disable testing of group rename in the RPC-SAMR test, as it leaves the | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r1510: add a commented out routine I used to test password change on NT3. | Andrew Tridgell | 1 | -0/+61 |
2007-10-10 | r1498: (merge from 3.0) | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r1062: fix typo, found by valgrind | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1025: Rename (across the samr and netlogon pipes, so far) | Andrew Bartlett | 1 | -27/+27 |
2007-10-10 | r1009: Make all users of NT and LM passwords use the samr_Password structure. | Andrew Bartlett | 1 | -5/+5 |
2007-10-10 | r995: - renamed many of our crypto routines to use the industry standard | Andrew Tridgell | 1 | -9/+9 |
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 | r943: change samba4 to use 'uint8_t' instead of 'unsigned char' | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r937: - added a simple QuerySecurity implementation in samr server | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r917: - added the start of a LSA server to samba4. | Andrew Tridgell | 1 | -5/+6 |
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 | 1 | -10/+10 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -17/+17 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -31/+31 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r743: Start on a NETLOGON server in Samba4. | Andrew Bartlett | 1 | -2/+2 |
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 | 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 | 1 | -3/+3 |
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 |