summaryrefslogtreecommitdiffstats
path: root/source4/include
Commit message (Expand)AuthorAgeFilesLines
...
* r1894: Convert // to /* */Volker Lendecke2007-10-101-1/+1
* r1877: since make proto catches all functionsStefan Metzmacher2007-10-101-0/+1
* r1836: - as abartlet said to me, we need to contact the users domain pdcfor d...Stefan Metzmacher2007-10-101-0/+2
* r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett2007-10-103-16/+38
* r1785: remove unneeded dependencies on openldap client librariesSimo Sorce2007-10-102-14/+0
* r1760: name the structSimo Sorce2007-10-101-1/+1
* r1756: merge volkers ldap client lib to samba4 for simo to start with theStefan Metzmacher2007-10-102-1/+3
* r1745: More work on cleaning up SMB signing.Andrew Bartlett2007-10-101-3/+7
* r1735: Clean up SMB signing - we don't have more than one 'real' way to signAndrew Bartlett2007-10-101-7/+2
* r1729: Make the SMB signing code more generic (to share more between client a...Andrew Bartlett2007-10-101-11/+13
* r1686: Don't use a void* for the context inside the SMB signing code.Andrew Bartlett2007-10-101-1/+6
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-102-53/+53
* r1633: fixed a couple of async oplock handling errorsAndrew Tridgell2007-10-101-0/+4
* r1629: server_zone needs to be "int" not "int16_t" as it can hold valuesAndrew Tridgell2007-10-101-1/+1
* r1596: Fix up copyrights.Jim McDonough2007-10-101-1/+2
* r1578: the first stage of the async client rewrite.Andrew Tridgell2007-10-104-11/+54
* r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher2007-10-101-118/+122
* r1523: declaring variables "in" and "out" in every C module is a bad idea!Andrew Tridgell2007-10-101-2/+2
* r1522: Oops - I forgot this file in the prvevious commit.Andrew Bartlett2007-10-101-0/+57
* r1521: Updates to our SMB signing code.Andrew Bartlett2007-10-102-31/+4
* r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher2007-10-101-13/+0
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-102-7/+2
* r1475: More kerberos workAndrew Bartlett2007-10-101-0/+2
* r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke2007-10-101-1/+1
* r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett2007-10-101-0/+4
* r1455: More Gtk+ updates:Jelmer Vernooij2007-10-101-0/+1
* r1454: Today is the day of broken builds, now I get my share ... :-)Volker Lendecke2007-10-102-0/+85
* r1432: - Move the various Gtk-specific parts from the registry code into a di...Jelmer Vernooij2007-10-101-0/+1
* r1345: add extended security spnego support to the smb clientStefan Metzmacher2007-10-101-13/+15
* r1343: formatingStefan Metzmacher2007-10-101-16/+16
* r1292: Add const to the subsystem/module registration code.Andrew Bartlett2007-10-101-1/+1
* r1281: move include/context.h to smb_server/smb_server.hStefan Metzmacher2007-10-102-376/+1
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-101-3/+3
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-4/+4
* r1278: rename struct user_context to smbsrv_userStefan Metzmacher2007-10-101-2/+2
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-101-6/+4
* r1250: We no longer use these #definesAndrew Bartlett2007-10-101-3/+0
* r1204: decrpc -> dcerpcTim Potter2007-10-101-1/+1
* r1200: Add 'gensec', our generic security layer.Andrew Bartlett2007-10-101-1/+2
* r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett2007-10-102-37/+10
* r1065: some header file cleanupsStefan Metzmacher2007-10-104-315/+316
* r1064: Remove the unused userdom_struct from the user_context structAndrew Bartlett2007-10-101-3/+0
* r1063: userdom_struct dies!Andrew Bartlett2007-10-101-7/+0
* r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett2007-10-101-3/+1
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-105-13/+13
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-102-6/+2
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-104-11/+11
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-105-13/+13
* r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell2007-10-101-20/+0
* r917: - added the start of a LSA server to samba4.Andrew Tridgell2007-10-101-9/+0