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