1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

10997 Commits

Author SHA1 Message Date
Tim Potter
2a96239301 Merge of TRUE/FALSE preprocessor traps from HEAD. -
Tim Potter
5b1807dddf Merge of samr lookup domain rpc client call from HEAD. -
Tim Potter
68075fb97f Merge create/delete domain user samr calls from HEAD. -
Tim Potter
ea38b0d7f0 Merge a bunch of updates from HEAD:
- winbind nss client cleanups
 - new rpc echo pipe
-
Tim Potter
bb812d1670 Merge a bunch of updates from HEAD:
- whitespace syncup
 - winbind nss client cleanups
 - new rpc echo pipe
 - prettier warnings for out of date autoconf scripts
-
Tim Potter
1617403929 Syncup stf directory with HEAD. -
Tim Potter
b7af3cda28 Merge removal of some unused functions. Commit mistakenly included with
new rpc echo pipe.
-
Tim Potter
a2b1a7533e Merge of Simo's strncat -> StrnCpy fix. -
cvs2svn Import User
381649916e This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Simo Sorce
c37467651b strncat get sometimes optimized to strcat by glibc and that triggers our
"don't use strcat" define

reworked to snprintf
-
Jelmer Vernooij
675333350a Patch from Armijn Hemel <armijn@nl.linux.org> to fix build on
FreeBSD 5 systems with a broken krb5-config
-
Jelmer Vernooij
741d5c3cd8 Patch from Armijn Hemel <armijn@nl.linux.org> to fix build on
FreeBSD 5 systems with a broken krb5-config
-
Gerald Carter
71c2335239 add smbcquotas to list of ignored files -
Gerald Carter
ad2765bb5e * We must return 0x2 as the majorversion for nt4 to upload drivers
* fix bug found by clobber_region()
-
Gerald Carter
b2e29c7bd4 * We must return 0x2 as the majorversion for nt4 to upload drivers
* fix bug found by clobber_region()
-
Gerald Carter
74fab8f0d2 smbcquota patch from metze -
Gerald Carter
beedde03fc cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L. -
Gerald Carter
36d62e5667 cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L. -
Gerald Carter
78b2c1be7d simple fix to hopefully speed up srv_spoolss_replyopenprinter().
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.
-
Gerald Carter
23f0fcf642 simple fix to hopefully speed up srv_spoolss_replyopenprinter().
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.
-
Richard Sharpe
c1559003fe Janitorial duties to make autogen.sh portable. -
Volker Lendecke
e99a40a711 Set the default schannel params to False until we know more.
Volker
-
Volker Lendecke
eef7db25ec Set the default schannel parameters to False until we know more.
Volker
-
Gerald Carter
31eaf11d2e workaround streams leak on SCO openserver 5.0.x -
Gerald Carter
ab51878a97 workaround streams leak on SCO openserver 5.0.x -
Tim Potter
4ccd34ef83 A new RPC pipe! The \pipe\echo named pipe is for testing large RPC
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.
-
Shirish Kalele
b3bd481857 Handle deep referrals: check whether each component in the requested path of
a referral request is a dfs link, and redirect.
Thanks to John Janosik <jpjanosi@us.ibm.com> for the patch.
-
Shirish Kalele
2c4e59cf26 Handle deep referrals: check whether each component in the requested path of
a dfs referral is a dfs link, and redirect.
Thanks to John Janosik <jpjanosi@us.ibm.com> for the patch.
-
Jeremy Allison
9e6e6c3f50 Grr. Get rid of one of the extra NULL's that crept in from app-head.
Spotted by Andrew Esh.
Jeremy.
-
Jeremy Allison
9783929d4e Fix from Andrew Esh to ensure tdb_pack can't segfault.
Jeremy.
-
Jeremy Allison
11b914ed84 Fix from Andrew Esh to ensure tdb_pack can't segfault.
Also stop it leaking memory like a sieve !
Jeremy.
-
Jeremy Allison
8a6f3313e6 Ensure we're not filtering our essential delete messages.
Added jobid debug when unpacking message.
Jeremy.
-
Jeremy Allison
8bab6e3206 Ensure we're not filtering our essential delete messages.
Added jobid debug when unpacking message.
Jeremy.
-
Tim Potter
1cc5b2881c Fixes to linker flags for AIX winbind client from Stephen Roylance. -
Jeremy Allison
bc094789b9 Added using different cnum test. WinXP and Samba now pass - Win2k fails.
Jeremy.
-
Jeremy Allison
186d53cbc1 Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.
Jeremy.
-
Jeremy Allison
cfbd02b170 Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.
Jeremy.
-
Jeremy Allison
e07dd4d93d Ensure we have WinXP-like semantics for checking TIDs and FIDs.
Add torture test to ensure this is so.
Jeremy.
-
Jeremy Allison
52e44dde4e Ensure we have WinXP-like semantics for checking TIDs and FIDs.
Jeremy.
-
Simo Sorce
646eb2dda6 port HEAD mods -
Simo Sorce
bc5d1873da collaps same repeted task into 2 code paths -
Jim McDonough
28ab8504cf Complete what I've seen (and then some)t of the PAC.
I haven't seen the rid+attr arrays for group membership, nor sids or the same
kind of arrays for resource domains, so I don't know how that will work.

Also, the PAC info type 10 is now decoded, but I don't know what it's for.
It has an NTTIME, a 16-bit name length, and a username.  According to M$,
it's not needed, because they didn't doc it...
-
Volker Lendecke
eaef0d8aef This is the netlogon schannel client code. Try a
rpcclient -S pdc -U% -c "samlogon user password"

and it should work with the schannel. Needs testing against platforms
different from NT4SP6.

Volker
-
Volker Lendecke
ecd0ee4d24 This is the netlogon schannel client code. Try a
rpcclient -S pdc -U% -c "samlogon user password"

and it should work with the schannel. Needs testing platforms
different from NT4SP6.

Volker
-
Gerald Carter
8fd9450c83 no needed anymore -
Gerald Carter
9d0a82078c no needed anymore -
Jelmer Vernooij
c131c128e3 Fix double free on error and typo -
Jelmer Vernooij
84b116f9c0 Fix double free on error and typo -
Jelmer Vernooij
49926d706f Use fprintf(f, ...) instead of plain printf() - patch by Ronan Waide -
Jelmer Vernooij
890cc17c41 Use fprintf(f, ...) instead of plain printf() - patch by Ronan Waide -