summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-1027-549/+1076
* r1483: build dynconfig.c also with PICFLAGSStefan Metzmacher2007-10-101-1/+1
* r1482: today I saw DCERPC_AUTH_TYPE 16(0x10)Stefan Metzmacher2007-10-101-0/+4
* r1481: add idl file and torture test dummiesStefan Metzmacher2007-10-105-1/+350
* r1480: gwsam has unresolved symbols in itStefan Metzmacher2007-10-101-1/+2
* r1479: print out domain tooStefan Metzmacher2007-10-101-0/+1
* r1476: Don't print messages about the CCACHE not being found - this is normal.Andrew Bartlett2007-10-101-2/+6
* r1475: More kerberos workAndrew Bartlett2007-10-1010-53/+347
* r1474: It is useful if talloc_strdup() behaves like strdup()Andrew Bartlett2007-10-101-0/+3
* r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke2007-10-108-19/+546
* r1469: fix a segfault and compiler warning,Stefan Metzmacher2007-10-101-3/+2
* r1467: disable gensec_krb5 by default till abartletStefan Metzmacher2007-10-101-1/+2
* r1466: the name "oid" is taken by some silly system headers - avoid it in our...Andrew Tridgell2007-10-101-2/+2
* r1465: always do a full C prototype, even if its only (void).Andrew Tridgell2007-10-102-3/+3
* r1464: the recent build changes completely lost the speed advantage of usingAndrew Tridgell2007-10-101-1/+1
* r1463: fix the krb5 buildStefan Metzmacher2007-10-103-1/+6
* r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett2007-10-1010-111/+178
* r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.Andrew Bartlett2007-10-102-1/+2
* r1460: Avoid a compile warning.Andrew Bartlett2007-10-101-2/+5
* r1458: Add a new configure option, to make it possible to both find errors,Andrew Bartlett2007-10-101-0/+6
* r1457: Add the GSSAPI layer to our gensec_krb5 code.Andrew Bartlett2007-10-102-33/+142
* r1456: Rename this parameter to avoid shadowing a badly-named GTK global.Andrew Bartlett2007-10-101-3/+3
* r1455: More Gtk+ updates:Jelmer Vernooij2007-10-1012-65/+1194
* r1454: Today is the day of broken builds, now I get my share ... :-)Volker Lendecke2007-10-102-0/+85
* r1453: Change the RAP client to use the ndr routines for moving bytes around.Volker Lendecke2007-10-101-295/+100
* r1452: Thanks to Volker for spotting that this code was certainly not tested...Andrew Bartlett2007-10-101-0/+1
* r1451: More missing files...Jelmer Vernooij2007-10-102-0/+12
* r1450: Oops.. Missing files :-)Jelmer Vernooij2007-10-102-0/+47
* r1449: Use the config system somewhat better in libcli/authJelmer Vernooij2007-10-105-33/+5
* r1448: Indent this so proto doesn't pick it up.Andrew Bartlett2007-10-101-1/+1
* r1447: Fix compile.Andrew Bartlett2007-10-101-1/+1
* r1446: Another funciton to avoid in proto.hAndrew Bartlett2007-10-101-0/+6
* r1445: Ensure get_auth_data_from_tkt doesn't get into proto.hAndrew Bartlett2007-10-102-2/+4
* r1443: More changes towards Kerberos in Samba4's GENSEC.Andrew Bartlett2007-10-102-132/+24
* r1442: I was going to rename kerberos.c -> kerberos_kinit.c, but didn't.Andrew Bartlett2007-10-101-1/+1
* r1441: Indentation and comment fixes.Andrew Bartlett2007-10-101-3/+3
* r1440: GENSEC improvements:Andrew Bartlett2007-10-102-1/+66
* r1439: Once we are authenticated, always return NT_STATUS_OK. (Makes SPENGOAndrew Bartlett2007-10-101-1/+1
* r1438: Record the principal name we are sent in the SPENGO mechListMIC in aAndrew Bartlett2007-10-102-3/+3
* r1437: Intermediate commit of krb5 for GENSEC.Andrew Bartlett2007-10-102-40/+360
* r1436: Move GENSEC across to config.mkAndrew Bartlett2007-10-102-17/+25
* r1435: talloc_steal is very useful - add a function to do it with a DATA_BLOBAndrew Bartlett2007-10-101-0/+15
* r1434: Merge this function in from Samba 3.0, but use a mem_ctx rather thanAndrew Bartlett2007-10-101-0/+17
* r1433: Properly use GtkTreeView:Jelmer Vernooij2007-10-102-8/+24
* r1432: - Move the various Gtk-specific parts from the registry code into a di...Jelmer Vernooij2007-10-1011-175/+1017
* r1429: enable spnego in smbclient too.Stefan Metzmacher2007-10-101-6/+11
* r1426: Fix some of my silly compile errors...Andrew Bartlett2007-10-102-2/+2
* r1423: Make sure to destory the mem_ctx.Andrew Bartlett2007-10-101-2/+4
* r1422: StrnCaseCmp now needs to be non-static.Andrew Bartlett2007-10-101-1/+1
* r1421: fix a uninitialized var (thanks valgrind:-)Stefan Metzmacher2007-10-101-5/+15