summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't segfault on make_server_info_guest() failure - instead return theAndrew Bartlett2003-03-101-4/+2
* Use "$@" to preserve shell quoting in case somebody passes an escapedMartin Pool2003-03-101-1/+1
* fixed use_oplocks and the timeout in smbtorture startupAndrew Tridgell2003-03-101-6/+16
* added -i option for ignoring dot errors in masktestAndrew Tridgell2003-03-101-2/+9
* Makefile.in for NTLMSSP singing updateAndrew Bartlett2003-03-101-1/+1
* Further work on NTLMSSP-based SMB signing. Current status is that I cannnotAndrew Bartlett2003-03-105-48/+447
* Clobber strings with 0xf1f1f1f1 before writing to them to check bufferMartin Pool2003-03-101-8/+33
* Include valgrind.h if present on the system.Martin Pool2003-03-101-0/+5
* Check for valgrind.hMartin Pool2003-03-101-0/+1
* Try not to clobber the session request.Andrew Bartlett2003-03-091-3/+15
* Add Ronan Waide's info about the setdriver call.Jelmer Vernooij2003-03-091-4/+24
* Add some printing question & answersJelmer Vernooij2003-03-092-0/+18
* Change the way we sign SMB packets, to a function pointer interface.Andrew Bartlett2003-03-096-153/+346
* Don't fault on error returns (ptr == 0) for this LSA query.Andrew Bartlett2003-03-091-10/+13
* This is C, not C++Andrew Bartlett2003-03-081-4/+4
* more on idmapSimo Sorce2003-03-083-78/+207
* Add Q&A for people having trouble trying to log in without a properJelmer Vernooij2003-03-081-0/+14
* Add notes on increasing performance on AIX, based on an email from William JojoJelmer Vernooij2003-03-081-0/+12
* Testparm needs the extra arg to set_local_machine_name() too.Andrew Bartlett2003-03-081-1/+1
* Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2003-03-088-19/+39
* Make it clear that this is a fstrcpy().Andrew Bartlett2003-03-081-2/+2
* Fix typo in earlier fix, caught by Ranjit @ HP.Jeremy Allison2003-03-081-1/+1
* some more codeSimo Sorce2003-03-084-0/+474
* initial work for the new idmpa interfaceSimo Sorce2003-03-072-0/+194
* Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison2003-03-073-3/+3
* Add early prototype of cifs mount helper for LinuxSteve French2003-03-071-0/+389
* Missed parentheses around complex logic.Jeremy Allison2003-03-071-1/+2
* Patch from Michael Steffens. In his own words :Jeremy Allison2003-03-071-78/+199
* Some progress towards gums and tdbsam2Simo Sorce2003-03-0710-286/+1166
* Limit the number of SIDs that may be looked up, in line with existing codeAndrew Bartlett2003-03-071-0/+5
* safe_strcpy() -> fstrcpy() fix, and a cleanup to how rpcclient calls theAndrew Bartlett2003-03-072-9/+4
* Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.Jeremy Allison2003-03-071-0/+3
* Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison2003-03-073-69/+227
* Add documentation on line returned by 'add printer command' scriptJelmer Vernooij2003-03-061-1/+7
* Redirect to printer docs for removed optionsJelmer Vernooij2003-03-061-0/+3
* add #define for the max device name length in a DEVICEMODEGerald Carter2003-03-063-2/+4
* Make smbtorture use the same cli_full_connection() framework as the rest ofAndrew Bartlett2003-03-064-865/+842
* more off-by-one safe_strcpy()Andrew Bartlett2003-03-061-3/+3
* More safe_strcpy() off-by-one bug fixes. (mostly moves to pstrcpy()/fstrcpy())Andrew Bartlett2003-03-064-30/+30
* FIXME about crash on failure case.Martin Pool2003-03-061-2/+5
* Add *SMBSERVER fallback code to smbtorture ...Richard Sharpe2003-03-051-3/+17
* Add code to allow us to specify the port to connect on when performingRichard Sharpe2003-03-051-6/+14
* Use new configure test to turn on this automated test for correct stringAndrew Bartlett2003-03-051-1/+1
* A couple more fixes for fstrcpy() into a malloced region. In this case it'sAndrew Bartlett2003-03-052-5/+5
* Add a test for a useful property of the compiler - we can get link-timeAndrew Bartlett2003-03-051-0/+18
* also ignore the autom4te-2.53.cacheAndrew Bartlett2003-03-051-1/+1
* This file has not been maintained for a while - if we really want thisAndrew Bartlett2003-03-051-3/+0
* lp_string: Add note about dodgy StrnCpy use.Martin Pool2003-03-051-0/+3
* Use PRINTER_ALL_ACCESS instead of MAXIMUM_ALLOWED_ACCESS in setprinterTim Potter2003-03-051-1/+1
* More const fixes.Jeremy Allison2003-03-052-3/+3