summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r9686: Another round of bugfixes. Works somewhat now, when running under valg...Jelmer Vernooij2007-10-102-12/+102
* r9685: Add tests for samba3sam mapping moduleJelmer Vernooij2007-10-108-9/+239
* r9672: Fix build for compilers that don't like undefined-length arrays at the...Jelmer Vernooij2007-10-103-151/+128
* r9671: patch from Kai Blin fixing a bug in our base64 encoderAndrew Tridgell2007-10-101-3/+4
* r9625: Get rid of "duplicate const" warning.Tim Potter2007-10-101-1/+1
* r9624: Support writing wins.ldifJelmer Vernooij2007-10-101-3/+24
* r9623: samba3dump now generates LDIF for the registry hives from registry.tdbJelmer Vernooij2007-10-107-58/+273
* r9621: Bunch of bug fixes. Add 'format' option to samba3dump (text,summary,ldif)Jelmer Vernooij2007-10-1010-80/+193
* r9616: Finish ldb_map module (still needs a lot of testing though...)Jelmer Vernooij2007-10-103-95/+650
* r9602: Add support for reading share_info.tdb and smb.conf.Jelmer Vernooij2007-10-105-2/+231
* r9600: fixed the intermittent failures we were getting with ejs in the buildAndrew Tridgell2007-10-101-1/+36
* r9595: Add ldb map moduleJelmer Vernooij2007-10-105-22/+294
* r9591: - Remove empty fileJelmer Vernooij2007-10-107-33/+34
* r9589: Support reading secrets tdbJelmer Vernooij2007-10-104-476/+194
* r9581: Registry dbJelmer Vernooij2007-10-104-122/+107
* r9567: fixed the winreg IDL for CreateKey, including a securityAndrew Tridgell2007-10-101-13/+6
* r9563: I think this INIT_OBJ_FILES should be ADD_OBJ_FILES so that the lib/sa...Tim Potter2007-10-101-1/+1
* r9557: Some more updates. Use combined function for parsing a set ofJelmer Vernooij2007-10-108-445/+150
* r9555: More updates. Everything except for secrets.c compiles now..Jelmer Vernooij2007-10-1010-104/+339
* r9552: Add idmap support.Jelmer Vernooij2007-10-101-0/+93
* r9504: use some low level ejs hackery to give much better exception error mes...Andrew Tridgell2007-10-101-1/+1
* r9503: removed duplicate REG_* defines from registry.h now that they areAndrew Tridgell2007-10-103-2/+5
* r9472: Add read-only version of Samba3 registry database (doesn't compile yet)Jelmer Vernooij2007-10-101-0/+172
* r9464: fixed a problem with child pointers copied into non-allocated mpr vari...Andrew Tridgell2007-10-101-1/+13
* r9455: Support for reading the policy databaseJelmer Vernooij2007-10-105-1/+134
* 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-103-9/+544
* 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-102-6/+86
* r9442: Support some more primitive types. Fix charset support.Jelmer Vernooij2007-10-101-15/+90
* 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
* r9421: Move arcfour code into it's own file, in lib/crypto.Andrew Bartlett2007-10-104-2/+101
* r9414: Fix failure to find own domain info due to recent ldb_dn upgrade - weAndrew Bartlett2007-10-101-2/+2
* 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-102-5/+22
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-1031-459/+994
* r9390: fixed mixing of code and dataAndrew Tridgell2007-10-101-1/+2
* 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
* r9381: Line wrapping.Tim Potter2007-10-101-8/+8
* r9378: initialise the last_mod attribute in the ldb backend. Better to returnAndrew Tridgell2007-10-101-0/+2
* r9374: HPUX is also missing setegid()Andrew Tridgell2007-10-102-1/+13
* r9370: need a configure test for setresuid()Andrew Tridgell2007-10-101-1/+1
* r9369: an attempt to fix the build on HPUX. This is based on work by DonAndrew Tridgell2007-10-102-79/+29
* r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter2007-10-104-12/+0