summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-16/+9
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-12/+40
* Fixed typo causing coredump in file_lines_parse.Jeremy Allison2000-12-091-1/+1
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-071-7/+14
* Allow zero length smb.conf files.Tim Potter2000-12-011-2/+0
* oops. must return "" string and length zero when strlen(filebuf) == 0Luke Leighton2000-08-181-13/+16
* getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1]Luke Leighton2000-08-181-10/+13
* - added some error checkingAndrew Tridgell2000-04-301-1/+1
* fixed some crash bugs in the nt forms parsingAndrew Tridgell2000-04-181-0/+2
* converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-0/+23
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-11/+91
* added fdprintf()Andrew Tridgell2000-04-161-2/+4
* the new file_lines_load() and file_lines_free() routines. Very useful!Andrew Tridgell2000-04-161-0/+64
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-54/+16