summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1345: add extended security spnego support to the smb clientStefan Metzmacher7-33/+210
2007-10-10r1344: add gensec_start_mech_by_name()Stefan Metzmacher3-116/+137
2007-10-10r1343: formatingStefan Metzmacher1-16/+16
2007-10-10r1342: When fixing _lsa_lookupsids in samba3 I wanted to find out the number ...Volker Lendecke2-1/+55
2007-10-10r1337: use sess->nt1. in sesssetup_nt1 :-)Stefan Metzmacher1-1/+1
2007-10-10r1336: check the vuid in old style sessionsetup tooStefan Metzmacher1-0/+3
2007-10-10r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher4-20/+20
2007-10-10r1334: remove unused stuffStefan Metzmacher1-11/+0
2007-10-10r1323: allow '-' in IDENTIFIERSStefan Metzmacher1-12/+40
2007-10-10r1321: find the '::=' directly by th lexerStefan Metzmacher1-1/+8
2007-10-10r1313: Split up OpenPrinterEx into functions to handle opening printers and p...Tim Potter1-12/+44
2007-10-10r1310: one more #line statementStefan Metzmacher1-0/+1
2007-10-10r1309: use #line 1 "filename.pl"Stefan Metzmacher1-0/+8
2007-10-10r1308: move smb_panic() to lib/fault.cStefan Metzmacher3-25/+106
2007-10-10r1307: remove unused stuff from pasn1Stefan Metzmacher1-39/+18
2007-10-10r1306: commit the first steps of my ASN.1 compilerStefan Metzmacher4-0/+769
2007-10-10r1305: Grrr, fix my build breakage...Andrew Bartlett1-1/+1
2007-10-10r1294: A nice, large, commit...Andrew Bartlett33-1397/+1569
2007-10-10r1293: IndentAndrew Bartlett1-3/+5
2007-10-10r1292: Add const to the subsystem/module registration code.Andrew Bartlett4-5/+12
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher26-393/+369
2007-10-10r1286: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-1/+1
2007-10-10r1281: move include/context.h to smb_server/smb_server.hStefan Metzmacher2-1/+1
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher28-373/+373
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher20-299/+299
2007-10-10r1278: rename struct user_context to smbsrv_userStefan Metzmacher2-7/+7
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher26-233/+231
2007-10-10r1276: Return data for enumprinters level 2 and 5.Tim Potter1-1/+77
2007-10-10r1275: Make spoolss_PrinterInfo2 and spoolss_PrinterInfo5 public so we canTim Potter1-2/+2
2007-10-10r1274: revert -r 1239 as discussed with abartletStefan Metzmacher6-460/+433
2007-10-10r1273: An initial doc about what I'd like to see in the swat for samba4. PleaseVance Lankhaar1-0/+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-10r1269: Add a 'base' field to the ndr_ofs_list structure which is the base toTim Potter2-1/+5
2007-10-10r1268: varient -> variantTim Potter8-14/+14
2007-10-10r1266: Start to split out EnumPrinters into a separate fn for each info level.Tim Potter1-20/+44
2007-10-10r1264: Make sure to initialize ofs_list when creating new ndr_{push,pull}Tim Potter1-0/+2
2007-10-10r1250: We no longer use these #definesAndrew Bartlett1-3/+0
2007-10-10r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher6-433/+460
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-10r1233: -move smb related code to smb_server/*Stefan Metzmacher6-286/+221
2007-10-10r1229: the name of the protocol should be in first place of a function nameStefan Metzmacher2-10/+10
2007-10-10r1228: use int64_t instead of long longStefan Metzmacher3-8/+8
2007-10-10r1227: use uint64_t instead of unsigned long longStefan Metzmacher1-2/+2
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 Potter3-1/+95
2007-10-10r1208: Return some dummy printer information for the EnumPrinters RPC.Tim Potter1-6/+51
2007-10-10r1207: Add spoolss to the list of endpoint servers.Tim Potter1-1/+1