port latest changes from SAMBA_3_0 tree
[ira/wip.git] / source3 / lib / util_file.c
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-02-22 Andrew BartlettMore signed/unsigned fixes (yes, I run with funny compi...
2003-02-13 Martin PoolAdd FIXME about checking exit code for popen'd commands.
2002-06-28 Andrew Tridgelldon't warn on non-existant files in map_file(), let...
2002-06-28 Andrew Tridgelldon't warn on the loading of zero length files. This...
2002-06-13 Jeremy AllisonEnsure we save any older SIGALRM signal handler.
2002-04-19 Jeremy AllisonAdded sys_fcntl (not to be used everywhere). Added...
2002-03-26 Jeremy AllisonDon't hold the mutex for more than 20 seconds.
2002-03-15 Andrew Tridgelllower the debug level of failing to map a file
2002-01-30 Tim PotterRemoved version number from file header.
2001-12-17 Andrew Tridgellobey "use mmap" on case tables
2001-10-11 Andrew Tridgellinitial kerberos/ADS/SPNEGO support in libsmb and smbcl...
2001-10-03 Andrew Tridgellswitched over to a new method of handling uppercase...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-29 Andrew BartlettAdd a few const statements to various odd bits of the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Andrew Tridgellconvert more code to use XFILE
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2001-08-05 Simo SorceSome fixes about malloc/Realloc and mem leak
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-04-13 Jeremy AllisonAs Andrew suggested, make smbrun return a fd for a...
2000-12-09 Jeremy AllisonFixed typo causing coredump in file_lines_parse.
2000-12-07 Jeremy Allisonfile_lines_load/file_lines_pload can now optionally...
2000-12-01 Tim PotterAllow zero length smb.conf files.
2000-08-18 Luke Leightonoops. must return "" string and length zero when strle...
2000-08-18 Luke Leightongetfileline() - line with length of zero -> filebuf...
2000-04-30 Andrew Tridgell - added some error checking
2000-04-18 Andrew Tridgellfixed some crash bugs in the nt forms parsing
2000-04-16 Andrew Tridgellconverted a couple more functions to use a fd instead...
2000-04-16 Andrew Tridgellconverted a bunch more functions to use a fd instead...
2000-04-16 Andrew Tridgelladded fdprintf()
2000-04-16 Andrew Tridgellthe new file_lines_load() and file_lines_free() routine...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-07-26 Luke LeightonJean-Francois spotted bug in use of file_modified(...
1999-07-14 Luke Leightoncode from bertl to allow remap of default built-in...
1999-07-13 Luke Leightonrenamed getfilepwent() and endfilepwent() to getfileent...
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-05 Luke Leightonutil_file.c: