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
Age
Commit message (
Expand
)
Author
Files
Lines
2003-03-10
Makefile.in for NTLMSSP singing update
Andrew Bartlett
1
-1
/
+1
2003-03-10
Further work on NTLMSSP-based SMB signing. Current status is that I cannnot
Andrew Bartlett
5
-48
/
+447
2003-03-10
Clobber strings with 0xf1f1f1f1 before writing to them to check buffer
Martin Pool
1
-8
/
+33
2003-03-10
Include valgrind.h if present on the system.
Martin Pool
1
-0
/
+5
2003-03-10
Check for valgrind.h
Martin Pool
1
-0
/
+1
2003-03-09
Try not to clobber the session request.
Andrew Bartlett
1
-3
/
+15
2003-03-09
Add Ronan Waide's info about the setdriver call.
Jelmer Vernooij
1
-4
/
+24
2003-03-09
Add some printing question & answers
Jelmer Vernooij
2
-0
/
+18
2003-03-09
Change the way we sign SMB packets, to a function pointer interface.
Andrew Bartlett
6
-153
/
+346
2003-03-09
Don't fault on error returns (ptr == 0) for this LSA query.
Andrew Bartlett
1
-10
/
+13
2003-03-08
This is C, not C++
Andrew Bartlett
1
-4
/
+4
2003-03-08
more on idmap
Simo Sorce
3
-78
/
+207
2003-03-08
Add Q&A for people having trouble trying to log in without a proper
Jelmer Vernooij
1
-0
/
+14
2003-03-08
Add notes on increasing performance on AIX, based on an email from William Jojo
Jelmer Vernooij
1
-0
/
+12
2003-03-08
Testparm needs the extra arg to set_local_machine_name() too.
Andrew Bartlett
1
-1
/
+1
2003-03-08
Make sure that the 'remote' machine name can only be set once. For some weird
Andrew Bartlett
8
-19
/
+39
2003-03-08
Make it clear that this is a fstrcpy().
Andrew Bartlett
1
-2
/
+2
2003-03-08
Fix typo in earlier fix, caught by Ranjit @ HP.
Jeremy Allison
1
-1
/
+1
2003-03-08
some more code
Simo Sorce
4
-0
/
+474
2003-03-07
initial work for the new idmpa interface
Simo Sorce
2
-0
/
+194
2003-03-07
Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.
Jeremy Allison
3
-3
/
+3
2003-03-07
Add early prototype of cifs mount helper for Linux
Steve French
1
-0
/
+389
2003-03-07
Missed parentheses around complex logic.
Jeremy Allison
1
-1
/
+2
2003-03-07
Patch from Michael Steffens. In his own words :
Jeremy Allison
1
-78
/
+199
2003-03-07
Some progress towards gums and tdbsam2
Simo Sorce
10
-286
/
+1166
2003-03-07
Limit the number of SIDs that may be looked up, in line with existing code
Andrew Bartlett
1
-0
/
+5
2003-03-07
safe_strcpy() -> fstrcpy() fix, and a cleanup to how rpcclient calls the
Andrew Bartlett
2
-9
/
+4
2003-03-07
Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.
Jeremy Allison
1
-0
/
+3
2003-03-07
Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parameters
Jeremy Allison
3
-69
/
+227
2003-03-06
Add documentation on line returned by 'add printer command' script
Jelmer Vernooij
1
-1
/
+7
2003-03-06
Redirect to printer docs for removed options
Jelmer Vernooij
1
-0
/
+3
2003-03-06
add #define for the max device name length in a DEVICEMODE
Gerald Carter
3
-2
/
+4
2003-03-06
Make smbtorture use the same cli_full_connection() framework as the rest of
Andrew Bartlett
4
-865
/
+842
2003-03-06
more off-by-one safe_strcpy()
Andrew Bartlett
1
-3
/
+3
2003-03-06
More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())
Andrew Bartlett
4
-30
/
+30
2003-03-06
FIXME about crash on failure case.
Martin Pool
1
-2
/
+5
2003-03-05
Add *SMBSERVER fallback code to smbtorture ...
Richard Sharpe
1
-3
/
+17
2003-03-05
Add code to allow us to specify the port to connect on when performing
Richard Sharpe
1
-6
/
+14
2003-03-05
Use new configure test to turn on this automated test for correct string
Andrew Bartlett
1
-1
/
+1
2003-03-05
A couple more fixes for fstrcpy() into a malloced region. In this case it's
Andrew Bartlett
2
-5
/
+5
2003-03-05
Add a test for a useful property of the compiler - we can get link-time
Andrew Bartlett
1
-0
/
+18
2003-03-05
also ignore the autom4te-2.53.cache
Andrew Bartlett
1
-1
/
+1
2003-03-05
This file has not been maintained for a while - if we really want this
Andrew Bartlett
1
-3
/
+0
2003-03-05
lp_string: Add note about dodgy StrnCpy use.
Martin Pool
1
-0
/
+3
2003-03-05
Use PRINTER_ALL_ACCESS instead of MAXIMUM_ALLOWED_ACCESS in setprinter
Tim Potter
1
-1
/
+1
2003-03-05
More const fixes.
Jeremy Allison
2
-3
/
+3
2003-03-05
Writable string const fixes.
Jeremy Allison
3
-8
/
+14
2003-03-05
Connectathon fix. W2K -> W2K over port 445 doing a tconX does the full
Jeremy Allison
1
-7
/
+2
2003-03-04
Fix another 'off by one' bug with safe_strcpy(). It is unclear if the intent
Andrew Bartlett
1
-2
/
+2
2003-03-03
Another pstrcpy() into malloc()ed buffer fix.
Andrew Bartlett
1
-2
/
+2
[next]