summaryrefslogtreecommitdiff
path: root/source4/include/cli_context.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4073: - added a set of lsa helper routines to make lsa lookups that areAndrew Tridgell1-0/+1
2007-10-10r3497: removed some include cruft, and split out librpc/gen_ndr/tables.hAndrew Tridgell1-5/+0
2007-10-10r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell1-1/+1
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-267/+1
2007-10-10r3400: - allow callers to control the flags2 field in raw packetsAndrew Tridgell1-0/+4
2007-10-10r3354: honor "max xmit" and "max mux" from smb.conf in our client code. ThisAndrew Tridgell1-0/+2
2007-10-10r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell1-2/+1
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-12/+0
2007-10-10r2005: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell1-10/+0
2007-10-10r1984: this change is what you should read to understand the new talloc()Andrew Tridgell1-3/+0
2007-10-10r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMBAndrew Bartlett1-16/+0
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 Metzmacher1-45/+45
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-10r1578: the first stage of the async client rewrite.Andrew Tridgell1-4/+38
2007-10-10r1521: Updates to our SMB signing code.Andrew Bartlett1-31/+3
2007-10-10r1475: More kerberos workAndrew Bartlett1-0/+2
2007-10-10r1462: GENSEC Kerberos and SPENGO work:Andrew Bartlett1-0/+4
2007-10-10r1345: add extended security spnego support to the smb clientStefan Metzmacher1-13/+15
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-8/+8
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-7/+7
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-2/+2
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-8/+8
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-3/+3
2007-10-10r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4.Andrew Bartlett1-4/+2
2007-10-10r100: remember the user session key during session setup so it can be used in...Andrew Tridgell1-0/+4
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-0/+4
2003-08-15signed bitfields cannot be 1 bit longHerb Lewis1-7/+7
2003-08-13add support for 32 bit pid using the PIDHIGH field. This allows theAndrew Tridgell1-1/+1
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+308