summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r1358: Re-indent the SPENGO implementation, and work on the basis of aAndrew Bartlett2007-10-101-146/+201
* r1357: Work on GENSEC:Andrew Bartlett2007-10-102-5/+51
* r1356: Fix logic bugs in ntlm_auth.Andrew Bartlett2007-10-101-3/+7
* r1355: Add const (I missed this when I changed the function prototype earlier)Andrew Bartlett2007-10-101-1/+1
* r1354: Make it clear that the first gensec_update takes a NULL data_blob.Andrew Bartlett2007-10-101-2/+3
* r1353: Fix compile with new ASN1 peek code.Andrew Bartlett2007-10-101-2/+2
* r1352: Add a 'peek' function to our ASN1 code, so we can safely perform theAndrew Bartlett2007-10-102-18/+63
* r1351: add derpc spengo wrapperStefan Metzmacher2007-10-102-0/+80
* r1350: - init nt_status- found by valgrindStefan Metzmacher2007-10-101-1/+2
* r1349: don't segfault with empty data_blobStefan Metzmacher2007-10-101-0/+5
* r1348: get gensec backend by OID instead of nameStefan Metzmacher2007-10-102-12/+1
* r1347: - remove typedefStefan Metzmacher2007-10-102-6/+15
* r1346: revert my last spnego changesStefan Metzmacher2007-10-102-126/+116
* r1345: add extended security spnego support to the smb clientStefan Metzmacher2007-10-107-33/+210
* r1344: add gensec_start_mech_by_name()Stefan Metzmacher2007-10-103-116/+137
* r1343: formatingStefan Metzmacher2007-10-101-16/+16
* r1342: When fixing _lsa_lookupsids in samba3 I wanted to find out the number ...Volker Lendecke2007-10-102-1/+55
* r1337: use sess->nt1. in sesssetup_nt1 :-)Stefan Metzmacher2007-10-101-1/+1
* r1336: check the vuid in old style sessionsetup tooStefan Metzmacher2007-10-101-0/+3
* r1335: NT_STATUS_INTERNAL_DB_CORRUPTIONStefan Metzmacher2007-10-104-20/+20
* r1334: remove unused stuffStefan Metzmacher2007-10-101-11/+0
* r1323: allow '-' in IDENTIFIERSStefan Metzmacher2007-10-101-12/+40
* r1321: find the '::=' directly by th lexerStefan Metzmacher2007-10-101-1/+8
* r1313: Split up OpenPrinterEx into functions to handle opening printers and p...Tim Potter2007-10-101-12/+44
* r1310: one more #line statementStefan Metzmacher2007-10-101-0/+1
* r1309: use #line 1 "filename.pl"Stefan Metzmacher2007-10-101-0/+8
* r1308: move smb_panic() to lib/fault.cStefan Metzmacher2007-10-103-25/+106
* r1307: remove unused stuff from pasn1Stefan Metzmacher2007-10-101-39/+18
* r1306: commit the first steps of my ASN.1 compilerStefan Metzmacher2007-10-104-0/+769
* r1305: Grrr, fix my build breakage...Andrew Bartlett2007-10-101-1/+1
* r1294: A nice, large, commit...Andrew Bartlett2007-10-1033-1397/+1569
* r1293: IndentAndrew Bartlett2007-10-101-3/+5
* r1292: Add const to the subsystem/module registration code.Andrew Bartlett2007-10-104-5/+12
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-1026-393/+369
* r1286: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-1/+1
* r1281: move include/context.h to smb_server/smb_server.hStefan Metzmacher2007-10-102-1/+1
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-1028-373/+373
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-1020-299/+299
* r1278: rename struct user_context to smbsrv_userStefan Metzmacher2007-10-102-7/+7
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-1026-233/+231
* r1276: Return data for enumprinters level 2 and 5.Tim Potter2007-10-101-1/+77
* r1275: Make spoolss_PrinterInfo2 and spoolss_PrinterInfo5 public so we canTim Potter2007-10-101-2/+2
* r1274: revert -r 1239 as discussed with abartletStefan Metzmacher2007-10-106-460/+433
* r1273: An initial doc about what I'd like to see in the swat for samba4. PleaseVance Lankhaar2007-10-101-0/+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
* r1269: Add a 'base' field to the ndr_ofs_list structure which is the base toTim Potter2007-10-102-1/+5
* r1268: varient -> variantTim Potter2007-10-108-14/+14
* r1266: Start to split out EnumPrinters into a separate fn for each info level.Tim Potter2007-10-101-20/+44
* r1264: Make sure to initialize ofs_list when creating new ndr_{push,pull}Tim Potter2007-10-101-0/+2