summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter10-46/+56
2007-10-10r1372: Remove the 'default' case from the SPENGO state machine, and fix upAndrew Bartlett1-6/+6
2007-10-10r1367: SPNEGO know uses gensec_subcontext_start() in all placesStefan Metzmacher1-1/+2
2007-10-10r1366: handle the case where the client need to send the negTokenInit beforeStefan Metzmacher1-1/+88
2007-10-10r1365: in SPNEGO_SERVER_TARG we should not check the spnego_negResultStefan Metzmacher1-9/+0
2007-10-10r1364: the SPNEGO_SERVER_TARG state is different from the SPNEGO_CLIENT_TARGStefan Metzmacher1-4/+72
2007-10-10r1363: add SPNEGO_NONE_RESULT as spnego_negResult valueStefan Metzmacher2-4/+7
2007-10-10r1360: - remove unused state SPNEGO_CLIENT_SEND_MECHSStefan Metzmacher1-5/+0
2007-10-10r1359: fix uninit var - found by valgrindStefan Metzmacher1-3/+1
2007-10-10r1358: Re-indent the SPENGO implementation, and work on the basis of aAndrew Bartlett1-146/+201
2007-10-10r1357: Work on GENSEC:Andrew Bartlett2-5/+51
2007-10-10r1356: Fix logic bugs in ntlm_auth.Andrew Bartlett1-3/+7
2007-10-10r1355: Add const (I missed this when I changed the function prototype earlier)Andrew Bartlett1-1/+1
2007-10-10r1354: Make it clear that the first gensec_update takes a NULL data_blob.Andrew Bartlett1-2/+3
2007-10-10r1353: Fix compile with new ASN1 peek code.Andrew Bartlett1-2/+2
2007-10-10r1352: Add a 'peek' function to our ASN1 code, so we can safely perform theAndrew Bartlett2-18/+63
2007-10-10r1351: add derpc spengo wrapperStefan Metzmacher2-0/+80
2007-10-10r1350: - init nt_status- found by valgrindStefan Metzmacher1-1/+2
2007-10-10r1349: don't segfault with empty data_blobStefan Metzmacher1-0/+5
2007-10-10r1348: get gensec backend by OID instead of nameStefan Metzmacher2-12/+1
2007-10-10r1347: - remove typedefStefan Metzmacher2-6/+15
2007-10-10r1346: revert my last spnego changesStefan Metzmacher2-126/+116
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