2007-10-10 |
Andrew Tridgell | r1465: always do a full C prototype, even if its only... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Tridgell | r1464: the recent build changes completely lost the... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1463: fix the krb5 build |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1462: GENSEC Kerberos and SPENGO work: |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1461: ntlm_check.c is a server-side peice of code... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1460: Avoid a compile warning. |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1458: Add a new configure option, to make it possible... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1457: Add the GSSAPI layer to our gensec_krb5 code. |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1456: Rename this parameter to avoid shadowing a badly... |
commit | commitdiff | tree |
2007-10-10 |
Jelmer Vernooij | r1455: More Gtk+ updates: |
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r1454: Today is the day of broken builds, now I get... |
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r1453: Change the RAP client to use the ndr routines... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1452: Thanks to Volker for spotting that this code... |
commit | commitdiff | tree |
2007-10-10 |
Jelmer Vernooij | r1451: More missing files... |
commit | commitdiff | tree |
2007-10-10 |
Jelmer Vernooij | r1450: Oops.. Missing files :-) |
commit | commitdiff | tree |
2007-10-10 |
Jelmer Vernooij | r1449: Use the config system somewhat better in libcli... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1448: Indent this so proto doesn't pick it up. |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1447: Fix compile. |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1446: Another funciton to avoid in proto.h |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1445: Ensure get_auth_data_from_tkt doesn't get into... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1443: More changes towards Kerberos in Samba4's GENSEC. |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1442: I was going to rename kerberos.c -> kerberos_kin... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1441: Indentation and comment fixes. |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1440: GENSEC improvements: |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1439: Once we are authenticated, always return NT_STAT... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1438: Record the principal name we are sent in the... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1437: Intermediate commit of krb5 for GENSEC. |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1436: Move GENSEC across to config.mk |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1435: talloc_steal is very useful - add a function... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1434: Merge this function in from Samba 3.0, but use... |
commit | commitdiff | tree |
2007-10-10 |
Jelmer Vernooij | r1433: Properly use GtkTreeView: |
commit | commitdiff | tree |
2007-10-10 |
Jelmer Vernooij | r1432: - Move the various Gtk-specific parts from the... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1429: enable spnego in smbclient too. |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1426: Fix some of my silly compile errors... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1423: Make sure to destory the mem_ctx. |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1422: StrnCaseCmp now needs to be non-static. |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1421: fix a uninitialized var (thanks valgrind:-) |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1420: be more strict reject if the context has the... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1419: spnego inside of dcerpc using alter_context... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1418: Merge Samba 3.0's recent kerberos changes into... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1409: if we have no user name don't use extended security |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1406: I got spnego in the smb client working |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1403: commit volkers initial RAP torture test |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1402: we should prompt for a password if it's not... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1377: add examples for config.mk sections |
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r1374: Fix signed/unsigned warnings (actually found... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1372: Remove the 'default' case from the SPENGO state... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1367: SPNEGO know uses gensec_subcontext_start() in... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1366: handle the case where the client need to send... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1365: in SPNEGO_SERVER_TARG we should not check the... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1364: the SPNEGO_SERVER_TARG state is different from... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1363: add SPNEGO_NONE_RESULT as spnego_negResult value |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1360: - remove unused state SPNEGO_CLIENT_SEND_MECHS |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1359: fix uninit var - found by valgrind |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1358: Re-indent the SPENGO implementation, and work... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1357: Work on GENSEC: |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1356: Fix logic bugs in ntlm_auth. |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1355: Add const (I missed this when I changed the... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1354: Make it clear that the first gensec_update takes... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1353: Fix compile with new ASN1 peek code. |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1352: Add a 'peek' function to our ASN1 code, so we... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1351: add derpc spengo wrapper |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1350: - init nt_status- found by valgrind |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1349: don't segfault with empty data_blob |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1348: get gensec backend by OID instead of name |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1347: - remove typedef |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1346: revert my last spnego changes |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1345: add extended security spnego support to the... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1344: add gensec_start_mech_by_name() |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1343: formating |
commit | commitdiff | tree |
2007-10-10 |
Volker Lendecke | r1342: When fixing _lsa_lookupsids in samba3 I wanted... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1337: use sess->nt1. in sesssetup_nt1 :-) |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1336: check the vuid in old style sessionsetup too |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1335: NT_STATUS_INTERNAL_DB_CORRUPTION |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1334: remove unused stuff |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1323: allow '-' in IDENTIFIERS |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1321: find the '::=' directly by th lexer |
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r1313: Split up OpenPrinterEx into functions to handle... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1310: one more #line statement |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1309: use #line 1 "filename.pl" |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1308: move smb_panic() to lib/fault.c |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1307: remove unused stuff from pasn1 |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1306: commit the first steps of my ASN.1 compiler |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1305: Grrr, fix my build breakage... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1294: A nice, large, commit... |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1293: Indent |
commit | commitdiff | tree |
2007-10-10 |
Andrew Bartlett | r1292: Add const to the subsystem/module registration... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1291: rename struct smbsrv_context to smbsrv_connection |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1286: rename struct tcon_context to smbsrv_tcon |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1281: move include/context.h to smb_server/smb_server.h |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1280: rename struct request_context to smbsrv_request |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1279: rename struct tcon_context to smbsrv_tcon |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1278: rename struct user_context to smbsrv_user |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1277: rename struct server_context to smbsrv_ontext |
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r1276: Return data for enumprinters level 2 and 5. |
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r1275: Make spoolss_PrinterInfo2 and spoolss_PrinterInf... |
commit | commitdiff | tree |
2007-10-10 |
Stefan Metzmacher | r1274: revert -r 1239 as discussed with abartlet |
commit | commitdiff | tree |
2007-10-10 |
Vance Lankhaar | r1273: An initial doc about what I'd like to see in... |
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r1271: Return spoolss enumprinters info level1 from... |
commit | commitdiff | tree |
2007-10-10 |
Tim Potter | r1270: Start to break samdb into general bits so we... |
commit | commitdiff | tree |
next |