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
/
source
/
lib
/
util_str.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Needs to be >=, not just >.
Jeremy Allison
2001-05-10
1
-1
/
+1
*
Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <...
Jeremy Allison
2001-05-10
1
-3
/
+5
*
Preliminary merge of winbind into HEAD. Note that this compiles and links
Tim Potter
2001-05-07
1
-21
/
+0
*
Added Darwin guess.
Jeremy Allison
2001-04-15
1
-88
/
+93
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-1
/
+1
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-04
1
-0
/
+1
*
needed to use strwicmp() in smbclient code, so I moved it to util_str.c
Gerald Carter
2000-08-29
1
-0
/
+30
*
Merged parse_domain_user() from TNG.
Tim Potter
2000-06-14
1
-0
/
+20
*
Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.
Jeremy Allison
2000-01-26
1
-23
/
+51
*
make string_init() static
Andrew Tridgell
2000-01-16
1
-1
/
+1
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-129
/
+152
*
modified domain_client_validate to take trust account name / type. this
Luke Leighton
1999-11-20
1
-1
/
+33
*
- typecast malloc / Realloc issues.
Luke Leighton
1999-10-25
1
-1
/
+1
*
- added rudimentary CAP_UNICODE support because i thought it was part of
Luke Leighton
1999-10-07
1
-1
/
+1
*
allow safe_strcpy() to pass 0 for max length of string, resulting in no
Luke Leighton
1999-07-08
1
-0
/
+5
*
Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent half
Matthew Chapman
1999-03-23
1
-4
/
+4
*
bitmap to strings
Luke Leighton
1999-02-16
1
-0
/
+70
*
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1998-11-25
1
-2
/
+2
*
unused variable removed
Luke Leighton
1998-11-23
1
-1
/
+1
*
replace ' with _ as well
Andrew Tridgell
1998-11-23
1
-1
/
+2
*
changed string_sub() to replace " ; and ` in the inserted string with _
Andrew Tridgell
1998-11-23
1
-19
/
+52
*
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1998-11-17
1
-35
/
+35
*
largely rewrote smbpasswd so that the code is understandable. This
Andrew Tridgell
1998-11-12
1
-4
/
+4
*
changed syntax of registry commands so keys can start with HKLM or HKU.
Luke Leighton
1998-11-11
1
-0
/
+31
*
rpcclient registry commands.
Luke Leighton
1998-11-10
1
-0
/
+50
*
split string and unicode string routines into these files.
Luke Leighton
1998-11-05
1
-0
/
+976