summaryrefslogtreecommitdiff
path: root/source4/include
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1760: name the structSimo Sorce1-1/+1
2007-10-10r1756: merge volkers ldap client lib to samba4 for simo to start with theStefan Metzmacher2-1/+3
2007-10-10r1745: More work on cleaning up SMB signing.Andrew Bartlett1-3/+7
2007-10-10r1735: Clean up SMB signing - we don't have more than one 'real' way to signAndrew Bartlett1-7/+2
2007-10-10r1729: Make the SMB signing code more generic (to share more between client a...Andrew Bartlett1-11/+13
2007-10-10r1686: Don't use a void* for the context inside the SMB signing code.Andrew Bartlett1-1/+6
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher2-53/+53
2007-10-10r1633: fixed a couple of async oplock handling errorsAndrew Tridgell1-0/+4
2007-10-10r1629: server_zone needs to be "int" not "int16_t" as it can hold valuesAndrew Tridgell1-1/+1
2007-10-10r1596: Fix up copyrights.Jim McDonough1-1/+2
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell4-11/+54
2007-10-10r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher1-118/+122
2007-10-10r1523: declaring variables "in" and "out" in every C module is a bad idea!Andrew Tridgell1-2/+2
2007-10-10r1522: Oops - I forgot this file in the prvevious commit.Andrew Bartlett1-0/+57
2007-10-10r1521: Updates to our SMB signing code.Andrew Bartlett2-31/+4
2007-10-10r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher1-13/+0
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher2-7/+2
2007-10-10r1475: More kerberos workAndrew Bartlett1-0/+2
2007-10-10r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke1-1/+1
2007-10-10r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett1-0/+4
2007-10-10r1455: More Gtk+ updates:Jelmer Vernooij1-0/+1
2007-10-10r1454: Today is the day of broken builds, now I get my share ... :-)Volker Lendecke2-0/+85
2007-10-10r1432: - Move the various Gtk-specific parts from the registry code into a di...Jelmer Vernooij1-0/+1
2007-10-10r1345: add extended security spnego support to the smb clientStefan Metzmacher1-13/+15
2007-10-10r1343: formatingStefan Metzmacher1-16/+16
2007-10-10r1292: Add const to the subsystem/module registration code.Andrew Bartlett1-1/+1
2007-10-10r1281: move include/context.h to smb_server/smb_server.hStefan Metzmacher2-376/+1
2007-10-10r1280: rename struct request_context to smbsrv_requestStefan Metzmacher1-3/+3
2007-10-10r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher1-4/+4
2007-10-10r1278: rename struct user_context to smbsrv_userStefan Metzmacher1-2/+2
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-6/+4
2007-10-10r1250: We no longer use these #definesAndrew Bartlett1-3/+0
2007-10-10r1204: decrpc -> dcerpcTim Potter1-1/+1
2007-10-10r1200: Add 'gensec', our generic security layer.Andrew Bartlett1-1/+2
2007-10-10r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett2-37/+10
2007-10-10r1065: some header file cleanupsStefan Metzmacher4-315/+316
2007-10-10r1064: Remove the unused userdom_struct from the user_context structAndrew Bartlett1-3/+0
2007-10-10r1063: userdom_struct dies!Andrew Bartlett1-7/+0
2007-10-10r1019: Push the auth subsystem away from using typedef, and over to the 'allAndrew Bartlett1-3/+1
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher5-13/+13
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2-6/+2
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher4-11/+11
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher5-13/+13
2007-10-10r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell1-20/+0
2007-10-10r917: - added the start of a LSA server to samba4.Andrew Tridgell1-9/+0
2007-10-10r904: - fixed account expiry testing in auth_samAndrew Tridgell1-0/+3
2007-10-10r898: - remove some unused macrosAndrew Tridgell3-83/+0
2007-10-10r893: a few more _t conversionsAndrew Tridgell1-2/+2
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher6-29/+33
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher9-222/+215