summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r1409: if we have no user name don't use extended securityStefan Metzmacher2007-10-102-1/+2
* r1406: I got spnego in the smb client workingStefan Metzmacher2007-10-102-1/+4
* r1403: commit volkers initial RAP torture testStefan Metzmacher2007-10-104-1/+651
* r1402: we should prompt for a password if it's not given by -UStefan Metzmacher2007-10-101-1/+0
* r1377: add examples for config.mk sectionsStefan Metzmacher2007-10-101-0/+49
* r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter2007-10-1010-46/+56
* r1372: Remove the 'default' case from the SPENGO state machine, and fix upAndrew Bartlett2007-10-101-6/+6
* r1367: SPNEGO know uses gensec_subcontext_start() in all placesStefan Metzmacher2007-10-101-1/+2
* r1366: handle the case where the client need to send the negTokenInit beforeStefan Metzmacher2007-10-101-1/+88
* r1365: in SPNEGO_SERVER_TARG we should not check the spnego_negResultStefan Metzmacher2007-10-101-9/+0
* r1364: the SPNEGO_SERVER_TARG state is different from the SPNEGO_CLIENT_TARGStefan Metzmacher2007-10-101-4/+72
* r1363: add SPNEGO_NONE_RESULT as spnego_negResult valueStefan Metzmacher2007-10-102-4/+7
* r1360: - remove unused state SPNEGO_CLIENT_SEND_MECHSStefan Metzmacher2007-10-101-5/+0
* r1359: fix uninit var - found by valgrindStefan Metzmacher2007-10-101-3/+1
* 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