summaryrefslogtreecommitdiff
path: root/source4/rpc_server/netlogon
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3364: Add parameter to fix the compile.Andrew Bartlett1-0/+1
2007-10-10r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell1-1/+2
2007-10-10r3076: Fix memory leak.Andrew Bartlett1-1/+3
2007-10-10r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell1-23/+25
2007-10-10r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),Andrew Tridgell1-1/+1
2007-10-10r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell1-2/+4
2007-10-10r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell1-2/+3
2007-10-10r2635: mem_ctx cleanups on the lsa and netlogon pipes in the rpc serverAndrew Tridgell1-28/+10
2007-10-10r2515: Fixes from smbtorture - these session keys are not individually encryp...Andrew Bartlett1-4/+8
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-6/+6
2007-10-10r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell1-22/+4
2007-10-10r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo...Andrew Bartlett1-5/+8
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-2/+2
2007-10-10r1498: (merge from 3.0)Andrew Bartlett1-2/+1
2007-10-10r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher2-5/+5
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-10/+4
2007-10-10r1235: as the pidl code init all output data.Stefan Metzmacher1-2/+2
2007-10-10r1234: valgrind found this uninitialised var...Stefan Metzmacher1-1/+8
2007-10-10r1150: - fixed interactive sam logon in the rpc serverAndrew Tridgell1-8/+5
2007-10-10r1145: added server support for logon level 5 in sam logonAndrew Tridgell1-0/+1
2007-10-10r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfoAndrew Tridgell1-62/+24
2007-10-10r1139: added IDL and server code for netr_LogonSamLogonWithFlags()Andrew Tridgell1-16/+33
2007-10-10r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell2-9/+189
2007-10-10r1080: Make sure to initialise all the returned elements in the SamLogonAndrew Bartlett1-7/+14
2007-10-10r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett1-50/+135
2007-10-10r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett1-3/+130
2007-10-10r1030: added server side schannel supportAndrew Tridgell1-2/+13
2007-10-10r1029: cope wiith samdb_result_passwords() returning a null machine passwordAndrew Tridgell1-1/+2
2007-10-10r1026: Spelling.Tim Potter1-2/+2
2007-10-10r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett1-51/+8
2007-10-10r1016: - store the schannel session key after it is establishedAndrew Tridgell1-1/+4
2007-10-10r1015: commit the schannel session key handling code now, so abartlet andAndrew Tridgell1-0/+143
2007-10-10r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett1-4/+1
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell1-5/+4
2007-10-10r951: from w2k3 behaviour, the netlogon server is supposed to give back the n...Andrew Tridgell1-1/+1
2007-10-10r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell1-84/+73
2007-10-10r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell1-0/+326
2007-10-10r917: - added the start of a LSA server to samba4.Andrew Tridgell1-1/+1
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-3/+3
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-3/+3
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell1-1/+2
2007-10-10r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett1-20/+7
2007-10-10r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett1-3/+138
2007-10-10r745: Move netr_ServerPasswordSet up with the other secure channelAndrew Bartlett1-12/+24
2007-10-10r743: Start on a NETLOGON server in Samba4.Andrew Bartlett1-0/+467