summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/netlogon
Commit message (Expand)AuthorAgeFilesLines
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-101-6/+6
* r2051: switched the samdb over to using the new destructor and referenceAndrew Tridgell2007-10-101-22/+4
* r1993: Allow WinXP domain logon to progress a bit further (it seems broken fo...Andrew Bartlett2007-10-101-5/+8
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-2/+2
* r1498: (merge from 3.0)Andrew Bartlett2007-10-101-2/+1
* r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher2007-10-102-5/+5
* r1294: A nice, large, commit...Andrew Bartlett2007-10-101-10/+4
* r1235: as the pidl code init all output data.Stefan Metzmacher2007-10-101-2/+2
* r1234: valgrind found this uninitialised var...Stefan Metzmacher2007-10-101-1/+8
* r1150: - fixed interactive sam logon in the rpc serverAndrew Tridgell2007-10-101-8/+5
* r1145: added server support for logon level 5 in sam logonAndrew Tridgell2007-10-101-0/+1
* r1141: - consolidated the netr_SamInfo structures using a netr_SamBaseInfoAndrew Tridgell2007-10-101-62/+24
* r1139: added IDL and server code for netr_LogonSamLogonWithFlags()Andrew Tridgell2007-10-101-16/+33
* r1136: - added IDL for netr_LogonGetDomainInfo()Andrew Tridgell2007-10-102-9/+189
* r1080: Make sure to initialise all the returned elements in the SamLogonAndrew Bartlett2007-10-101-7/+14
* r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett2007-10-101-50/+135
* r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett2007-10-101-3/+130
* r1030: added server side schannel supportAndrew Tridgell2007-10-101-2/+13
* r1029: cope wiith samdb_result_passwords() returning a null machine passwordAndrew Tridgell2007-10-101-1/+2
* r1026: Spelling.Tim Potter2007-10-101-2/+2
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-101-51/+8
* r1016: - store the schannel session key after it is establishedAndrew Tridgell2007-10-101-1/+4
* r1015: commit the schannel session key handling code now, so abartlet andAndrew Tridgell2007-10-101-0/+143
* r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett2007-10-101-4/+1
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-101-5/+4
* r951: from w2k3 behaviour, the netlogon server is supposed to give back the n...Andrew Tridgell2007-10-101-1/+1
* r950: - added netr_ServerAuthenticate3(). This is used by WinXP clients who t...Andrew Tridgell2007-10-101-84/+73
* r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell2007-10-101-0/+326
* r917: - added the start of a LSA server to samba4.Andrew Tridgell2007-10-101-1/+1
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-3/+3
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-3/+3
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-1/+2
* r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett2007-10-101-20/+7
* r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett2007-10-101-3/+138
* r745: Move netr_ServerPasswordSet up with the other secure channelAndrew Bartlett2007-10-101-12/+24
* r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2007-10-101-0/+467