1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source4/libcli/raw
2007-10-10 12:56:37 -05:00
..
clikrb5.c r962: convert 'unsigned' and 'unsigned int' to uint_t 2007-10-10 12:56:23 -05:00
clioplock.c r893: a few more _t conversions 2007-10-10 12:56:18 -05:00
clisession.c r961: convert 'uchar' to 'uint8_t' 2007-10-10 12:56:23 -05:00
clisocket.c r335: added much better handling of servers that die unexpectedly during a 2007-10-10 12:51:33 -05:00
clispnego.c r890: convert samba4 to use [u]int8_t instead of [u]int8 2007-10-10 12:56:16 -05:00
clitransport.c r889: convert samba4 to use [u]int16_t instead of [u]int16 2007-10-10 12:56:16 -05:00
clitree.c * fixed a segv when -U is not used in smbtorture. 2004-01-15 23:19:07 +00:00
rawacl.c r890: convert samba4 to use [u]int8_t instead of [u]int8 2007-10-10 12:56:16 -05:00
rawdate.c r890: convert samba4 to use [u]int8_t instead of [u]int8 2007-10-10 12:56:16 -05:00
raweas.c r890: convert samba4 to use [u]int8_t instead of [u]int8 2007-10-10 12:56:16 -05:00
rawfile.c r889: convert samba4 to use [u]int16_t instead of [u]int16 2007-10-10 12:56:16 -05:00
rawfileinfo.c r889: convert samba4 to use [u]int16_t instead of [u]int16 2007-10-10 12:56:16 -05:00
rawfsinfo.c r889: convert samba4 to use [u]int16_t instead of [u]int16 2007-10-10 12:56:16 -05:00
rawioctl.c r889: convert samba4 to use [u]int16_t instead of [u]int16 2007-10-10 12:56:16 -05:00
rawnegotiate.c r873: converted samba4 to use real 64 bit integers instead of 2007-10-10 12:56:14 -05:00
rawnotify.c r889: convert samba4 to use [u]int16_t instead of [u]int16 2007-10-10 12:56:16 -05:00
rawreadwrite.c r152: a quick airport commit .... 2007-10-10 12:51:11 -05:00
rawrequest.c r962: convert 'unsigned' and 'unsigned int' to uint_t 2007-10-10 12:56:23 -05:00
rawsearch.c r889: convert samba4 to use [u]int16_t instead of [u]int16 2007-10-10 12:56:16 -05:00
rawsetfileinfo.c r889: convert samba4 to use [u]int16_t instead of [u]int16 2007-10-10 12:56:16 -05:00
rawtrans.c r890: convert samba4 to use [u]int8_t instead of [u]int8 2007-10-10 12:56:16 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
smb_signing.c r1091: Added in timing tests for deferred opens. Added extra debug info to signing 2007-10-10 12:56:37 -05:00

Design notes for client library restructure:

1 - no references to cli_state should exist in libcli/raw.
2 - all interfaces to functions in this directory should use cli_session or cli_tree as
	the primary context structure