Jeremy Allison
80fde09fc4
Formatting reformat before I start to change anything here.
...
Jeremy.
-
Jeremy Allison
0f2a50316d
Patch for #263 from jpjanosi@us.ibm.com.
...
Jeremy.
-
Jeremy Allison
74148111e1
Fix for bug #667 . DFS filenames can now have arbitrary case.
...
Jeremy.
-
Jeremy Allison
f82c273a42
Fix for #480 . Change the interface for init_unistr2 to not take a length
...
but a flags field. We were assuming that 2*strlen(mb_string) == length of ucs2-le string.
This is not the case. Count it after conversion.
Jeremy.
-
Jeremy Allison
f35e9a8b90
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
...
as that's what they do. Fix string_replace() to fast-path ascii.
Jeremy.
-
Jeremy Allison
ff222716a0
Removed strupper/strlower macros that automatically map to strupper_m/strlower_m.
...
I really want people to think about when they're using multibyte strings.
Jeremy.
-
Jeremy Allison
f755711df8
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
...
dashes of const. This is a rather large check-in, some things may break.
It does compile though :-).
Jeremy.
-
Andrew Tridgell
03ac082dcb
updated the 3.0 branch from the head branch - ready for alpha18
-
Tim Potter
6a58c9bd06
Removed version number from file header.
...
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
-
Tim Potter
2d0922b0ea
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
-
Simo Sorce
5ceecc7bef
move to SAFE_FREE()
-
Andrew Tridgell
b8651acb9c
- enable MSDFS by default, there seems no reason not to have it enabled
...
by default in Samba 3.x
- got rid of some unused parameters in Makefile.in
- declare DEBUGLEVEL in debug.h rather than in each file
-
Tim Potter
97286570ef
Converted DFS error returns to WERROR instead of uint32.
-
Andrew Tridgell
1d36250e33
converted another bunch of stuff to NTSTATUS
-
Andrew Tridgell
c41fc06376
strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn.
-
Tim Potter
4d2f660582
Fixed typo in debug message.
-
Jeremy Allison
9dd77c4fb1
Restrict dfs add and dfs remote to root at Shirish's advice.
...
Jeremy.
-
Jeremy Allison
8ecf6c3367
Merged in missing break fix from Shirish.
...
Jeremy.
-
Jeremy Allison
d573700a92
Hmmm. I thought I'd added these files to CVS head.....
...
Jeremy.
-