summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r9476: Make intention to ignore result of receiving excplicit. Fixes warning ...Alexander Bokovoy2007-10-101-1/+1
* r9473: - assume the case that happens on most boxes, to remove compiler warni...Stefan Metzmacher2007-10-101-0/+5
* r9472: Add read-only version of Samba3 registry database (doesn't compile yet)Jelmer Vernooij2007-10-101-0/+172
* r9465: handle encoding and decoding of pointers, representing them as aAndrew Tridgell2007-10-101-0/+2
* r9464: fixed a problem with child pointers copied into non-allocated mpr vari...Andrew Tridgell2007-10-102-3/+17
* r9463: Fix DumpFunction() (was ignoring elements)Jelmer Vernooij2007-10-102-5/+6
* r9462: Fix locations for generating the yapp filesJelmer Vernooij2007-10-103-66/+66
* r9461: Couple of very small fixes.Jelmer Vernooij2007-10-102-3/+6
* r9460: - Move pidl to lib/. This fixes standalone installation of pidl.Jelmer Vernooij2007-10-1028-4/+32
* r9459: Move pidl up one level (to prevent too much nesting)Jelmer Vernooij2007-10-1041-9/+9
* r9455: Support for reading the policy databaseJelmer Vernooij2007-10-105-1/+134
* r9453: Add samba3_samaccount (fix the build)Jelmer Vernooij2007-10-101-0/+1
* r9451: some fixes now core.schema and cosine.schema are also read properlySimo Sorce2007-10-101-5/+29
* r9450: Initial work on reading group mapping database.Jelmer Vernooij2007-10-101-0/+483
* r9449: Add simple utility for dumping Samba3 domain information. CurrentlyJelmer Vernooij2007-10-105-14/+167
* r9448: Work on reading the secrets tdb. Build tdbsam support by default.Jelmer Vernooij2007-10-104-9/+545
* r9447: Add a new tool to convert openLdap schema files into an ldifSimo Sorce2007-10-104-7/+604
* r9446: clean up old test fileSimo Sorce2007-10-101-559/+37
* r9445: Support flags, add DATA_BLOB supportJelmer Vernooij2007-10-103-6/+100
* r9442: Support some more primitive types. Fix charset support.Jelmer Vernooij2007-10-101-15/+90
* r9441: Use "const char *" for fixed-size arrays with charset() becauseJelmer Vernooij2007-10-103-29/+41
* r9440: Fix bug introduced by new zero-padding code. Caught by the buildfarm.Jelmer Vernooij2007-10-101-6/+9
* r9439: Make sure the remainder of the array is always initialized if the buff...Jelmer Vernooij2007-10-101-1/+7
* r9438: Add initial files for ldb_mapJelmer Vernooij2007-10-102-0/+58
* r9437: Update PLAN and README for Samba3 compatibility layerJelmer Vernooij2007-10-105-10/+354
* r9433: - Update TODO & READMEJelmer Vernooij2007-10-104-40/+191
* r9431: Check an error code in BASE-DELETE.Volker Lendecke2007-10-101-2/+13
* r9430: Remove obsolete file.Jelmer Vernooij2007-10-103-100/+153
* r9429: Update link to DCOM spec. Fix HRESULT values.Jelmer Vernooij2007-10-102-5/+3
* r9424: Remove duplicate interface name in DCERPC subdissector strings. AlsoTim Potter2007-10-101-5/+9
* r9423: Fix a typo.Tim Potter2007-10-101-1/+1
* r9422: Include crypto.h header.Andrew Bartlett2007-10-101-0/+1
* r9421: Move arcfour code into it's own file, in lib/crypto.Andrew Bartlett2007-10-105-69/+101
* r9420: Fix the SPNEGO system again: Update the state position afterAndrew Bartlett2007-10-101-4/+6
* r9419: Silly, silly, untested mistake...Andrew Bartlett2007-10-101-2/+2
* r9418: SPNEGO fixes:Andrew Bartlett2007-10-101-18/+29
* r9417: Ask for the ASYNC_REPLIES feature, as will want that.Andrew Bartlett2007-10-101-0/+1
* r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett2007-10-106-170/+160
* r9415: Remove old kerberos code (including salt guessing code) that has onlyAndrew Bartlett2007-10-103-713/+8
* r9414: Fix failure to find own domain info due to recent ldb_dn upgrade - weAndrew Bartlett2007-10-101-2/+2
* r9413: Bring Samba4 back up to date with lorikeet-heimdal.Andrew Bartlett2007-10-1026-609/+1613
* r9412: Simplfy this NTLM authentication code by requiring the caller toAndrew Bartlett2007-10-102-96/+42
* r9411: Ensure we don't send a challenge without first getting a negotiate inAndrew Bartlett2007-10-102-2/+9
* r9410: - a winreg_CloseKey() should return a zero key on success (zeroing theAndrew Tridgell2007-10-101-7/+4
* r9409: fix a problem that volker noticed with web page timeouts causing smbdAndrew Tridgell2007-10-102-2/+25
* r9406: Add const.Andrew Bartlett2007-10-101-3/+3
* r9396: ntlm_auth updates, including again support for the NTLMSSP clientAndrew Bartlett2007-10-101-2/+8
* r9394: avoid to use BOOL in ldbSimo Sorce2007-10-102-8/+4
* r9393: Fix ldb standalone buildSimo Sorce2007-10-102-0/+6
* r9392: Fix ldb_dn_compose to make build farm happySimo Sorce2007-10-107-42/+36