summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* r1519: show the ldb_errstring() value in the log for failed ldb callsAndrew Tridgell2007-10-101-1/+3
* r1514: close stuff from the server_connection not in theStefan Metzmacher2007-10-101-4/+0
* r1513: change DEBUG level to 1Stefan Metzmacher2007-10-101-2/+1
* r1498: (merge from 3.0)Andrew Bartlett2007-10-101-2/+1
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-103-217/+242
* r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher2007-10-103-18/+18
* r1313: Split up OpenPrinterEx into functions to handle opening printers and p...Tim Potter2007-10-101-12/+44
* r1294: A nice, large, commit...Andrew Bartlett2007-10-1010-633/+132
* r1276: Return data for enumprinters level 2 and 5.Tim Potter2007-10-101-1/+77
* r1271: Return spoolss enumprinters info level1 from spoolss.ldb - woot!Tim Potter2007-10-103-21/+49
* r1270: Start to break samdb into general bits so we can share code with otherTim Potter2007-10-102-39/+67
* r1268: varient -> variantTim Potter2007-10-101-2/+2
* r1266: Start to split out EnumPrinters into a separate fn for each info level.Tim Potter2007-10-101-20/+44
* r1235: as the pidl code init all output data.Stefan Metzmacher2007-10-102-3/+3
* r1234: valgrind found this uninitialised var...Stefan Metzmacher2007-10-101-1/+8
* r1226: Return dummy information for two printers. Note that ndr_push_array()Tim Potter2007-10-101-7/+14
* r1211: Some output from rpcclient -c enumprinters to remind me what a relativeTim Potter2007-10-101-0/+71
* r1210: A skeleton spoolssdb, based on samdb.Tim Potter2007-10-102-1/+91
* r1208: Return some dummy printer information for the EnumPrinters RPC.Tim Potter2007-10-101-6/+51
* r1205: Whoops - this should fix the build.Tim Potter2007-10-101-2/+5
* r1204: decrpc -> dcerpcTim Potter2007-10-101-3/+3
* r1201: Skeleton versions of OpenPrinterEx() and ClosePrinter() to get the hangTim Potter2007-10-102-3/+76
* r1188: Use generated pidl template for this file and return DCESRV_FAULT insteadTim Potter2007-10-101-406/+672
* r1185: Hey look an endpoint for the spoolss pipe!Tim Potter2007-10-104-1/+762
* r1168: fixed a little-endian/big-endian mixup in the rpc server codeAndrew Tridgell2007-10-101-1/+1
* r1165: fixed handling of SMBtrans replies that should return STATUS_BUFFER_OV...Andrew Tridgell2007-10-102-2/+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-107-58/+274
* r1080: Make sure to initialise all the returned elements in the SamLogonAndrew Bartlett2007-10-101-7/+14
* r1078: the dxesrv_crypto_* implementations should now explicit setStefan Metzmacher2007-10-106-43/+31
* r1066: fix compiler warningStefan Metzmacher2007-10-101-2/+0
* r1061: The start of the SamLogon call for the NETLOGON pipe.Andrew Bartlett2007-10-101-50/+135
* r1060: check for an invalid session key in samr_set_password()Andrew Tridgell2007-10-101-0/+5
* r1059: add dcesrv_crypto_schannel_session_info() dummy function.Stefan Metzmacher2007-10-101-0/+11
* r1058: The start of work on the SamLogon call for NETLOGON.Andrew Bartlett2007-10-101-3/+130
* r1057: added rpc packet logging for packets that generate rpc faults. ThisAndrew Tridgell2007-10-101-0/+38
* r1056: fixed a comment on handling of the initial challenge in the ntlmssp rp...Andrew Tridgell2007-10-101-3/+2
* r1048: - moved the schannel definitions into a separate schannel.idlAndrew Tridgell2007-10-101-4/+23
* r1046: initialise a structure element caught by valgrindAndrew Tridgell2007-10-101-0/+1
* r1030: added server side schannel supportAndrew Tridgell2007-10-107-11/+194
* r1029: cope wiith samdb_result_passwords() returning a null machine passwordAndrew Tridgell2007-10-101-1/+2
* r1028: More consistancy fixes, which should also fix the build.Andrew Bartlett2007-10-101-12/+12
* r1026: Spelling.Tim Potter2007-10-101-2/+2
* r1025: Rename (across the samr and netlogon pipes, so far)Andrew Bartlett2007-10-104-96/+58
* r1022: add the session_info() call to the dcerpc server auth backendsStefan Metzmacher2007-10-103-1/+21
* r1016: - store the schannel session key after it is establishedAndrew Tridgell2007-10-103-20/+17
* r1015: commit the schannel session key handling code now, so abartlet andAndrew Tridgell2007-10-101-0/+143