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_str.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-07-27
Use push_ucs2_allocate(), rather than convert_string_allocate() directly.
Andrew Bartlett
1
-37
/
+5
2003-07-25
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
1
-1
/
+1
2003-07-24
More printf fixes - size_t is long on some architectures.
Tim Potter
1
-1
/
+1
2003-07-19
Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.
Andrew Bartlett
1
-11
/
+24
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-3
/
+3
2003-07-02
Added fix for Japanese case names in statcache - these can change
Jeremy Allison
1
-0
/
+20
2003-06-25
large change:
Gerald Carter
1
-21
/
+38
2003-05-12
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
1
-0
/
+22
2003-04-15
merge in metze' smbcquotas patch from HEAD
Gerald Carter
1
-3
/
+3
2003-04-02
Don't set zero length for the base64 decoded string (fixes swat auth).
Andrew Bartlett
1
-2
/
+2
2003-03-24
(merge from HEAD)
Andrew Bartlett
1
-2
/
+22
2003-03-19
use strnlen to prevent coredumps
Jim McDonough
1
-3
/
+3
2003-03-18
Merge mbp's HEAD changes.
Jeremy Allison
1
-33
/
+71
2003-03-18
Merge in the developer string options from HEAD. We need to ensure 3.0
Jeremy Allison
1
-47
/
+51
2003-03-17
Merge from (earlier) HEAD - doxygen.
Andrew Bartlett
1
-6
/
+8
2003-02-24
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
1
-122
/
+129
2003-02-18
base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().
Jim McDonough
1
-1
/
+1
2003-02-07
merge from head
Andrew Tridgell
1
-2
/
+6
2003-01-28
Merge from HEAD:
Andrew Bartlett
1
-0
/
+94
2003-01-17
Janitorial duty...
Jeremy Allison
1
-4
/
+8
2003-01-15
*lots of small merges form HEAD
Gerald Carter
1
-5
/
+17
2003-01-04
Merge from HEAD - whitespace :-)
Andrew Bartlett
1
-1
/
+0
2003-01-04
Merge from HEAD - mimir's new gencache based namecache code.
Andrew Bartlett
1
-0
/
+152
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-2
/
+2
2003-01-03
Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.
Andrew Bartlett
1
-2
/
+2
2002-12-11
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison
1
-0
/
+11
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-7
/
+8
2002-10-02
Added const. Anal formatting fixup.
Jeremy Allison
1
-175
/
+222
2002-10-01
syncing up with HEAD. Seems to be a lot of differences creeping in
Gerald Carter
1
-2
/
+2
2002-10-01
Updates from Samba HEAD:
Andrew Bartlett
1
-6
/
+6
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-72
/
+93
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-18
/
+314
2002-04-11
added strndup() for systems that don't have it
Andrew Tridgell
1
-0
/
+19
2002-04-11
this adds a completely new hash based mangling scheme
Andrew Tridgell
1
-0
/
+20
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-25
minor fixes
Simo Sorce
1
-3
/
+4
2002-01-16
Roll back PSTRING_SANCTIFY patch; just leave non-controversial type
Martin Pool
1
-2
/
+2
2002-01-15
Add constness to filenames passed to functions.
Martin Pool
1
-0
/
+25
2001-12-20
fixed warnings on irix and crash bug on big endian machines
Andrew Tridgell
1
-2
/
+2
2001-12-10
make sid_binstring available without HAVE_ADS
Andrew Tridgell
1
-0
/
+23
2001-11-18
fixed some bugs.
Simo Sorce
1
-9
/
+14
2001-11-14
Removed unused variable.
Tim Potter
1
-1
/
+0
2001-11-04
a big one:
Simo Sorce
1
-5
/
+62
2001-10-31
Small 'const' updates ahead of some AuthRewrite merging.
Andrew Bartlett
1
-1
/
+1
2001-10-03
switched over to a new method of handling uppercase/lowercase mappings
Andrew Tridgell
1
-6
/
+6
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-3
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-2
/
+1
2001-07-06
formatting fixes
Andrew Tridgell
1
-7
/
+7
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-11
/
+11
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-627
/
+181
[next]