summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-03-10Include valgrind.h if present on the system.Martin Pool1-0/+5
2003-03-10Check for valgrind.hMartin Pool1-0/+1
2003-03-09Try not to clobber the session request.Andrew Bartlett1-3/+15
2003-03-09Add Ronan Waide's info about the setdriver call.Jelmer Vernooij1-4/+24
2003-03-09Add some printing question & answersJelmer Vernooij2-0/+18
2003-03-09Change the way we sign SMB packets, to a function pointer interface.Andrew Bartlett6-153/+346
2003-03-09Don't fault on error returns (ptr == 0) for this LSA query.Andrew Bartlett1-10/+13
2003-03-08This is C, not C++Andrew Bartlett1-4/+4
2003-03-08more on idmapSimo Sorce3-78/+207
2003-03-08Add Q&A for people having trouble trying to log in without a properJelmer Vernooij1-0/+14
2003-03-08Add notes on increasing performance on AIX, based on an email from William JojoJelmer Vernooij1-0/+12
2003-03-08Testparm needs the extra arg to set_local_machine_name() too.Andrew Bartlett1-1/+1
2003-03-08Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett8-19/+39
2003-03-08Make it clear that this is a fstrcpy().Andrew Bartlett1-2/+2
2003-03-08Fix typo in earlier fix, caught by Ranjit @ HP.Jeremy Allison1-1/+1
2003-03-08some more codeSimo Sorce4-0/+474
2003-03-07initial work for the new idmpa interfaceSimo Sorce2-0/+194
2003-03-07Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison3-3/+3
2003-03-07Add early prototype of cifs mount helper for LinuxSteve French1-0/+389
2003-03-07Missed parentheses around complex logic.Jeremy Allison1-1/+2
2003-03-07Patch from Michael Steffens. In his own words :Jeremy Allison1-78/+199
2003-03-07Some progress towards gums and tdbsam2Simo Sorce10-286/+1166
2003-03-07Limit the number of SIDs that may be looked up, in line with existing codeAndrew Bartlett1-0/+5
2003-03-07safe_strcpy() -> fstrcpy() fix, and a cleanup to how rpcclient calls theAndrew Bartlett2-9/+4
2003-03-07Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.Jeremy Allison1-0/+3
2003-03-07Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison3-69/+227
2003-03-06Add documentation on line returned by 'add printer command' scriptJelmer Vernooij1-1/+7
2003-03-06Redirect to printer docs for removed optionsJelmer Vernooij1-0/+3
2003-03-06add #define for the max device name length in a DEVICEMODEGerald Carter3-2/+4
2003-03-06Make smbtorture use the same cli_full_connection() framework as the rest ofAndrew Bartlett4-865/+842
2003-03-06more off-by-one safe_strcpy()Andrew Bartlett1-3/+3
2003-03-06More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())Andrew Bartlett4-30/+30
2003-03-06FIXME about crash on failure case.Martin Pool1-2/+5
2003-03-05Add *SMBSERVER fallback code to smbtorture ...Richard Sharpe1-3/+17
2003-03-05Add code to allow us to specify the port to connect on when performingRichard Sharpe1-6/+14
2003-03-05Use new configure test to turn on this automated test for correct stringAndrew Bartlett1-1/+1
2003-03-05A couple more fixes for fstrcpy() into a malloced region. In this case it'sAndrew Bartlett2-5/+5
2003-03-05Add a test for a useful property of the compiler - we can get link-timeAndrew Bartlett1-0/+18
2003-03-05also ignore the autom4te-2.53.cacheAndrew Bartlett1-1/+1
2003-03-05This file has not been maintained for a while - if we really want thisAndrew Bartlett1-3/+0
2003-03-05lp_string: Add note about dodgy StrnCpy use.Martin Pool1-0/+3
2003-03-05Use PRINTER_ALL_ACCESS instead of MAXIMUM_ALLOWED_ACCESS in setprinterTim Potter1-1/+1
2003-03-05More const fixes.Jeremy Allison2-3/+3
2003-03-05Writable string const fixes.Jeremy Allison3-8/+14
2003-03-05Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison1-7/+2
2003-03-04Fix another 'off by one' bug with safe_strcpy(). It is unclear if the intentAndrew Bartlett1-2/+2
2003-03-03Another pstrcpy() into malloc()ed buffer fix.Andrew Bartlett1-2/+2
2003-03-03Const warning fixes.Jeremy Allison1-2/+2
2003-03-03dlsym takes a const char *.Jeremy Allison1-1/+1
2003-03-03Fix "might be used uninitialised" warnings.Jeremy Allison1-2/+2