summaryrefslogtreecommitdiffstats
path: root/source3/libgpo/gpo_filesync.c
Commit message (Expand)AuthorAgeFilesLines
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-1/+1
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-1/+1
* s3-libgpo/gpo_filesync.c: return on read errorBjörn Baumbach2011-07-231-2/+6
* s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach2011-07-201-1/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-2/+2
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-2/+2
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-1/+1
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-1/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* Fix bug #7700 - Improvement of return code of smbclientJeremy Allison2010-10-291-15/+15
* s3: Convert cli_list() to return NTSTATUSVolker Lendecke2010-08-041-7/+7
* s3: Remove a typedef (struct file_info)Volker Lendecke2010-07-271-2/+2
* s3-libgpo: move group policy protos to where they belong.Günther Deschner2010-05-171-0/+2
* Fix Coverity ID 913 (NEGATIVE_RETURNS) -- gd, please check!Volker Lendecke2009-05-031-2/+2
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-3/+3
* Pure cosmetics, trying to get my group policy diff smaller.Günther Deschner2008-02-291-2/+2
* Correctly talloc ctx->remote_path in libgpo (thanks Michael for the pointer).Günther Deschner2008-01-081-2/+2
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-151-6/+14
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r24783: Remove unused off_t type.Günther Deschner2007-10-101-2/+1
* r24416: Some more minor edits for libgpo, mostly reformatting and moving of f...Günther Deschner2007-10-101-19/+26
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r19012: Fix an uninitialized variableVolker Lendecke2007-10-101-1/+2
* r19002: Add a very simple synchronisation function to download the full GPO.Günther Deschner2007-10-101-0/+224