summaryrefslogtreecommitdiff
path: root/source4/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1276: Return data for enumprinters level 2 and 5.Tim Potter1-1/+77
2007-10-10r1271: Return spoolss enumprinters info level1 from spoolss.ldb - woot!Tim Potter3-21/+49
2007-10-10r1270: Start to break samdb into general bits so we can share code with otherTim Potter2-39/+67
2007-10-10r1268: varient -> variantTim Potter1-2/+2
2007-10-10r1266: Start to split out EnumPrinters into a separate fn for each info level.Tim Potter1-20/+44
2007-10-10r1235: as the pidl code init all output data.Stefan Metzmacher2-3/+3
2007-10-10r1234: valgrind found this uninitialised var...Stefan Metzmacher1-1/+8
2007-10-10r1226: Return dummy information for two printers. Note that ndr_push_array()Tim Potter1-7/+14
2007-10-10r1211: Some output from rpcclient -c enumprinters to remind me what a relativeTim Potter1-0/+71
2007-10-10r1210: A skeleton spoolssdb, based on samdb.Tim Potter2-1/+91
2007-10-10r1208: Return some dummy printer information for the EnumPrinters RPC.Tim Potter1-6/+51
2007-10-10r1205: Whoops - this should fix the build.Tim Potter1-2/+5
2007-10-10r1204: decrpc -> dcerpcTim Potter1-3/+3
2007-10-10r1201: Skeleton versions of OpenPrinterEx() and ClosePrinter() to get the hangTim Potter2-3/+76
2007-10-10r1188: Use generated pidl template for this file and return DCESRV_FAULT insteadTim Potter1-406/+672
2007-10-10r1185: Hey look an endpoint for the spoolss pipe!Tim Potter4-1/+762
2007-10-10r1168: fixed a little-endian/big-endian mixup in the rpc server codeAndrew Tridgell1-1/+1
2007-10-10r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell2-2/+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 Tridgell7-58/+274
2007-10-10r1080: Make sure to initialise all the returned elements in the SamLogonAndrew Bartlett1-7/+14
2007-10-10r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher6-43/+31
2007-10-10r1066: fix compiler warningStefan Metzmacher1-2/+0
2007-10-10r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett1-50/+135
2007-10-10r1060: check for an invalid session key in samr_set_password()Andrew Tridgell1-0/+5
2007-10-10r1059: add dcesrv_crypto_schannel_session_info() dummy function.Stefan Metzmacher1-0/+11
2007-10-10r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett1-3/+130
2007-10-10r1057: added rpc packet logging for packets that generate rpc faults. ThisAndrew Tridgell1-0/+38
2007-10-10r1056: fixed a comment on handling of the initial challenge in the ntlmssp rp...Andrew Tridgell1-3/+2
2007-10-10r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell1-4/+23
2007-10-10r1046: initialise a structure element caught by valgrindAndrew Tridgell1-0/+1
2007-10-10r1030: added server side schannel supportAndrew Tridgell7-11/+194
2007-10-10r1029: cope wiith samdb_result_passwords() returning a null machine passwordAndrew Tridgell1-1/+2
2007-10-10r1028: More consistancy fixes, which should also fix the build.Andrew Bartlett1-12/+12
2007-10-10r1026: Spelling.Tim Potter1-2/+2
2007-10-10r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett4-96/+58
2007-10-10r1022: add the session_info() call to the dcerpc server auth backendsStefan Metzmacher3-1/+21
2007-10-10r1016: - store the schannel session key after it is establishedAndrew Tridgell3-20/+17
2007-10-10r1015: commit the schannel session key handling code now, so abartlet andAndrew Tridgell1-0/+143
2007-10-10r1013: WE NEED ALWAYS TO INIT THE OUTPUT VARS!Stefan Metzmacher1-0/+2
2007-10-10r1010: make the dcesrv_crypto code a bit more generic...Stefan Metzmacher3-26/+22
2007-10-10r1009: Make all users of NT and LM passwords use the samr_Password structure.Andrew Bartlett3-41/+49
2007-10-10r1004: continue tridge's work on dcerpc server auth/crypto codeStefan Metzmacher6-41/+231
2007-10-10r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher1-5/+5
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell8-70/+173
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