Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1469: fix a segfault and compiler warning, | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r1467: disable gensec_krb5 by default till abartlet | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r1466: the name "oid" is taken by some silly system headers - avoid it in our... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1465: always do a full C prototype, even if its only (void). | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r1464: the recent build changes completely lost the speed advantage of using | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1463: fix the krb5 build | Stefan Metzmacher | 3 | -1/+6 |
2007-10-10 | r1462: GENSEC Kerberos and SPENGO work: | Andrew Bartlett | 10 | -111/+178 |
2007-10-10 | r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH. | Andrew Bartlett | 2 | -1/+2 |
2007-10-10 | r1460: Avoid a compile warning. | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r1458: Add a new configure option, to make it possible to both find errors, | Andrew Bartlett | 1 | -0/+6 |
2007-10-10 | r1457: Add the GSSAPI layer to our gensec_krb5 code. | Andrew Bartlett | 2 | -33/+142 |
2007-10-10 | r1456: Rename this parameter to avoid shadowing a badly-named GTK global. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r1455: More Gtk+ updates: | Jelmer Vernooij | 12 | -65/+1194 |
2007-10-10 | r1454: Today is the day of broken builds, now I get my share ... :-) | Volker Lendecke | 2 | -0/+85 |
2007-10-10 | r1453: Change the RAP client to use the ndr routines for moving bytes around. | Volker Lendecke | 1 | -295/+100 |
2007-10-10 | r1452: Thanks to Volker for spotting that this code was certainly not tested... | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r1451: More missing files... | Jelmer Vernooij | 2 | -0/+12 |
2007-10-10 | r1450: Oops.. Missing files :-) | Jelmer Vernooij | 2 | -0/+47 |
2007-10-10 | r1449: Use the config system somewhat better in libcli/auth | Jelmer Vernooij | 5 | -33/+5 |
2007-10-10 | r1448: Indent this so proto doesn't pick it up. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1447: Fix compile. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1446: Another funciton to avoid in proto.h | Andrew Bartlett | 1 | -0/+6 |
2007-10-10 | r1445: Ensure get_auth_data_from_tkt doesn't get into proto.h | Andrew Bartlett | 2 | -2/+4 |
2007-10-10 | r1443: More changes towards Kerberos in Samba4's GENSEC. | Andrew Bartlett | 2 | -132/+24 |
2007-10-10 | r1442: I was going to rename kerberos.c -> kerberos_kinit.c, but didn't. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1441: Indentation and comment fixes. | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r1440: GENSEC improvements: | Andrew Bartlett | 2 | -1/+66 |
2007-10-10 | r1439: Once we are authenticated, always return NT_STATUS_OK. (Makes SPENGO | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1438: Record the principal name we are sent in the SPENGO mechListMIC in a | Andrew Bartlett | 2 | -3/+3 |
2007-10-10 | r1437: Intermediate commit of krb5 for GENSEC. | Andrew Bartlett | 2 | -40/+360 |
2007-10-10 | r1436: Move GENSEC across to config.mk | Andrew Bartlett | 2 | -17/+25 |
2007-10-10 | r1435: talloc_steal is very useful - add a function to do it with a DATA_BLOB | Andrew Bartlett | 1 | -0/+15 |
2007-10-10 | r1434: Merge this function in from Samba 3.0, but use a mem_ctx rather than | Andrew Bartlett | 1 | -0/+17 |
2007-10-10 | r1433: Properly use GtkTreeView: | Jelmer Vernooij | 2 | -8/+24 |
2007-10-10 | r1432: - Move the various Gtk-specific parts from the registry code into a di... | Jelmer Vernooij | 11 | -175/+1017 |
2007-10-10 | r1429: enable spnego in smbclient too. | Stefan Metzmacher | 1 | -6/+11 |
2007-10-10 | r1426: Fix some of my silly compile errors... | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r1423: Make sure to destory the mem_ctx. | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r1422: StrnCaseCmp now needs to be non-static. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1421: fix a uninitialized var (thanks valgrind:-) | Stefan Metzmacher | 1 | -5/+15 |
2007-10-10 | r1420: be more strict reject if the context has the wrong type | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r1419: spnego inside of dcerpc using alter_context/alter_context_resp | Stefan Metzmacher | 6 | -11/+170 |
2007-10-10 | r1418: Merge Samba 3.0's recent kerberos changes into Samba4. None of this | Andrew Bartlett | 4 | -134/+291 |
2007-10-10 | r1409: if we have no user name don't use extended security | Stefan Metzmacher | 2 | -1/+2 |
2007-10-10 | r1406: I got spnego in the smb client working | Stefan Metzmacher | 2 | -1/+4 |
2007-10-10 | r1403: commit volkers initial RAP torture test | Stefan Metzmacher | 4 | -1/+651 |
2007-10-10 | r1402: we should prompt for a password if it's not given by -U | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r1377: add examples for config.mk sections | Stefan Metzmacher | 1 | -0/+49 |
2007-10-10 | r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned int | Tim Potter | 10 | -46/+56 |
2007-10-10 | r1372: Remove the 'default' case from the SPENGO state machine, and fix up | Andrew Bartlett | 1 | -6/+6 |