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
/
smbd
/
mangle_hash2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make us pass SHORTNAME-TEST.
Jeremy Allison
2009-05-14
1
-3
/
+17
*
Just for fun: Move some bytes from bss to text
Volker Lendecke
2009-02-01
1
-1
/
+1
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-11
/
+1
*
s3:smbd: make const globals in mangle_hash2.c really static const
Stefan Metzmacher
2009-01-08
1
-2
/
+2
*
s3:smbd: make mangle_fns const
Stefan Metzmacher
2009-01-08
1
-5
/
+5
*
Fix CID 523 - wrong null deref check.
Jeremy Allison
2008-01-11
1
-1
/
+1
*
Add a in-memory cache
Volker Lendecke
2007-12-18
1
-48
/
+19
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-19
/
+19
*
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
2007-10-10
1
-53
/
+82
*
r24603: In case of error we need to free prefix_cache otherwise on re-init th...
Simo Sorce
2007-10-10
1
-0
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r18793: Fix BE string handling in the auto-generated
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-22
/
+22
*
r15103: Okay, looking closer: Samba4 tdb not exporting u32 is a bug in samba4's
Volker Lendecke
2007-10-10
1
-12
/
+12
*
r15102: u32 is a tdb-only thing that's not exported by samba4 tdb. Replace by...
Volker Lendecke
2007-10-10
1
-12
/
+12
*
r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
Jeremy Allison
2007-10-10
1
-6
/
+6
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-2
/
+2
*
r10600: Fix bug #2769 (mangle filenames ending in a space)
Jeremy Allison
2007-10-10
1
-1
/
+5
*
r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...
Jeremy Allison
2007-10-10
1
-0
/
+39
*
r6977: Fix bug #2735 (not mangling control characters) plus
Jeremy Allison
2007-10-10
1
-0
/
+5
*
r6625: Remove another global variable left over from a long time ago (magic c...
Jeremy Allison
2007-10-10
1
-8
/
+7
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-6
/
+12
*
r2082: lp_path should be lp_pathname.
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r1570: merging changes from 3.0.5
Gerald Carter
2007-10-10
1
-5
/
+3
*
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
2007-10-10
1
-1
/
+1
*
Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...
Jeremy Allison
2004-03-11
1
-5
/
+1
*
Ensure we mangle names ending in '.' in hash2 mangling method.
Jeremy Allison
2003-11-18
1
-1
/
+1
*
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
2003-10-22
1
-1
/
+1
*
Fix OOPS when dealing with mangled names reported by several users.
Jeremy Allison
2003-09-15
1
-1
/
+1
*
A *curse* upon the person who #ifdefed out the mangle debug statements
Jeremy Allison
2003-09-15
1
-1
/
+1
*
Check for embedded mb chars when testing for illegal characters like /.
Jeremy Allison
2003-08-27
1
-1
/
+23
*
Fix initial debug.
Jeremy Allison
2003-08-27
1
-1
/
+1
*
Remove completely unneeded malloc/free out of this codepath.
Jeremy Allison
2003-08-27
1
-12
/
+11
*
Merge from HEAD:
Andrew Bartlett
2003-03-17
1
-1
/
+1
*
Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.
Andrew Bartlett
2003-02-24
1
-4
/
+4
*
Merge mangle prefix code.
Jeremy Allison
2002-10-21
1
-16
/
+41
*
Merge Anton's 64-bit fix.
Jeremy Allison
2002-10-15
1
-4
/
+2
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-8
/
+8
*
Sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-3
/
+3
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-21
/
+89
*
merged the mangling test and passdb bugfixes into SAMBA_3_0
Andrew Tridgell
2002-04-12
1
-0
/
+14
*
- the 36^6 hash space gives 31 bits, not 32 bits. We need to mask the
Andrew Tridgell
2002-04-11
1
-2
/
+4
*
a few debug statements (disabled)
Andrew Tridgell
2002-04-11
1
-2
/
+7
*
don't treat '.' as FLAG_ASCII, instead handle it separately
Andrew Tridgell
2002-04-11
1
-2
/
+2
*
- tidier flag checking code
Andrew Tridgell
2002-04-11
1
-8
/
+40
*
added some more comments
Andrew Tridgell
2002-04-11
1
-5
/
+15
*
some optimisations to the new mangling system
Andrew Tridgell
2002-04-11
1
-16
/
+44
*
this adds a completely new hash based mangling scheme
Andrew Tridgell
2002-04-11
1
-0
/
+510