s3-prefork: Do not use mmap/mremap/munmap directly
[amitay/samba.git] / source3 / lib / util_file.c
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-26 Jelmer VernooijMerge branch 'copyright' of /home/jelmer/samba4
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-26 Volker LendeckeFix a talloc/malloc screwup in file_lines_pload
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-12 Jelmer VernooijUse common util_file code.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23659: file_pload is not used outside of util_file.c
2007-10-10 Jeremy Allisonr20179: Sync up with Samba4 - remove blank lines at the
2007-10-10 Volker Lendecker17592: Remove some unused functions pointed out by...
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Jeremy Allisonr15005: Fix printf args to remove warnings.
2007-10-10 Gerald Carterr15003: patch based on code from Arkady Glabek <aglabek...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr12043: It's amazing the warnings you find when compili...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr2155: Reformat, plus steal from Samba4 :-).
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-08 Gerald Carterfix compile error on HP-UX 10.20
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-02-24 Andrew BartlettMerge doxygen, signed/unsigned, const and other small...
2003-02-22 Andrew BartlettMore signed/unsigned fixes (yes, I run with funny compi...
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-13 Martin PoolAdd FIXME about checking exit code for popen'd commands.
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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: