Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3468: split out dcerpc_server.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3364: Add parameter to fix the compile. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r2669: convert make_user_info() and associated functions from malloc to talloc | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r2648: - use a destructor on struct server_connection to simplify the | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r2635: mem_ctx cleanups on the lsa and netlogon pipes in the rpc server | Andrew Tridgell | 1 | -28/+10 |
2007-10-10 | r2515: Fixes from smbtorture - these session keys are not individually encryp... | Andrew Bartlett | 1 | -4/+8 |
2007-10-10 | r2247: talloc_destroy -> talloc_free | Tim Potter | 1 | -6/+6 |
2007-10-10 | r2051: switched the samdb over to using the new destructor and reference | Andrew Tridgell | 1 | -22/+4 |
2007-10-10 | r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo... | Andrew Bartlett | 1 | -5/+8 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1498: (merge from 3.0) | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r1335: NT_STATUS_INTERNAL_DB_CORRUPTION | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r1294: A nice, large, commit... | Andrew Bartlett | 1 | -10/+4 |
2007-10-10 | r1235: as the pidl code init all output data. | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r1234: valgrind found this uninitialised var... | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r1150: - fixed interactive sam logon in the rpc server | Andrew Tridgell | 1 | -8/+5 |
2007-10-10 | r1145: added server support for logon level 5 in sam logon | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfo | Andrew Tridgell | 1 | -62/+24 |
2007-10-10 | r1139: added IDL and server code for netr_LogonSamLogonWithFlags() | Andrew Tridgell | 1 | -16/+33 |
2007-10-10 | r1136: - added IDL for netr_LogonGetDomainInfo() | Andrew Tridgell | 1 | -4/+168 |
2007-10-10 | r1080: Make sure to initialise all the returned elements in the SamLogon | Andrew Bartlett | 1 | -7/+14 |
2007-10-10 | r1061: The start of the SamLogon call for the NETLOGON pipe. | Andrew Bartlett | 1 | -50/+135 |
2007-10-10 | r1058: The start of work on the SamLogon call for NETLOGON. | Andrew Bartlett | 1 | -3/+130 |
2007-10-10 | r1029: cope wiith samdb_result_passwords() returning a null machine password | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r1026: Spelling. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r1025: Rename (across the samr and netlogon pipes, so far) | Andrew Bartlett | 1 | -51/+8 |
2007-10-10 | r1016: - store the schannel session key after it is established | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r1009: Make all users of NT and LM passwords use the samr_Password structure. | Andrew Bartlett | 1 | -4/+1 |
2007-10-10 | r995: - renamed many of our crypto routines to use the industry standard | Andrew Tridgell | 1 | -5/+4 |
2007-10-10 | r951: from w2k3 behaviour, the netlogon server is supposed to give back the n... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t... | Andrew Tridgell | 1 | -84/+73 |
2007-10-10 | r937: - added a simple QuerySecurity implementation in samr server | Andrew Tridgell | 1 | -0/+326 |
2007-10-10 | r917: - added the start of a LSA server to samba4. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r816: - Make use of tridge's new samdb_result_sid_prefix() helper function. | Andrew Bartlett | 1 | -20/+7 |
2007-10-10 | r754: Implement the SetPassword operation on the netlogon pipe. | Andrew Bartlett | 1 | -3/+138 |
2007-10-10 | r745: Move netr_ServerPasswordSet up with the other secure channel | Andrew Bartlett | 1 | -12/+24 |
2007-10-10 | r743: Start on a NETLOGON server in Samba4. | Andrew Bartlett | 1 | -0/+467 |