summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1516: remove the server_connection from the list on the server_socketStefan Metzmacher4-6/+43
2007-10-10r1515: move dublicate code to a functionStefan Metzmacher5-175/+85
2007-10-10r1514: close stuff from the server_connection not in theStefan Metzmacher5-8/+10
2007-10-10r1513: change DEBUG level to 1Stefan Metzmacher1-2/+1
2007-10-10r1512: fixed a bug where we could reference the timer event handler after des...Andrew Tridgell1-2/+2
2007-10-10r1511: fixed a free() that should be ldb_free()Andrew Tridgell1-1/+1
2007-10-10r1510: add a commented out routine I used to test password change on NT3.Andrew Tridgell1-0/+61
2007-10-10r1509: in order to interoperate with NT3.1 we need to ignore extra data at th...Andrew Tridgell1-3/+7
2007-10-10r1508: simple fix for broken server side signing. This may need more work forAndrew Tridgell1-1/+1
2007-10-10r1507: fixed the handling of SMB chaining with the new server structure. YouAndrew Tridgell2-17/+33
2007-10-10r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher9-104/+90
2007-10-10r1498: (merge from 3.0)Andrew Bartlett14-53/+102
2007-10-10r1497: add forward declaration for struct auth_session_infoStefan Metzmacher1-0/+2
2007-10-10r1494: fix debug messageStefan Metzmacher1-1/+1
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher27-549/+1076
2007-10-10r1483: build dynconfig.c also with PICFLAGSStefan Metzmacher1-1/+1
2007-10-10r1482: today I saw DCERPC_AUTH_TYPE 16(0x10)Stefan Metzmacher1-0/+4
2007-10-10r1481: add idl file and torture test dummiesStefan Metzmacher5-1/+350
2007-10-10r1480: gwsam has unresolved symbols in itStefan Metzmacher1-1/+2
2007-10-10r1479: print out domain tooStefan Metzmacher1-0/+1
2007-10-10r1476: Don't print messages about the CCACHE not being found - this is normal.Andrew Bartlett1-2/+6
2007-10-10r1475: More kerberos workAndrew Bartlett10-53/+347
2007-10-10r1474: It is useful if talloc_strdup() behaves like strdup()Andrew Bartlett1-0/+3
2007-10-10r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke8-19/+546
2007-10-10r1469: fix a segfault and compiler warning,Stefan Metzmacher1-3/+2
2007-10-10r1467: disable gensec_krb5 by default till abartletStefan Metzmacher1-1/+2
2007-10-10r1466: the name "oid" is taken by some silly system headers - avoid it in our...Andrew Tridgell1-2/+2
2007-10-10r1465: always do a full C prototype, even if its only (void).Andrew Tridgell2-3/+3
2007-10-10r1464: the recent build changes completely lost the speed advantage of usingAndrew Tridgell1-1/+1
2007-10-10r1463: fix the krb5 buildStefan Metzmacher3-1/+6
2007-10-10r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett10-111/+178
2007-10-10r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.Andrew Bartlett2-1/+2
2007-10-10r1460: Avoid a compile warning.Andrew Bartlett1-2/+5
2007-10-10r1458: Add a new configure option, to make it possible to both find errors,Andrew Bartlett1-0/+6
2007-10-10r1457: Add the GSSAPI layer to our gensec_krb5 code.Andrew Bartlett2-33/+142
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