summaryrefslogtreecommitdiff
path: root/prog_guide.txt
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r6226: A couple of small typos ...Richard Sharpe1-2/+2
(This used to be commit d2c5320a18821439e49d3f7bffebc47129b8b057)
2007-10-10r5367: Minor typo fixes.Rafal Szczesniak1-2/+2
rafal (This used to be commit 64263be5346dc19af49ec929bc4caf31f93b16c6)
2007-10-10r4974: Update location of talloc_guide.txtTim Potter1-2/+3
(This used to be commit a2f25260224cd27e5730ba3dc0757dd14e709fd5)
2007-10-10r4962: add infrastructure to use raw krb5 auth in dcerpc client codeStefan Metzmacher1-0/+1
Note this doesn't work currently because the gensec_modules are not ready for that yet metze (This used to be commit 7b09a3f725baca5d4483b7ec24a9cb6151557bb5)
2007-10-10r4672: added the "spnego" flag to the binding string docsAndrew Tridgell1-10/+15
(This used to be commit 360aa583e7359a2e653d385a8d3c7977fd9614d1)
2007-10-10r4246: some very brief notes to myself on solving the case insensitivityAndrew Tridgell1-0/+15
problem, and the del *.* mangling problem. I promised jra that I would write a longer description of these soon. (This used to be commit b6827a03e77fd1db4cbd16d7b7fb4328ccfe7a46)
2007-10-10r3032: Somewhat stricter syntax for binding strings:Jelmer Vernooij1-13/+11
[] 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 c15862e778507287bddef7967383d4b5d22eaee9)
2007-10-10r2922: Add note about 'server-side' binding stringsJelmer Vernooij1-1/+4
(This used to be commit 666611d0343d61847341d8159d69e488f041a7ad)
2007-10-10r2716: created a separate detailed talloc_guide.txt document, after volkerAndrew Tridgell1-57/+4
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 c4c427576c02b27d829ae4aaee31cbf893b4a2ad)
2007-10-10r2052: rewrote the talloc section of the programming guideAndrew Tridgell1-29/+88
(This used to be commit 7d3effccb235e6f7a342c295f70e83362fb19a27)
2007-10-10r955: Update debian package rules... builds nowJelmer Vernooij1-3/+0
(This used to be commit 3df8ff6cf111c6601554bffb411506bd43f726c7)
2007-10-10r137: Add notes about handles in dcesrv pipesJelmer Vernooij1-0/+13
(This used to be commit 9bd7e9438e88545abe3a555624be4717db47e0c0)
2007-10-10r109: a test commit 2Andrew Tridgell1-0/+1
(This used to be commit 7bc10b350f3245d05967de581fec78152c686e71)
2007-10-10r108: a test commitAndrew Tridgell1-0/+1
(This used to be commit a374d6012d62497ad42b3d1957df1093f4b088b4)
2007-10-10r107: a test commitAndrew Tridgell1-0/+2
(This used to be commit c6546442a4ff4a65e7e88a1aa79698a32bee8fcc)
2007-10-10r106: add an idea about SMB UNC namesAndrew Tridgell1-0/+6
(This used to be commit 1497f8c113ac6294968ec681aa536180e5d9eb6b)
2007-10-10r35: a test commit - 2Andrew Tridgell1-0/+1
(This used to be commit b87af5a37b40687fbfc4b8d232e73b4459e58143)
2007-10-10r34: a test commitAndrew Tridgell1-2/+2
(This used to be commit 87429a0c99456118e6de841aa4f8948f136aa37f)
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-2/+3
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 40abf3c584efed7f977ddd688ea064540e5a5b13)
2003-12-16no longer require the pipe name or tcp port number to be the firstAndrew Tridgell1-4/+3
option in the ncacn_* syntax (This used to be commit 74f36d32bb14e94a80e1963cbc95f8fba3f23335)
2003-12-16much better docs on the smbtorture ncacn syntax, including how toAndrew Tridgell1-4/+24
choose bigendian smbtorture on the command line (This used to be commit 31d8e0a7cf9ab6e0cd23056333672de94d6a95b0)
2003-12-15added some ncacn_* binding string examplesAndrew Tridgell1-0/+31
(This used to be commit 4a6822eb5b9e880b1fb33c020aa88192384a063c)
2003-10-28added some NTVFS info, and started the process model sectionAndrew Tridgell1-14/+132
(This used to be commit 5b9f7bc8b54aa4318987a7e1e4eed528b03d5e9a)
2003-10-27the beginnings of a samba4 programming guideAndrew Tridgell1-0/+569
(This used to be commit f0b309cb304f5d39865e8c5f87350450a331ceb1)