1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

24 Commits

Author SHA1 Message Date
Richard Sharpe
6d0c1be1a4 r6226: A couple of small typos ...
(This used to be commit d2c5320a18)
2007-10-10 13:11:28 -05:00
Rafal Szczesniak
8f2ee50a27 r5367: Minor typo fixes.
rafal
(This used to be commit 64263be534)
2007-10-10 13:09:47 -05:00
Tim Potter
82e1012c60 r4974: Update location of talloc_guide.txt
(This used to be commit a2f2526022)
2007-10-10 13:09:10 -05:00
Stefan Metzmacher
c108689bf6 r4962: add infrastructure to use raw krb5 auth in dcerpc client code
Note this doesn't work currently because the gensec_modules are not ready for that yet

metze
(This used to be commit 7b09a3f725)
2007-10-10 13:09:10 -05:00
Andrew Tridgell
70071c2114 r4672: added the "spnego" flag to the binding string docs
(This used to be commit 360aa583e7)
2007-10-10 13:08:40 -05:00
Andrew Tridgell
b6a515aca4 r4246: some very brief notes to myself on solving the case insensitivity
problem, and the del *.* mangling problem. I promised jra that I would
write a longer description of these soon.
(This used to be commit b6827a03e7)
2007-10-10 13:07:28 -05:00
Jelmer Vernooij
656c04da48 r3032: Somewhat stricter syntax for binding strings:
[] is now mandatory
 : after the hostname is no longer allowed

examples of allowed binding strings:

ncacn_np:myhost[samr]
ncacn_ip_tcp:10.0.0.1[1045]
ncacn_ip_tcp:2001:7b8:37b:1:210:dcff:fecb:a9e3[1024,sign,seal]
ncacn_np:myhost
ncacn_ip_tcp:192.168.4.2
308FB580-1EB2-11CA-923B-08002B1075A7@ncacn_ip_tcp:192.168.4.2
308FB580-1EB2-11CA-923B-08002B1075A7@ncacn_ip_tcp:192.168.4.2[,print]

Note that the last two lines are not recognized by smbtorture as a binding
 string yet. dcerpc_parse_binding() does accept them though.
(This used to be commit c15862e778)
2007-10-10 13:00:00 -05:00
Jelmer Vernooij
1bf52be31e r2922: Add note about 'server-side' binding strings
(This used to be commit 666611d034)
2007-10-10 12:59:48 -05:00
Andrew Tridgell
864abe0e45 r2716: created a separate detailed talloc_guide.txt document, after volker
complained it was all too confusing :-)

I recommend that everyone who wants to work on Samba4 have a read of this.
(This used to be commit c4c427576c)
2007-10-10 12:59:25 -05:00
Andrew Tridgell
160ae47430 r2052: rewrote the talloc section of the programming guide
(This used to be commit 7d3effccb2)
2007-10-10 12:58:21 -05:00
Jelmer Vernooij
9fba08b621 r955: Update debian package rules... builds now
(This used to be commit 3df8ff6cf1)
2007-10-10 12:56:22 -05:00
Jelmer Vernooij
6dd7445398 r137: Add notes about handles in dcesrv pipes
(This used to be commit 9bd7e9438e)
2007-10-10 12:51:10 -05:00
Andrew Tridgell
7304bb8d7d r109: a test commit 2
(This used to be commit 7bc10b350f)
2007-10-10 12:51:08 -05:00
Andrew Tridgell
eb90531ca9 r108: a test commit
(This used to be commit a374d6012d)
2007-10-10 12:51:08 -05:00
Andrew Tridgell
1b6b6f716c r107: a test commit
(This used to be commit c6546442a4)
2007-10-10 12:51:08 -05:00
Andrew Tridgell
c58c7ea179 r106: add an idea about SMB UNC names
(This used to be commit 1497f8c113)
2007-10-10 12:51:08 -05:00
Andrew Tridgell
2e022b2c85 r35: a test commit - 2
(This used to be commit b87af5a37b)
2007-10-10 12:50:40 -05:00
Andrew Tridgell
66abe7bb8b r34: a test commit
(This used to be commit 87429a0c99)
2007-10-10 12:50:40 -05:00
Stefan Metzmacher
0b4da9d7e0 - add 'print' to the DCERPC binding strings
e.g.
  ncacn_np:myserver:[samr,sign,print]

  will now enable the packet debugging

  and the debugging is not bound anymore to the debuglevel >= 2
  in the torture tests

- also the dcesrv_remote module now supports debugging of the packets
  use the 'dcerpc_remote:binding' smb.conf parameter.

metze
(This used to be commit 40abf3c584)
2004-02-03 14:56:07 +00:00
Andrew Tridgell
ecc2519594 no longer require the pipe name or tcp port number to be the first
option in the ncacn_* syntax
(This used to be commit 74f36d32bb)
2003-12-16 10:15:21 +00:00
Andrew Tridgell
66a005deb4 much better docs on the smbtorture ncacn syntax, including how to
choose bigendian smbtorture on the command line
(This used to be commit 31d8e0a7cf)
2003-12-16 09:55:09 +00:00
Andrew Tridgell
8e61af23e2 added some ncacn_* binding string examples
(This used to be commit 4a6822eb5b)
2003-12-15 03:40:45 +00:00
Andrew Tridgell
f3d20c5c86 added some NTVFS info, and started the process model section
(This used to be commit 5b9f7bc8b5)
2003-10-28 04:31:42 +00:00
Andrew Tridgell
498d08518f the beginnings of a samba4 programming guide
(This used to be commit f0b309cb30)
2003-10-27 11:23:35 +00:00