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
/
smbd
/
mangle_hash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-08
s3:smbd: it's pointless to have a global magic_char
Stefan Metzmacher
1
-4
/
+7
2009-01-08
s3:smbd: make mangle_fns const
Stefan Metzmacher
1
-3
/
+3
2008-05-20
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
1
-4
/
+7
2007-12-28
Remove a static array
Volker Lendecke
1
-6
/
+6
2007-12-10
Move stuff from data to text
Volker Lendecke
1
-2
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-14
/
+14
2007-10-10
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
1
-88
/
+113
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-8
/
+10
2007-10-10
r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
Jeremy Allison
1
-3
/
+3
2007-10-10
r10600: Fix bug #2769 (mangle filenames ending in a space)
Jeremy Allison
1
-7
/
+13
2007-10-10
r9532: Fix for bug #2152, championed by Neil Hoggarth <neil.hoggarth@physiol....
Jeremy Allison
1
-4
/
+4
2007-10-10
r6977: Fix bug #2735 (not mangling control characters) plus
Jeremy Allison
1
-0
/
+4
2007-10-10
r6965: Remove some dead code from util_unistr.c.
Jeremy Allison
1
-50
/
+36
2007-10-10
r6625: Remove another global variable left over from a long time ago (magic c...
Jeremy Allison
1
-5
/
+13
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2007-10-10
r2112: Simplify the mangle hash code to use an in-memory tdb.
Jeremy Allison
1
-163
/
+55
2007-10-10
r1570: merging changes from 3.0.5
Gerald Carter
1
-5
/
+5
2007-10-10
r1301: Fix bogus error message when using "mangling method = hash" rather
Jeremy Allison
1
-2
/
+4
2007-10-10
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
1
-18
/
+4
2003-12-03
Fix for "hash" (not hash2) type mangling. Noticed by "Forrest W. Christian" <...
Jeremy Allison
1
-8
/
+10
2003-07-27
Some small fixes to our charset conversion code:
Andrew Bartlett
1
-3
/
+4
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-2
/
+3
2003-06-22
Found out a good number of NT_STATUS_IS_ERR used the wrong way.
Simo Sorce
1
-4
/
+4
2003-04-23
StrnCpy -> safe_strcpy() on a over-malloced struct.
Andrew Bartlett
1
-2
/
+2
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-4
/
+4
2003-01-02
Merge Andrew Bartletts (size_t)-1 checks.
Jeremy Allison
1
-1
/
+1
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-1
/
+1
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-265
/
+269
2002-04-11
This split the mangling code up to allow for the possibility of multiple
Andrew Tridgell
1
-0
/
+775