summaryrefslogtreecommitdiff
path: root/source3/lib/util_file.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-07-26Jean-Francois spotted bug in use of file_modified() routine submittedLuke Leighton1-1/+1
1999-07-14code from bertl to allow remap of default built-in names to anything.Luke Leighton1-7/+46
1999-07-13renamed getfilepwent() and endfilepwent() to getfileent() and endfileent()Luke Leighton1-8/+7
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
1998-11-05util_file.c:Luke Leighton1-0/+329