summaryrefslogtreecommitdiff
path: root/source3/lib/util_file.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-24Fix bug #9586 - smbd[29175]: disk_free: sys_popen() failed" message logged in...Jeremy Allison1-1/+1
2009-03-26Fix a talloc/malloc screwup in file_lines_ploadVolker Lendecke1-1/+1
2008-10-12Use common util_file code.Jelmer Vernooij1-345/+7
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
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-10r23659: file_pload is not used outside of util_file.cVolker Lendecke1-1/+1
2007-10-10r20179: Sync up with Samba4 - remove blank lines at theJeremy Allison1-3/+9
2007-10-10r17592: Remove some unused functions pointed out by John E. Malmberg, makeVolker Lendecke1-235/+0
2007-10-10r17316: More C++ warnings -- 456 leftVolker Lendecke1-1/+1
2007-10-10r15005: Fix printf args to remove warnings.Jeremy Allison1-3/+3
2007-10-10r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...Gerald Carter1-0/+20
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-14/+9
2007-10-10r13316: Let the carnage begin....Gerald Carter1-13/+20
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-5/+5
2007-10-10r2155: Reformat, plus steal from Samba4 :-).Jeremy Allison1-233/+259
2003-09-08fix compile error on HP-UX 10.20Gerald Carter1-0/+5
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-2/+2
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-1/+1
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett1-2/+5
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-3/+6
2002-03-26Don't hold the mutex for more than 20 seconds.Jeremy Allison1-1/+1
2002-03-15lower the debug level of failing to map a fileAndrew Tridgell1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-1/+2
2001-12-17obey "use mmap" on case tablesAndrew Tridgell1-11/+13
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-0/+17
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell1-0/+35
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-29Add a few const statements to various odd bits of the tree. (Fixes someAndrew Bartlett1-2/+2
2001-09-17move to SAFE_FREE()Simo Sorce1-7/+7
2001-09-10convert more code to use XFILEAndrew Tridgell1-3/+3
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-7/+15
2001-08-05Some fixes about malloc/Realloc and mem leakSimo Sorce1-1/+3
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-16/+9
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-12/+40
2000-12-09Fixed typo causing coredump in file_lines_parse.Jeremy Allison1-1/+1
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-7/+14
2000-12-01Allow zero length smb.conf files.Tim Potter1-2/+0
2000-08-18oops. must return "" string and length zero when strlen(filebuf) == 0Luke Leighton1-13/+16
2000-08-18getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1]Luke Leighton1-10/+13
2000-04-30 - added some error checkingAndrew Tridgell1-1/+1
2000-04-18fixed some crash bugs in the nt forms parsingAndrew Tridgell1-0/+2
2000-04-16converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell1-0/+23
2000-04-16converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell1-11/+91
2000-04-16added fdprintf()Andrew Tridgell1-2/+4
2000-04-16the new file_lines_load() and file_lines_free() routines. Very useful!Andrew Tridgell1-0/+64
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-54/+16