1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

17 Commits

Author SHA1 Message Date
Jelmer Vernooij
666611d034 r2922: Add note about 'server-side' binding strings 2007-10-10 12:59:48 -05:00
Andrew Tridgell
c4c427576c 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.
2007-10-10 12:59:25 -05:00
Andrew Tridgell
7d3effccb2 r2052: rewrote the talloc section of the programming guide 2007-10-10 12:58:21 -05:00
Jelmer Vernooij
3df8ff6cf1 r955: Update debian package rules... builds now 2007-10-10 12:56:22 -05:00
Jelmer Vernooij
9bd7e9438e r137: Add notes about handles in dcesrv pipes 2007-10-10 12:51:10 -05:00
Andrew Tridgell
7bc10b350f r109: a test commit 2 2007-10-10 12:51:08 -05:00
Andrew Tridgell
a374d6012d r108: a test commit 2007-10-10 12:51:08 -05:00
Andrew Tridgell
c6546442a4 r107: a test commit 2007-10-10 12:51:08 -05:00
Andrew Tridgell
1497f8c113 r106: add an idea about SMB UNC names 2007-10-10 12:51:08 -05:00
Andrew Tridgell
b87af5a37b r35: a test commit - 2 2007-10-10 12:50:40 -05:00
Andrew Tridgell
87429a0c99 r34: a test commit 2007-10-10 12:50:40 -05:00
Stefan Metzmacher
40abf3c584 - 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
-
Andrew Tridgell
74f36d32bb no longer require the pipe name or tcp port number to be the first
option in the ncacn_* syntax
-
Andrew Tridgell
31d8e0a7cf much better docs on the smbtorture ncacn syntax, including how to
choose bigendian smbtorture on the command line
-
Andrew Tridgell
4a6822eb5b added some ncacn_* binding string examples -
Andrew Tridgell
5b9f7bc8b5 added some NTVFS info, and started the process model section -
Andrew Tridgell
f0b309cb30 the beginnings of a samba4 programming guide -