summaryrefslogtreecommitdiffstats
path: root/source4/lib/samba3
Commit message (Collapse)AuthorAgeFilesLines
...
* r9672: Fix build for compilers that don't like undefined-length arrays at ↵Jelmer Vernooij2007-10-101-131/+113
| | | | | | the end of structs... (This used to be commit c2211df586337ff68bb805801959147065040c01)
* r9624: Support writing wins.ldifJelmer Vernooij2007-10-101-3/+24
| | | | (This used to be commit b0595d238bbcc4a3927914d1fd6032e9293da5cc)
* r9623: samba3dump now generates LDIF for the registry hives from registry.tdbJelmer Vernooij2007-10-107-58/+273
| | | | | couple of other small fixes (This used to be commit 06bc5d8e0950dd85b6f26a1355fa0a2ae178d30f)
* r9621: Bunch of bug fixes. Add 'format' option to samba3dump (text,summary,ldif)Jelmer Vernooij2007-10-109-78/+192
| | | | (This used to be commit dc6aab8d4a6d0fe47756c90d3d311b6009d571ff)
* r9616: Finish ldb_map module (still needs a lot of testing though...)Jelmer Vernooij2007-10-101-49/+165
| | | | | Add initial mapping table for ldb_samba3. Contains most attributes. (This used to be commit b73441b04d048919e95ee7f7bcae330c4dafefe7)
* r9602: Add support for reading share_info.tdb and smb.conf.Jelmer Vernooij2007-10-105-2/+231
| | | | | Add userdata argument to function pointers for pm_process() (This used to be commit 84b2fb34675fa557173621433838c5a7ec0f1283)
* r9595: Add ldb map moduleJelmer Vernooij2007-10-102-1/+52
| | | | (This used to be commit e0a0d3f092d601a22b7549a0278735e66239b301)
* r9591: - Remove empty fileJelmer Vernooij2007-10-101-1/+1
| | | | | | - Fix a couple of typo's - Fix build of lib/samba3/secrets.c for systems that don't have /usr/include/tdb.h... (This used to be commit b8c52900636515d1215ae79a70416db93ce4531c)
* r9589: Support reading secrets tdbJelmer Vernooij2007-10-104-476/+194
| | | | (This used to be commit dd15131b5219ecf0d09329c0de37c426b9147f45)
* r9581: Registry dbJelmer Vernooij2007-10-104-122/+107
| | | | (This used to be commit b264e9f56a434400277bb73898484aff93522fe8)
* r9563: I think this INIT_OBJ_FILES should be ADD_OBJ_FILES so that the ↵Tim Potter2007-10-101-1/+1
| | | | | | | | lib/samba3 source files are included in make proto. Fixes the build with ./configure.developer. (This used to be commit 691d6a04d76d55bfd61d581759b9be6a72880019)
* r9557: Some more updates. Use combined function for parsing a set ofJelmer Vernooij2007-10-108-445/+150
| | | | | samba3 databases (This used to be commit b91a695bd854c6d37ec536edb2db7b6f97fe69dc)
* r9555: More updates. Everything except for secrets.c compiles now..Jelmer Vernooij2007-10-1010-104/+339
| | | | (This used to be commit e59d6156b2d569ca788fe1824148f05f4a7a9918)
* r9552: Add idmap support.Jelmer Vernooij2007-10-101-0/+93
| | | | (This used to be commit 37882f22873fdeb3bf4ae90128e335abbd90db5f)
* r9472: Add read-only version of Samba3 registry database (doesn't compile yet)Jelmer Vernooij2007-10-101-0/+172
| | | | (This used to be commit 77cbb6299847bab1272cc681f4b8f54a9fca1339)
* r9455: Support for reading the policy databaseJelmer Vernooij2007-10-104-1/+132
| | | | (This used to be commit 7548a5012aad41bde0652d4532d184545997be86)
* r9450: Initial work on reading group mapping database.Jelmer Vernooij2007-10-101-0/+483
| | | | (This used to be commit 788fd262fc736a1bdb0fe6f266b31b2268f9d8d8)
* r9449: Add simple utility for dumping Samba3 domain information. CurrentlyJelmer Vernooij2007-10-105-14/+167
| | | | | | | only prints rids and usernames of users in passdb database. Update plan (This used to be commit 651d06728fb21393c15268ea47689c738c2c6b86)
* r9448: Work on reading the secrets tdb. Build tdbsam support by default.Jelmer Vernooij2007-10-101-0/+542
| | | | (This used to be commit 9ea601c0a675767f8ea5f316c9355572dffbc4c0)
* r9437: Update PLAN and README for Samba3 compatibility layerJelmer Vernooij2007-10-105-10/+354
| | | | | Add support for reading tdbsam files (This used to be commit 75ac972909ac601fb876e208a992eeebafaf6417)
* r8294: Add PLAN file for samba3->samba4 upgrade (Google Summer of Code) project.Jelmer Vernooij2007-10-101-0/+9
| | | | (This used to be commit 7ebf81adce49d495c4fe8efdbb2e480db541fe35)
* r8245: Add const.Andrew Bartlett2007-10-101-2/+2
| | | | | Andrew Bartlett (This used to be commit 8c079ce1631433f6bf1da8f378ea5f1a271a02ae)
* r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett2007-10-102-0/+213
This brings in a compatability layer for Samba3 in Samba4 - where we will start to define file formats and similar details. The 'net samdump' command uses 'password server = ' for now, and performs a similar task to Samba3's 'net rpc samsync'. Andrew Bartlett (This used to be commit 550f17f9924fe783917318753de7d1a388423908)