index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-12
Use common util_file code.
Jelmer Vernooij
1
-345
/
+7
2007-11-15
More pstring removal. This one was tricky. I had to add
Jeremy Allison
1
-2
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-3
/
+3
2007-10-10
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23659: file_pload is not used outside of util_file.c
Volker Lendecke
1
-1
/
+1
2007-10-10
r20179: Sync up with Samba4 - remove blank lines at the
Jeremy Allison
1
-3
/
+9
2007-10-10
r17592: Remove some unused functions pointed out by John E. Malmberg, make
Volker Lendecke
1
-235
/
+0
2007-10-10
r17316: More C++ warnings -- 456 left
Volker Lendecke
1
-1
/
+1
2007-10-10
r15005: Fix printf args to remove warnings.
Jeremy Allison
1
-3
/
+3
2007-10-10
r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...
Gerald Carter
1
-0
/
+20
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-14
/
+9
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-13
/
+20
2007-10-10
r12043: It's amazing the warnings you find when compiling on a 64-bit
Jeremy Allison
1
-1
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-5
/
+5
2007-10-10
r2155: Reformat, plus steal from Samba4 :-).
Jeremy Allison
1
-233
/
+259
2003-09-08
fix compile error on HP-UX 10.20
Gerald Carter
1
-0
/
+5
2003-07-25
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
1
-2
/
+2
2003-07-24
More printf fixes - size_t is long on some architectures.
Tim Potter
1
-1
/
+1
2003-02-24
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
1
-2
/
+5
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-3
/
+6
2002-03-26
Don't hold the mutex for more than 20 seconds.
Jeremy Allison
1
-1
/
+1
2002-03-15
lower the debug level of failing to map a file
Andrew Tridgell
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-1
/
+2
2001-12-17
obey "use mmap" on case tables
Andrew Tridgell
1
-11
/
+13
2001-10-11
initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To
Andrew Tridgell
1
-0
/
+17
2001-10-03
switched over to a new method of handling uppercase/lowercase mappings
Andrew Tridgell
1
-0
/
+35
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-29
Add a few const statements to various odd bits of the tree. (Fixes some
Andrew Bartlett
1
-2
/
+2
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-7
/
+7
2001-09-10
convert more code to use XFILE
Andrew Tridgell
1
-3
/
+3
2001-08-12
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
1
-7
/
+15
2001-08-05
Some fixes about malloc/Realloc and mem leak
Simo Sorce
1
-1
/
+3
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-1
/
+1
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-16
/
+9
2001-04-13
As Andrew suggested, make smbrun return a fd for a deleted file which can then
Jeremy Allison
1
-12
/
+40
2000-12-09
Fixed typo causing coredump in file_lines_parse.
Jeremy Allison
1
-1
/
+1
2000-12-07
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
1
-7
/
+14
2000-12-01
Allow zero length smb.conf files.
Tim Potter
1
-2
/
+0
2000-08-18
oops. must return "" string and length zero when strlen(filebuf) == 0
Luke Leighton
1
-13
/
+16
2000-08-18
getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1]
Luke Leighton
1
-10
/
+13
2000-04-30
- added some error checking
Andrew Tridgell
1
-1
/
+1
2000-04-18
fixed some crash bugs in the nt forms parsing
Andrew Tridgell
1
-0
/
+2
2000-04-16
converted a couple more functions to use a fd instead of a FILE*
Andrew Tridgell
1
-0
/
+23
2000-04-16
converted a bunch more functions to use a fd instead of a FILE*
Andrew Tridgell
1
-11
/
+91
2000-04-16
added fdprintf()
Andrew Tridgell
1
-2
/
+4
2000-04-16
the new file_lines_load() and file_lines_free() routines. Very useful!
Andrew Tridgell
1
-0
/
+64
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-54
/
+16
1999-07-26
Jean-Francois spotted bug in use of file_modified() routine submitted
Luke Leighton
1
-1
/
+1
1999-07-14
code from bertl to allow remap of default built-in names to anything.
Luke Leighton
1
-7
/
+46
[next]