summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1456: Rename this parameter to avoid shadowing a badly-named GTK global.Andrew Bartlett1-3/+3
2007-10-10r1455: More Gtk+ updates:Jelmer Vernooij12-65/+1194
2007-10-10r1454: Today is the day of broken builds, now I get my share ... :-)Volker Lendecke2-0/+85
2007-10-10r1453: Change the RAP client to use the ndr routines for moving bytes around.Volker Lendecke1-295/+100
2007-10-10r1452: Thanks to Volker for spotting that this code was certainly not tested...Andrew Bartlett1-0/+1
2007-10-10r1451: More missing files...Jelmer Vernooij2-0/+12
2007-10-10r1450: Oops.. Missing files :-)Jelmer Vernooij2-0/+47
2007-10-10r1449: Use the config system somewhat better in libcli/authJelmer Vernooij5-33/+5
2007-10-10r1448: Indent this so proto doesn't pick it up.Andrew Bartlett1-1/+1
2007-10-10r1447: Fix compile.Andrew Bartlett1-1/+1
2007-10-10r1446: Another funciton to avoid in proto.hAndrew Bartlett1-0/+6
2007-10-10r1445: Ensure get_auth_data_from_tkt doesn't get into proto.hAndrew Bartlett2-2/+4
2007-10-10r1443: More changes towards Kerberos in Samba4's GENSEC.Andrew Bartlett2-132/+24
2007-10-10r1442: I was going to rename kerberos.c -> kerberos_kinit.c, but didn't.Andrew Bartlett1-1/+1
2007-10-10r1441: Indentation and comment fixes.Andrew Bartlett1-3/+3
2007-10-10r1440: GENSEC improvements:Andrew Bartlett2-1/+66
2007-10-10r1439: Once we are authenticated, always return NT_STATUS_OK. (Makes SPENGOAndrew Bartlett1-1/+1
2007-10-10r1438: Record the principal name we are sent in the SPENGO mechListMIC in aAndrew Bartlett2-3/+3
2007-10-10r1437: Intermediate commit of krb5 for GENSEC.Andrew Bartlett2-40/+360
2007-10-10r1436: Move GENSEC across to config.mkAndrew Bartlett2-17/+25
2007-10-10r1435: talloc_steal is very useful - add a function to do it with a DATA_BLOBAndrew Bartlett1-0/+15
2007-10-10r1434: Merge this function in from Samba 3.0, but use a mem_ctx rather thanAndrew Bartlett1-0/+17
2007-10-10r1433: Properly use GtkTreeView:Jelmer Vernooij2-8/+24
2007-10-10r1432: - Move the various Gtk-specific parts from the registry code into a di...Jelmer Vernooij11-175/+1017
2007-10-10r1429: enable spnego in smbclient too.Stefan Metzmacher1-6/+11
2007-10-10r1426: Fix some of my silly compile errors...Andrew Bartlett2-2/+2
2007-10-10r1423: Make sure to destory the mem_ctx.Andrew Bartlett1-2/+4
2007-10-10r1422: StrnCaseCmp now needs to be non-static.Andrew Bartlett1-1/+1
2007-10-10r1421: fix a uninitialized var (thanks valgrind:-)Stefan Metzmacher1-5/+15
2007-10-10r1420: be more strict reject if the context has the wrong typeStefan Metzmacher1-0/+1
2007-10-10r1419: spnego inside of dcerpc using alter_context/alter_context_respStefan Metzmacher6-11/+170
2007-10-10r1418: Merge Samba 3.0's recent kerberos changes into Samba4. None of thisAndrew Bartlett4-134/+291
2007-10-10r1409: if we have no user name don't use extended securityStefan Metzmacher2-1/+2
2007-10-10r1406: I got spnego in the smb client workingStefan Metzmacher2-1/+4
2007-10-10r1403: commit volkers initial RAP torture testStefan Metzmacher4-1/+651
2007-10-10r1402: we should prompt for a password if it's not given by -UStefan Metzmacher1-1/+0
2007-10-10r1377: add examples for config.mk sectionsStefan Metzmacher1-0/+49
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