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
/
source4
/
lib
/
util_str.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r8394: Make sure the argument to ctype is*(3) macros are unsigned char as
Love Hörnquist Åstrand
2007-10-10
1
-3
/
+4
*
r7740: get rid of our duplicate base64 routines
Andrew Tridgell
2007-10-10
1
-77
/
+9
*
r6688: removed unused binary_string() function
Andrew Tridgell
2007-10-10
1
-23
/
+0
*
r6573: Start on my project to implement an NT4 compatible BDC in Samba4.
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r4262: a sniff from kukks showed that the FILE_ATTRIBUTE_NORMAL handling in
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3449: more include file reduction
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3210: split lib/replace.o into a separate build subsystem LIBREPLACE, and
Andrew Tridgell
2007-10-10
1
-33
/
+0
*
r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.
Andrew Bartlett
2007-10-10
1
-0
/
+18
*
r2932: character expansion in strlower_m or strupper_m is considered fatal
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r2871: - got rid of the last bits of non-threadsafe data in util_str.o
Andrew Tridgell
2007-10-10
1
-15
/
+3
*
r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...
Andrew Tridgell
2007-10-10
1
-481
/
+150
*
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
2007-10-10
1
-2
/
+3
*
r2632: a new approach to handling const errors. We have had huge numbers of
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r2577: - I recently found out that charaters below 0x3F are guaranteed not to
Andrew Tridgell
2007-10-10
1
-45
/
+12
*
r2552: Character set conversion and string handling updates.
Andrew Bartlett
2007-10-10
1
-152
/
+173
*
r2454: fixed the accelerated StrCaseCmp() so it compares in the right order
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r2437: implemented a suggestion from abartlet that if we cannot convert
Andrew Tridgell
2007-10-10
1
-2
/
+5
*
r2430: got rid of StrnCaseCmp and added an accelerated version of StrCaseCmp()
Andrew Tridgell
2007-10-10
1
-29
/
+78
*
r2003: got rid of next_token_nr(), which involved some horrible globals
Andrew Tridgell
2007-10-10
1
-22
/
+3
*
r1983: a completely new implementation of talloc
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r1820: added a strcmp_safe() that handles NULL pointers. Needed for the
Andrew Tridgell
2007-10-10
1
-0
/
+15
*
r1758: Move and enhance the add_string_to_array function as per volker job on...
Simo Sorce
2007-10-10
1
-0
/
+18
*
r1422: StrnCaseCmp now needs to be non-static.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.
Andrew Bartlett
2007-10-10
1
-0
/
+16
*
r1048: - moved the schannel definitions into a separate schannel.idl
Andrew Tridgell
2007-10-10
1
-0
/
+34
*
r960: convert 'unsigned int' to uint_t in the most places
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
2007-10-10
1
-10
/
+10
*
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r874: This patch is a pile of work on NTLMSSP:
Andrew Bartlett
2007-10-10
1
-0
/
+56
*
r827: remove a few more unused functions that we are unlikely to use again
Andrew Tridgell
2007-10-10
1
-226
/
+1
*
removed some unused functions
Andrew Tridgell
2003-12-16
1
-87
/
+0
*
Removed unused variable.
Tim Potter
2003-11-23
1
-2
/
+0
*
Add a strlen_m_term() function for returning the length of a string
Tim Potter
2003-11-23
1
-0
/
+15
*
* fixed level2 of QueryUserInfo
Andrew Tridgell
2003-11-20
1
-2
/
+7
*
run LookupDomain on each domain returned from EnumDomains in samr
Andrew Tridgell
2003-11-15
1
-0
/
+20
*
more fixes from the IRIX compiler (thanks herb!)
Andrew Tridgell
2003-08-15
1
-3
/
+0
*
first public release of samba4 code
Andrew Tridgell
2003-08-13
1
-0
/
+1619