Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-03 | Rename cli_open -> cli_openx. Prelude to replacing generic cli_open() | Jeremy Allison | 1 | -1/+1 | |
with a call that uses NTCreateX in preference to OpenAndX. | |||||
2011-07-23 | s3-libgpo/gpo_filesync.c: return on read error | Björn Baumbach | 1 | -2/+6 | |
replace cli_read_old() with cli_read() Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-20 | s3-libsmb: replace cli_read() with cli_read_old() | Björn Baumbach | 1 | -1/+1 | |
Will introduce new cli_read() function. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-05-05 | More const fixes for compiler warnings from the waf build. | Jeremy Allison | 1 | -2/+2 | |
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 | -1/+1 | |
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 | -1/+1 | |
This means we use just one constant for this file attribute. Andrew Bartlett | |||||
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-10-29 | Fix bug #7700 - Improvement of return code of smbclient | Jeremy Allison | 1 | -15/+15 | |
Based on an initial patch from H Hasegawa <hasegawa.hiroyuki@fujixerox.co.jp>. Convert cli_list and associated functions to take calls that return NTSTATUS. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 29 19:40:16 UTC 2010 on sn-devel-104 | |||||
2010-08-04 | s3: Convert cli_list() to return NTSTATUS | Volker Lendecke | 1 | -7/+7 | |
If needed, the callback functions can count themselves | |||||
2010-07-27 | s3: Remove a typedef (struct file_info) | Volker Lendecke | 1 | -2/+2 | |
2010-05-17 | s3-libgpo: move group policy protos to where they belong. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-05-03 | Fix Coverity ID 913 (NEGATIVE_RETURNS) -- gd, please check! | Volker Lendecke | 1 | -2/+2 | |
2009-04-30 | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 1 | -3/+3 | |
Convert all uses of cli_open(), cli_nt_createXXX to NTSTATUS versions. This is smaller than it looks, it just fixes a lot of old code. Next up, ensure all cli_XX functions return NTSTATUS. Jeremy. | |||||
2008-02-29 | Pure cosmetics, trying to get my group policy diff smaller. | Günther Deschner | 1 | -2/+2 | |
Gunther (This used to be commit d7346e9360ffa97e44fa781293d32c707436193b) | |||||
2008-01-08 | Correctly talloc ctx->remote_path in libgpo (thanks Michael for the pointer). | Günther Deschner | 1 | -2/+2 | |
Guenther (This used to be commit 2ea57a76a6bc8f9c835818780fcc9324896d5c1f) | |||||
2007-11-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 1 | -6/+14 | |
Jeremy. (This used to be commit a1725f4ff7ed375808c78ac661b539557748d0a5) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -1/+1 | |
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | |||||
2007-10-10 | r24783: Remove unused off_t type. | Günther Deschner | 1 | -2/+1 | |
Guenther (This used to be commit 85c816c27f2b9d20dfaf411b12ec1803a49574ce) | |||||
2007-10-10 | r24416: Some more minor edits for libgpo, mostly reformatting and moving of ↵ | Günther Deschner | 1 | -19/+26 | |
functions. Guenther (This used to be commit 3e240672b431b7132dfb2bdd46198ab758eadd0b) | |||||
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r19012: Fix an uninitialized variable | Volker Lendecke | 1 | -1/+2 | |
(This used to be commit 46cae04fbee1a2e04883085294be4f75b2d6d56c) | |||||
2007-10-10 | r19002: Add a very simple synchronisation function to download the full GPO. | Günther Deschner | 1 | -0/+224 | |
Guenther (This used to be commit 02b75ff2a833677df3448b0f9a4928cb3f0274de) |