summaryrefslogtreecommitdiffstats
path: root/source/lib/util_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Jean-Francois spotted bug in use of file_modified() routine submittedLuke Leighton1999-07-261-1/+1
* code from bertl to allow remap of default built-in names to anything.Luke Leighton1999-07-141-7/+46
* renamed getfilepwent() and endfilepwent() to getfileent() and endfileent()Luke Leighton1999-07-131-8/+7
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* util_file.c:Luke Leighton1998-11-051-0/+329