index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix compile error on HP-UX 10.20
Gerald Carter
2003-09-08
1
-0
/
+5
*
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
1
-2
/
+2
*
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
1
-1
/
+1
*
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
2003-02-24
1
-2
/
+5
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-3
/
+6
*
Don't hold the mutex for more than 20 seconds.
Jeremy Allison
2002-03-26
1
-1
/
+1
*
lower the debug level of failing to map a file
Andrew Tridgell
2002-03-15
1
-1
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-1
/
+2
*
obey "use mmap" on case tables
Andrew Tridgell
2001-12-17
1
-11
/
+13
*
initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To
Andrew Tridgell
2001-10-11
1
-0
/
+17
*
switched over to a new method of handling uppercase/lowercase mappings
Andrew Tridgell
2001-10-03
1
-0
/
+35
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
Add a few const statements to various odd bits of the tree. (Fixes some
Andrew Bartlett
2001-09-29
1
-2
/
+2
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-7
/
+7
*
convert more code to use XFILE
Andrew Tridgell
2001-09-10
1
-3
/
+3
*
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
2001-08-12
1
-7
/
+15
*
Some fixes about malloc/Realloc and mem leak
Simo Sorce
2001-08-05
1
-1
/
+3
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-16
/
+9
*
As Andrew suggested, make smbrun return a fd for a deleted file which can then
Jeremy Allison
2001-04-13
1
-12
/
+40
*
Fixed typo causing coredump in file_lines_parse.
Jeremy Allison
2000-12-09
1
-1
/
+1
*
file_lines_load/file_lines_pload can now optionally convert unix_to_dos()
Jeremy Allison
2000-12-07
1
-7
/
+14
*
Allow zero length smb.conf files.
Tim Potter
2000-12-01
1
-2
/
+0
*
oops. must return "" string and length zero when strlen(filebuf) == 0
Luke Leighton
2000-08-18
1
-13
/
+16
*
getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1]
Luke Leighton
2000-08-18
1
-10
/
+13
*
- added some error checking
Andrew Tridgell
2000-04-30
1
-1
/
+1
*
fixed some crash bugs in the nt forms parsing
Andrew Tridgell
2000-04-18
1
-0
/
+2
*
converted a couple more functions to use a fd instead of a FILE*
Andrew Tridgell
2000-04-16
1
-0
/
+23
*
converted a bunch more functions to use a fd instead of a FILE*
Andrew Tridgell
2000-04-16
1
-11
/
+91
*
added fdprintf()
Andrew Tridgell
2000-04-16
1
-2
/
+4
*
the new file_lines_load() and file_lines_free() routines. Very useful!
Andrew Tridgell
2000-04-16
1
-0
/
+64
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-54
/
+16
*
Jean-Francois spotted bug in use of file_modified() routine submitted
Luke Leighton
1999-07-26
1
-1
/
+1
*
code from bertl to allow remap of default built-in names to anything.
Luke Leighton
1999-07-14
1
-7
/
+46
*
renamed getfilepwent() and endfilepwent() to getfileent() and endfileent()
Luke Leighton
1999-07-13
1
-8
/
+7
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-1
/
+1
*
util_file.c:
Luke Leighton
1998-11-05
1
-0
/
+329