summaryrefslogtreecommitdiff
path: root/source3/libgpo/gpo_filesync.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-05build: Remove sys_open wrapperAndrew Bartlett1-1/+1
2011-12-03Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison1-1/+1
2011-07-23s3-libgpo/gpo_filesync.c: return on read errorBjörn Baumbach1-2/+6
2011-07-20s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach1-1/+1
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison1-2/+2
2011-04-29s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett1-2/+2
2011-04-29s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett1-1/+1
2011-04-29s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett1-1/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-10-29Fix bug #7700 - Improvement of return code of smbclientJeremy Allison1-15/+15
2010-08-04s3: Convert cli_list() to return NTSTATUSVolker Lendecke1-7/+7
2010-07-27s3: Remove a typedef (struct file_info)Volker Lendecke1-2/+2
2010-05-17s3-libgpo: move group policy protos to where they belong.Günther Deschner1-0/+2
2009-05-03Fix Coverity ID 913 (NEGATIVE_RETURNS) -- gd, please check!Volker Lendecke1-2/+2
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-3/+3
2008-02-29Pure cosmetics, trying to get my group policy diff smaller.Günther Deschner1-2/+2
2008-01-08Correctly talloc ctx->remote_path in libgpo (thanks Michael for the pointer).Günther Deschner1-2/+2
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison1-6/+14
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-1/+1
2007-10-10r24783: Remove unused off_t type.Günther Deschner1-2/+1
2007-10-10r24416: Some more minor edits for libgpo, mostly reformatting and moving of f...Günther Deschner1-19/+26
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r19012: Fix an uninitialized variableVolker Lendecke1-1/+2
2007-10-10r19002: Add a very simple synchronisation function to download the full GPO.Günther Deschner1-0/+224