1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/libcli/raw
2007-12-21 05:47:15 +01:00
..
clierror.c r25301: Merge my includes.h cleanups. 2007-10-10 15:07:09 -05:00
clioplock.c r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
clisession.c r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
clisocket.c r25398: Parse loadparm context to all lp_*() functions. 2007-10-10 15:07:25 -05:00
clitransport.c r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
clitree.c r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
interfaces.h r25301: Merge my includes.h cleanups. 2007-10-10 15:07:09 -05:00
ioctl.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
libcliraw.h r24712: No longer expose the 'BOOL' data type in any interfaces. 2007-10-10 15:02:54 -05:00
rawacl.c r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) 2007-12-21 05:45:02 +01:00
rawdate.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
raweas.c r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
rawfile.c r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) 2007-12-21 05:45:02 +01:00
rawfileinfo.c r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) 2007-12-21 05:45:02 +01:00
rawfsinfo.c r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) 2007-12-21 05:45:02 +01:00
rawioctl.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
rawlpq.c r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines that I accidently added earlier. 2007-10-10 15:05:28 -05:00
rawnegotiate.c r26236: Remove more uses of global_loadparm or specify loadparm_context explicitly. 2007-12-21 05:47:15 +01:00
rawnotify.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
rawreadwrite.c r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
rawrequest.c r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
rawsearch.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
rawsetfileinfo.c r25924: fix bug in UNIX_INFO2 push code found make make valgrindtest 2007-12-21 05:45:04 +01:00
rawshadow.c r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
rawtrans.c r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
request.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
signing.h r24712: No longer expose the 'BOOL' data type in any interfaces. 2007-10-10 15:02:54 -05:00
smb_signing.c r25554: Convert last instances of BOOL, True and False to the standard types. 2007-10-10 15:07:55 -05:00
smb.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
trans2.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -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