summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r1793: try to bind multiple times as anonimous and userSimo Sorce2007-10-103-7/+98
| | | | | | | | added -D parameter to torture to be able to specify: - user dn - base dn - user secret (This used to be commit 0eaec28f5c511a28764a1d350c2eaaf37272eb62)
* r1792: split ldap_setup_connection() and provide an ldap_bind_simple() functionSimo Sorce2007-10-101-22/+42
| | | | (This used to be commit d9f8f97c9eaa8078f411adf0a8db607365082197)
* r1790: a few updates on krb5 PAC...Stefan Metzmacher2007-10-102-14/+34
| | | | | metze (This used to be commit 5a3a10c004ee2c94c42f08d52b36c75b413bdb79)
* r1786: Add support for the 'helpstring' attribute on interfacesJelmer Vernooij2007-10-104-1/+12
| | | | (This used to be commit 85fb26a05d57e58795b0c0ffa93dc9e0fa902431)
* r1785: remove unneeded dependencies on openldap client librariesSimo Sorce2007-10-103-17/+4
| | | | (This used to be commit 44083e317855f6d8a0b4a81002a3376e8775df28)
* r1784: a few minor changes and debug the decoded PAC_DATAStefan Metzmacher2007-10-101-8/+10
| | | | | metze (This used to be commit 250485b69fbdd494bfd6c69bae94662e24fb0117)
* r1774: Add the uuids of the known exchange pipesJelmer Vernooij2007-10-104-0/+81
| | | | (This used to be commit 0e07a068b4fa6eaa4c73681dc2e4c156605aba89)
* r1773: fix the buildStefan Metzmacher2007-10-101-2/+1
| | | | | metze (This used to be commit 4e1156602caf60b3c0659d9d5e7aba8e430153e2)
* r1771: OK Let's add tests for ldap.Simo Sorce2007-10-107-5/+105
| | | | | Thanks to Metze and Volker for their unvaluable support :) (This used to be commit e6a6c0737ab94d58930c0d4e1ef0bb4d99510833)
* r1770: here's the krb5 server code,Stefan Metzmacher2007-10-105-37/+328
| | | | | | | | there're some cleanups needed and we need to verify the PAC correctly and create the auth_session_info correctly... metze (This used to be commit d8fe497097ee49611bb05c4a2fed36912d8e16b4)
* r1769: Add a new torture test to check vuid properties, and ↵Andrew Bartlett2007-10-103-5/+46
| | | | | | | SPNEGO/non-SPNEGO games. Andrew Bartlett (This used to be commit 90d70a63ee6d44172cec99a9115817f666b5d06d)
* r1768: Add some debugs to assist in SMB signing debugging.Andrew Bartlett2007-10-101-0/+12
| | | | | Andrew Bartlett (This used to be commit 32b45fc9e8ff1d0b73bbec1eb1d249af3ec52e46)
* r1767: Checkin of workarea. Sorry Jelmer but this overwrites some of your ↵Tim Potter2007-10-107-1139/+1039
| | | | | | | | | | changes which I will have to merge in later on. This latest version of eparser tries to stick more closely to the original parser.pm. (This used to be commit 456a4d1d72807da037417073f346451421638c2f)
* r1766: we do not have smb_read_error in samba4Simo Sorce2007-10-101-4/+0
| | | | (This used to be commit 1c3d52cea4dff57b14ee9bc197001fadb1d18abf)
* r1762: Ensure that a user (as opposed to guest) cannot login without SPNEGO,Andrew Bartlett2007-10-101-4/+6
| | | | | | | when we have negotiated SPNEGO. Andrew Bartlett (This used to be commit 07e3d2c4cd77d06c9ffaefd481ba58e4debe028c)
* r1761: start porting valuable volker's work on ldap from trunkSimo Sorce2007-10-101-64/+62
| | | | | | | all ldb functions has been renamed to ldap_ as we don't really want to include ldb functions here, let's keep ldap and ldb separate. (This used to be commit f9d7b731c910b530a0a6c0f0c09c809f3e7b4167)
* r1760: name the structSimo Sorce2007-10-101-1/+1
| | | | (This used to be commit 512c410860a5947c94187454d7220ad1df08a6c0)
* r1759: Add some helper functions to read and write data to a socket with ↵Simo Sorce2007-10-101-0/+112
| | | | | | timeout (again from volker in trunk) (This used to be commit 40d8262e7dbba76f88f1900744ed02f9f7fcdadd)
* r1758: Move and enhance the add_string_to_array function as per volker job ↵Simo Sorce2007-10-102-15/+18
| | | | | | on trunk (This used to be commit 606caddeb95382287fa41a5017ca473d0301be6b)
* r1757: much simpler (and smaller, faster etc) way of doing relative pointersAndrew Tridgell2007-10-105-88/+116
| | | | | | | | | in pidl. This mechanism should be much easier to extend to the "retrospective subcontexts" that jelmer needs. also produced more standards complient full-pointer offsets. This keeps ethereal happy with decoding our epmapper frames. (This used to be commit ecb7378bbcd86727aedfa04a9e302e06b0a2ccd9)
* r1756: merge volkers ldap client lib to samba4 for simo to start with theStefan Metzmacher2007-10-108-28/+2379
| | | | | | | | | ldap server code it's not compiled in yet... metze (This used to be commit 48939adca1332ff90f9287311c0e9ff3e2e5917a)
* r1752: Fix compile bugs on C (rather than C++) tolerant compilers.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 0949b72645024a6810f447fe8acb643f98588ab3)
* r1749: added some random stuff that captures some discussions volker and IAndrew Tridgell2007-10-101-0/+22
| | | | | | just had on emulating % macros from smb.conf in a possible ldb based config system (This used to be commit d547479290e30d4fd86ab718528e879a28f71447)
* r1748: don't segfault if there's no ticketStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit b8985892964e84ca09d611540811d5a50a31232e)
* r1747: don't segfault when the spnego mech only use one call from the client ↵Stefan Metzmacher2007-10-101-9/+19
| | | | | | | to finish metze (This used to be commit ddac5e46d42d3b2daae10107b1bcb3b138de7474)
* r1746: Remove more cruft from the SMB signing code.Andrew Bartlett2007-10-101-36/+20
| | | | | Andrew Bartlett (This used to be commit b176151b7294b03534921a26db4fb4be1e5d617c)
* r1745: More work on cleaning up SMB signing.Andrew Bartlett2007-10-102-182/+116
| | | | | | | This removes the function pointer mess from the SMB signing code. Andrew Bartlett (This used to be commit 8830603e4bc821a11db87072a32a51b076a28e06)
* r1742: Add the IDispatch interfaceJelmer Vernooij2007-10-102-36/+108
| | | | (This used to be commit 798017bd10338a3a53aa5616a5eeb1146b24180f)
* r1741: fixed padding of setpathinfo in serverAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 2b41de48b24d5850a2e3a5834916403f44a6d9ed)
* r1740: fixed the torture suite for ASCII-only serversAndrew Tridgell2007-10-105-9/+16
| | | | (This used to be commit c3bce90be745db3e7cbf8273c1c8496920332f5e)
* r1739: fixed the padding in setpathinfo, noticed when forcing negotiated ↵Andrew Tridgell2007-10-101-8/+8
| | | | | | ascii strings (This used to be commit fc75dc49025f4beb0f1df656cfe4ec497e693dcc)
* r1738: honor the "unicode=yes/no" option in the SMB client libraryAndrew Tridgell2007-10-101-2/+4
| | | | (This used to be commit b6664bdd0f4125a483620b76a87ea69cad866d6a)
* r1737: don't segfault when a mech don't have a session_info hookStefan Metzmacher2007-10-101-0/+3
| | | | | metze (This used to be commit 68f3e538265b59ec818917b914678485585795a6)
* r1736: - Pidl updates:Jelmer Vernooij2007-10-1017-794/+860
| | | | | | | | - Support for "object oriented" interfaces in pidl - Support for inherited interfaces in pidl - Simplification of the support for properties on an interface - Start on dcom rpc torture tests (This used to be commit 45c3d0036b8510102816f9cdff9210098259cc5f)
* r1735: Clean up SMB signing - we don't have more than one 'real' way to signAndrew Bartlett2007-10-102-38/+16
| | | | | | | a packet, so don't pretend we do... Andrew Bartlett (This used to be commit 68a6d5aeb35e8972182fffbb6cc506f89584b2d5)
* r1731: Add server-side SPNEGO support to Samba (disabled, until SMB signingAndrew Bartlett2007-10-103-171/+356
| | | | | | | is reworked). Andrew Bartlett (This used to be commit 73ee549b8c54e93556ff0105941996e0d4de8303)
* r1730: We cannot dereference c->tree here, as there is not a tree yet.Andrew Bartlett2007-10-101-2/+2
| | | | | Andrew Bartlett (This used to be commit c9b5f335f8d270ba38848a56e7f5a9e05036a654)
* r1729: Make the SMB signing code more generic (to share more between client ↵Andrew Bartlett2007-10-102-53/+70
| | | | | | | and servers). Andrew Bartlett (This used to be commit b90b04e84bc8add235cf9ee7797a608ff48c4ca0)
* r1727: SPNEGO session setup replies need to include the blob, even on errorAndrew Bartlett2007-10-101-5/+4
| | | | | | | cases, so don't shorten them back to 0 byte data length. Andrew Bartlett (This used to be commit 66c54fe7ebdbe1348731191d86ac4804e99d114e)
* r1726: Fix up the comments and indenting.Andrew Bartlett2007-10-101-5/+3
| | | | | Andrew Bartlett (This used to be commit 30275764d8f22c47d46195e155d07c106ca3beba)
* r1725: Remove a silly 'utility' function.Andrew Bartlett2007-10-101-16/+4
| | | | | Andrew Bartlett (This used to be commit 4d563d7e4afad1c5f583aca3f42087bfff0fb895)
* r1724: Add a new function to return the list of available OIDs.Andrew Bartlett2007-10-101-9/+39
| | | | | | | (Used in our SPNEGO code). Andrew Bartlett (This used to be commit c91d6b6f9b53e64069fd5860f677bc1b4c250f0c)
* r1723: Make sure we bail out on error in reading a OID.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit 6da7b65851aa4932aab56d1ab0f8fc67ccb62cdf)
* r1714: Initial docs on DCOM stuff and build utilitiesJelmer Vernooij2007-10-101-0/+69
| | | | (This used to be commit 6491e76f6ad8ccfc1ef333bcce5251aa519c52ce)
* r1712: this should fix a bug with a spinning client when a server diesAndrew Tridgell2007-10-101-0/+4
| | | | | unexpectedly. bug found by abartlett. (This used to be commit 566b7a9ce986cdfeabb69f17c472782fc7494d43)
* r1711: Add ServerAlive2Jelmer Vernooij2007-10-101-0/+6
| | | | (This used to be commit fe6f82f3d9146c1fc9efb3b47a9e63361b62be14)
* r1708: fix jelmers bugs:-)Stefan Metzmacher2007-10-101-0/+1
| | | | | metze (This used to be commit ea076556602b81d33b4165f8a17bce1e127fb37f)
* r1706: More IDL pipesJelmer Vernooij2007-10-102-0/+32
| | | | (This used to be commit fbbb020ea6a7cd8e7192b67ef8b45dbbc8474399)
* r1703: - Lots of RPC updates, adding new pipes and protocols.Jelmer Vernooij2007-10-1015-93/+893
| | | | | - More updates/fixes to the ethereal parser generator (This used to be commit 547f860285b117e291bf3dbaca0707dc268b214e)
* r1701: Bugfixes to Tim's ethereal parser generatorJelmer Vernooij2007-10-103-14/+59
| | | | (This used to be commit 8cd33b6cce6aaf8e819001d52bc77659b4116be9)