summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* r9443: We can now move windows around anywhere on our SWAT "desktop".Deryck Hodge2007-10-101-7/+48
* 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
* r9434: moved the registry editor into a common js library. Deryck, does thisAndrew Tridgell2007-10-104-253/+181
* 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
* r9397: Playing with qooxdoo a bit and saving my work, so IDeryck Hodge2007-10-103-0/+208
* 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
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-1056-864/+1477
* r9390: fixed mixing of code and dataAndrew Tridgell2007-10-101-1/+2
* r9389: handle errors reading from files in web serverAndrew Tridgell2007-10-101-4/+5
* r9388: we should fault bad handles given to winreg_GetVersion()Andrew Tridgell2007-10-101-1/+5
* r9387: regedit uses "New Key #nn" for newly created keys, which conflicts wit...Andrew Tridgell2007-10-103-4/+17
* r9386: OpenKey with a bad name must return WERR_BADFILE (w2k3 regedit relies ...Andrew Tridgell2007-10-101-1/+1
* r9385: Remove unused functionsSimo Sorce2007-10-101-97/+0