summaryrefslogtreecommitdiff
path: root/source3/lib/util_file.c
Commit message (Expand)AuthorAgeFilesLines
* s3: lib: Rename all uses of file_pload_XXX -> file_ploadv_XXX.Ralph Boehme2019-05-241-15/+15
* s3: lib: Remove file_pload_send().Jeremy Allison2019-05-241-29/+0
* s3: lib: Add file_ploadv_send().Jeremy Allison2019-05-241-0/+29
* s3: lib: Remove file_lines_pload().Jeremy Allison2019-05-241-14/+0
* s3: lib: util: Add file_lines_ploadv().Jeremy Allison2019-05-241-0/+15
* s3:util: Move static file_pload() function to lib/utilAliaksei Karaliou2019-02-111-47/+0
* s3:util: Move popen wrappers to lib/utilAliaksei Karaliou2019-02-111-1/+1
* lib: Remove "includes.h" from util_file.cVolker Lendecke2016-02-231-1/+4
* lib: Add file_pload_send/recvVolker Lendecke2016-02-231-0/+127
* lib: Add "mem_ctx" to file_lines_ploadVolker Lendecke2016-02-231-2/+3
* lib: Extract sys_popen()Volker Lendecke2016-02-231-0/+1
* lib: Fix whitespaceVolker Lendecke2016-02-231-3/+3
* lib: Move sys_rw* to lib/utilVolker Lendecke2015-10-131-1/+1
* Fix a comment to indicate that TALLOC_FREE must be used to free an allocated ...Richard Sharpe2014-12-261-1/+1
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-071-0/+1
* Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed" message logged in...Jeremy Allison2013-01-241-1/+1
* Fix a talloc/malloc screwup in file_lines_ploadVolker Lendecke2009-03-261-1/+1
* Use common util_file code.Jelmer Vernooij2008-10-121-345/+7
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* 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
* r23659: file_pload is not used outside of util_file.cVolker Lendecke2007-10-101-1/+1
* r20179: Sync up with Samba4 - remove blank lines at theJeremy Allison2007-10-101-3/+9
* r17592: Remove some unused functions pointed out by John E. Malmberg, makeVolker Lendecke2007-10-101-235/+0
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-101-1/+1
* r15005: Fix printf args to remove warnings.Jeremy Allison2007-10-101-3/+3
* r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...Gerald Carter2007-10-101-0/+20
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-14/+9
* r13316: Let the carnage begin....Gerald Carter2007-10-101-13/+20
* r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5
* r2155: Reformat, plus steal from Samba4 :-).Jeremy Allison2007-10-101-233/+259
* fix compile error on HP-UX 10.20Gerald Carter2003-09-081-0/+5
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-2/+2
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-241-2/+5
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-3/+6
* Don't hold the mutex for more than 20 seconds.Jeremy Allison2002-03-261-1/+1
* lower the debug level of failing to map a fileAndrew Tridgell2002-03-151-1/+1
* Removed version number from file header.Tim Potter2002-01-301-1/+2
* obey "use mmap" on case tablesAndrew Tridgell2001-12-171-11/+13
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-0/+17
* switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-031-0/+35
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Add a few const statements to various odd bits of the tree. (Fixes someAndrew Bartlett2001-09-291-2/+2
* move to SAFE_FREE()Simo Sorce2001-09-171-7/+7
* convert more code to use XFILEAndrew Tridgell2001-09-101-3/+3
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-7/+15
* Some fixes about malloc/Realloc and mem leakSimo Sorce2001-08-051-1/+3