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
/
source3
/
smbd
/
mangle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
2007-10-10
1
-0
/
+2
*
r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based
Jeremy Allison
2007-10-10
1
-32
/
+33
*
r23866: Fix a 1-byte buffer overrun
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r23844: Add patch series from Volker (after review and consultation).
Jeremy Allison
2007-10-10
1
-0
/
+15
*
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
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-12
/
+16
*
r7842: With the patch I sent Steve yesterday this gives us complete POSIX pat...
Jeremy Allison
2007-10-10
1
-1
/
+9
*
r6625: Remove another global variable left over from a long time ago (magic c...
Jeremy Allison
2007-10-10
1
-10
/
+9
*
r1570: merging changes from 3.0.5
Gerald Carter
2007-10-10
1
-2
/
+2
*
r570: Remove lots of globals to handle case issues - move them
Jeremy Allison
2007-10-10
1
-1
/
+1
*
Merge from HEAD:
Andrew Bartlett
2003-03-17
1
-1
/
+1
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-2
/
+2
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-7
/
+14
*
don't try to return a void
Andrew Tridgell
2002-04-11
1
-1
/
+1
*
this adds a completely new hash based mangling scheme
Andrew Tridgell
2002-04-11
1
-0
/
+1
*
This split the mangling code up to allow for the possibility of multiple
Andrew Tridgell
2002-04-11
1
-915
/
+68
*
a fix yet committed to 2.2 sometimes ago and reintroduced here!
Simo Sorce
2002-04-08
1
-1
/
+1
*
Reintroduce the 2.2 name mangling code, until we get are more flexible solution.
Andrew Bartlett
2002-04-08
1
-820
/
+785
*
Actually include some *information* in the mangle debug messages.
Andrew Bartlett
2002-03-14
1
-14
/
+39
*
in dos_unmangle() the only function call was to *mangle()*. Adding the
Andrew Bartlett
2002-02-19
1
-1
/
+1
*
better debug messages!
Simo Sorce
2002-02-04
1
-8
/
+8
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Fix a 'const' warning.
Andrew Bartlett
2002-01-25
1
-1
/
+1
*
micro fix :-)
Simo Sorce
2002-01-25
1
-0
/
+1
*
minor fixes
Simo Sorce
2002-01-25
1
-3
/
+5
*
handle filenames like .bashrc better in the new mangling code
Andrew Tridgell
2002-01-24
1
-8
/
+12
*
removed unused function
Andrew Tridgell
2001-11-24
1
-18
/
+0
*
some bugfix and new functions,
Simo Sorce
2001-11-12
1
-31
/
+10
*
fixed, moved and added some functions
Simo Sorce
2001-11-10
1
-1
/
+1
*
Fixed compiler warnings.
Tim Potter
2001-11-05
1
-3
/
+2
*
a big one:
Simo Sorce
2001-11-04
1
-1084
/
+249
*
- fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ...
Simo Sorce
2001-10-29
1
-4
/
+81
*
fix a logic bug on max size of a returned string,
Simo Sorce
2001-10-28
1
-3
/
+9
*
Fixed compile warning.
Tim Potter
2001-10-26
1
-1
/
+1
*
get rid of compiler warnings (casts and delete unused variables)
Herb Lewis
2001-10-23
1
-1
/
+0
*
ops, some testing code in compat function let only mangled name come back.
Simo Sorce
2001-10-22
1
-12
/
+12
*
lets try the new mangling code
Simo Sorce
2001-10-22
1
-7
/
+39
*
introduce mangle backward compatibility functions
Simo Sorce
2001-10-13
1
-2
/
+147
*
remove unused function in mangle.c
Simo Sorce
2001-10-11
1
-12
/
+0
*
Fixed some compile warnings.
Tim Potter
2001-10-10
1
-4
/
+2
*
tim suggested to add a copyright note :)
Simo Sorce
2001-10-08
1
-1
/
+21
*
more fixing and testing.
Simo Sorce
2001-10-07
1
-54
/
+83
*
init only in test code.
Simo Sorce
2001-10-04
1
-48
/
+55
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
undef the code for now
Simo Sorce
2001-09-29
1
-2
/
+2
*
further devel and test kit.
Simo Sorce
2001-09-29
1
-67
/
+264
*
get out unicode_from_buffer and buffer_from_unicode, unneeded.
Simo Sorce
2001-09-27
1
-112
/
+139
*
minor fixes
Simo Sorce
2001-09-27
1
-10
/
+5
*
- the inactive core of the new mangling code that use tdb
Simo Sorce
2001-09-25
1
-0
/
+357
[next]