summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge of Jelmer's usage updates for net.Tim Potter2003-04-144-5/+8
| |
* | Merge of bugfix for cli_lsa_query_info_policy() usage.Tim Potter2003-04-141-5/+7
| |
* | Merge rewrite of smbcontrol.Tim Potter2003-04-141-549/+572
| |
* | Merge:Tim Potter2003-04-147-432/+242
| | | | | | | | - Jelmer's latest popt changes
* | Merge:Tim Potter2003-04-141-23/+0
| | | | | | | | - debugging tdb messages now initialised and handled in lib/messages.c
* | Merge:Tim Potter2003-04-141-91/+27
| | | | | | | | | | - Jelmer's latest popt changes - debugging tdb messages now initialised and handled in lib/messages.c
* | Merge: remove tallocdump messages.Tim Potter2003-04-141-4/+0
| |
* | Array size fixup for construct_nt_devicemode() from HEAD.Tim Potter2003-04-141-1/+1
| |
* | Syncup new HEAD version.Tim Potter2003-04-141-128/+169
| |
* | Comment syncup.Tim Potter2003-04-141-0/+21
| |
* | Whitespace syncup.Tim Potter2003-04-144-7/+7
| |
* | Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-145/+12
| | | | | | | | | | Also merged a bunch of other random changes as this file has been drifting off due to lack of janitors.
* | Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-148-226/+286
| |
* | Syncup popt changes with HEAD.Tim Potter2003-04-142-4/+3
| |
* | Merge new popt_common.h include file.Tim Potter2003-04-141-15/+9
| |
* | Whitespace syncup.Tim Potter2003-04-141-1/+1
| |
* | Merge of new sid type (SID_NAME_COMPUTER) and tidyup.Tim Potter2003-04-142-2/+2
| |
* | Fix a compiler warning.Tim Potter2003-04-141-1/+1
| |
* | Whoops - missed some tdb message registrations from a previous merge.Tim Potter2003-04-141-0/+5
| |
* | Merge of doxygen updates from HEAD.Tim Potter2003-04-141-14/+14
| |
* | Remove outdated file.Tim Potter2003-04-141-3/+0
| |
* | Syncup with version of config.guess from HEAD.Tim Potter2003-04-141-118/+219
| |
* | Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter2003-04-146-3/+25
| | | | | | | | Only compiled in when --enable-developer argument passed to configure.
* | Merge of tdbtool multi-line string fix.Tim Potter2003-04-141-17/+17
| |
* | Merge of TRUE/FALSE preprocessor traps from HEAD.Tim Potter2003-04-141-1/+14
| |
* | Merge of samr lookup domain rpc client call from HEAD.Tim Potter2003-04-142-0/+90
| |
* | Merge create/delete domain user samr calls from HEAD.Tim Potter2003-04-144-146/+404
| |
* | Merge a bunch of updates from HEAD:Tim Potter2003-04-141-0/+19
| | | | | | | | | | - winbind nss client cleanups - new rpc echo pipe
* | Merge a bunch of updates from HEAD:Tim Potter2003-04-141-17/+21
| | | | | | | | | | | | | | - whitespace syncup - winbind nss client cleanups - new rpc echo pipe - prettier warnings for out of date autoconf scripts
* | Syncup stf directory with HEAD.Tim Potter2003-04-143-6/+46
| |
* | Merge removal of some unused functions. Commit mistakenly included withTim Potter2003-04-141-44/+0
| | | | | | | | new rpc echo pipe.
* | Merge of Simo's strncat -> StrnCpy fix.Tim Potter2003-04-131-4/+3
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-04-1317-0/+2688
|\|
| * strncat get sometimes optimized to strcat by glibc and that triggers ourSimo Sorce2003-04-121-4/+3
| | | | | | | | | | | | "don't use strcat" define reworked to snprintf
| * Patch from Armijn Hemel <armijn@nl.linux.org> to fix build onJelmer Vernooij2003-04-121-2/+2
| | | | | | | | FreeBSD 5 systems with a broken krb5-config
| * add smbcquotas to list of ignored filesGerald Carter2003-04-111-0/+1
| |
| * * We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter2003-04-112-11/+26
| | | | | | | | * fix bug found by clobber_region()
| * smbcquota patch from metzeGerald Carter2003-04-1114-128/+1562
| |
| * cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.Gerald Carter2003-04-112-4/+4
| |
| * simple fix to hopefully speed up srv_spoolss_replyopenprinter().Gerald Carter2003-04-111-22/+36
| | | | | | | | | | | | | | Use the client address from the pipe->conn->client_address instead of trying to resolve the name in the _spoolss_rffpcn() request. Should make us more robust as well when the clients are not registered in DNS or WINS.
| * Set the default schannel params to False until we know more.Volker Lendecke2003-04-111-2/+2
| | | | | | | | Volker
| * workaround streams leak on SCO openserver 5.0.xGerald Carter2003-04-111-0/+4
| |
| * A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-1114-50/+837
| | | | | | | | | | | | | | | | | | | | | | | | | | | | requests and responses and is only compiled in when --enable-developer is passed to configure. It includes server and client side code for generating and responding to functions on this pipe. The functions are: - AddOne: add one to the uint32 argument and return ig - EchoData: echo back a variable sized char array to the caller - SourceData: request a variable sized char array - SinkData: send a variable sized char array and throw it away There's a win32 implementation of the client and server in the junkcode CVS repository in the rpcecho-win32 subdirectory.
| * Handle deep referrals: check whether each component in the requested path ofShirish Kalele2003-04-101-9/+10
| | | | | | | | | | a referral request is a dfs link, and redirect. Thanks to John Janosik <jpjanosi@us.ibm.com> for the patch.
| * Fix from Andrew Esh to ensure tdb_pack can't segfault.Jeremy Allison2003-04-101-9/+12
| | | | | | | | | | Also stop it leaking memory like a sieve ! Jeremy.
| * Ensure we're not filtering our essential delete messages.Jeremy Allison2003-04-102-13/+23
| | | | | | | | | | Added jobid debug when unpacking message. Jeremy.
| * Fixes to linker flags for AIX winbind client from Stephen Roylance.Tim Potter2003-04-102-1/+8
| |
| * Added using different cnum test. WinXP and Samba now pass - Win2k fails.Jeremy Allison2003-04-101-3/+23
| | | | | | | | Jeremy.
| * Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.Jeremy Allison2003-04-091-2/+2
| | | | | | | | Jeremy.
| * Ensure we have WinXP-like semantics for checking TIDs and FIDs.Jeremy Allison2003-04-091-0/+65
| | | | | | | | | | Add torture test to ensure this is so. Jeremy.