Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-19 | s3-libsmb: remove unused cli_lock() | Björn Baumbach | 1 | -16/+0 | |
Replaced with cli_lock32() Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jul 19 00:43:03 CEST 2011 on sn-devel-104 | |||||
2011-07-11 | s3-libsmb: let cli_lock64 return NTSTATUS instead of bool | Björn Baumbach | 1 | -5/+5 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jul 11 12:48:38 CEST 2011 on sn-devel-104 | |||||
2011-07-11 | s3-libsmb: introduce cli_lock32() | Björn Baumbach | 1 | -0/+16 | |
Same like cli_lock() but return NTSTATUS instead of bool Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-07 | s3:libsmb: use trans2_bytes_push_str() in cli_set_ea_path() | Stefan Metzmacher | 1 | -8/+9 | |
metze | |||||
2011-07-07 | s3:libsmb: add trans2_bytes_push_bytes() | Stefan Metzmacher | 1 | -0/+19 | |
metze | |||||
2011-07-07 | s3:libsmb: make trans2_bytes_push_str() non-static | Stefan Metzmacher | 1 | -3/+3 | |
We should use this and get rid of clistr_push(). metze | |||||
2011-07-06 | s3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2 | Stefan Metzmacher | 1 | -3/+11 | |
metze | |||||
2011-06-19 | s3: Add incomplete cli_nttrans_create | Volker Lendecke | 1 | -0/+179 | |
secdesc only at this moment | |||||
2011-06-19 | s3: Correctly align even | Volker Lendecke | 1 | -1/+3 | |
2011-06-09 | s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_ARRAY isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -1/+1 | |
Using the standard macro makes it easier to move code into common, as TALLOC_ARRAY isn't standard talloc. | |||||
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -6/+6 | |
Using the standard macro makes it easier to move code into common, as TALLOC_REALLOC_ARRAY isn't standard talloc. Andrew Bartlett | |||||
2011-05-19 | s3: Do central cli_set_error | Volker Lendecke | 1 | -116/+0 | |
2011-05-10 | s3: Use tevent_req_ntstatus properly in a few places | Volker Lendecke | 1 | -58/+29 | |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-05-06 | libcli/smb Move cifs posix helper functions and headers in common | Andrew Bartlett | 1 | -94/+0 | |
unix_perms_to_wire() was a duplicate symbol in the top level build. Andrew Bartlett | |||||
2011-04-30 | Add POSIX O_RDONLY test of a directory for bug #8112 - POSIX extension opens ↵ | Jeremy Allison | 1 | -2/+0 | |
of a directory are denied with EISDIR. Don't strip access bits from wire flags when opening a directory. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Apr 30 02:21:24 CEST 2011 on sn-devel-104 | |||||
2011-04-29 | s3-tevent: only include ../lib/util/tevent wrappers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 29 14:00:30 CEST 2011 on sn-devel-104 | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 1 | -2/+2 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 1 | -3/+3 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 1 | -3/+3 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-03-30 | s3: only include ntioctl.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-trans2: only include trans2.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-25 | s3-libsmb: work our correct length for EA strings | Andrew Tridgell | 1 | -1/+1 | |
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵ | Andrew Tridgell | 1 | -4/+3 | |
convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104 | |||||
2011-03-15 | s3-libsmb: only include rap client when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-01-17 | s3: Convert cli_lock64 to cli_smb | Volker Lendecke | 1 | -34/+24 | |
2011-01-17 | s3: Convert cli_lock to use cli_locktype | Volker Lendecke | 1 | -46/+7 | |
2011-01-17 | s3: Convert cli_locktype to cli_smb | Volker Lendecke | 1 | -32/+22 | |
2011-01-17 | s3: Make passing up "result_parent" from cli_smb optional | Volker Lendecke | 1 | -2/+1 | |
2011-01-17 | s3: Add cli_setpathinfo | Volker Lendecke | 1 | -0/+35 | |
2011-01-17 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 | |
2010-11-30 | s3: Add cli_shadow_copy_data | Volker Lendecke | 1 | -0/+149 | |
2010-11-11 | s3: Well... Fix a stupid error | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 11 18:54:00 UTC 2010 on sn-devel-104 | |||||
2010-11-11 | s3: Make cli_set_ea_fnum return NTSTATUS | Volker Lendecke | 1 | -5/+5 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 11 16:59:27 UTC 2010 on sn-devel-104 | |||||
2010-11-11 | s3: Make cli_set_ea_path return NTSTATUS | Volker Lendecke | 1 | -3/+5 | |
2010-11-11 | s3: Remove two pointless variables | Volker Lendecke | 1 | -5/+4 | |
2010-11-11 | s3: Convert cli_set_ea() to cli_trans() | Volker Lendecke | 1 | -40/+35 | |
2010-10-24 | s3: Use cli_setpathinfo in cli_posix_unlink_internal | Volker Lendecke | 1 | -47/+15 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 21:28:08 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s3: Avoid passing down a boolean to cli_posix_unlink_internal_send | Volker Lendecke | 1 | -5/+7 | |
2010-10-24 | s3: Use cli_setpathinfo in cli_posix_chown_chmod_internal | Volker Lendecke | 1 | -54/+16 | |
2010-10-24 | s3: Use cli_setpathinfo in cli_posix_link_internal | Volker Lendecke | 1 | -49/+16 | |
2010-10-24 | s3: Use tevent_req_simple_recv_ntstatus where appropriate | Volker Lendecke | 1 | -66/+11 | |
2010-10-24 | s3: Pass down a level instead of a flag to cli_posix_link_internal | Volker Lendecke | 1 | -7/+7 | |
2010-10-24 | s3: Add async cli_setpathinfo | Volker Lendecke | 1 | -0/+78 | |
2010-10-24 | s3: Initialize output vars in parse_ea_blob | Volker Lendecke | 1 | -0/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 12:22:22 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s3: Remove unused cli_get_ea_list_fnum | Volker Lendecke | 1 | -62/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 10:23:29 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s3: Add async cli_qfileinfo | Volker Lendecke | 1 | -0/+133 | |
2010-09-20 | s3-build: only include async headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther |