summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r9718: Work a bit on the SWAT interfaceJelmer Vernooij2005-08-284-61/+64
| | |
| | * r9712: Bunch of small fixesJelmer Vernooij2005-08-288-48/+201
| | | | | | | | | | | | Write out basic sam.ldif
| | * r9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000Andrew Tridgell2005-08-284-0/+4
| | | | | | | | | | | | set the backend_name on socket_accept() too
| | * r9704: r9684@blu: tridge | 2005-08-27 19:38:31 +1000Andrew Tridgell2005-08-285-5/+17
| | | | | | | | | | | | don't try to call the name resolver on non-ipv4 names!
| | * r9703: r9683@blu: tridge | 2005-08-27 18:56:05 +1000Andrew Tridgell2005-08-281-0/+4
| | | | | | | | | | | | added a comment about event_context_find()
| | * r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2005-08-284-6/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed ncacn_ip_tcp to use the generic async name resolution methods, so NBT names now work (as requested several times by abartlet!) - changed resolve_name() to take an event_context, so it doesn't cause the whole process to block - cleaned up the talloc_find_parent_bytype() calls to go via a cleaner event_context_find() call
| | * r9700: Change DATA_BLOB in ejs back to struct datablobJelmer Vernooij2005-08-283-6/+38
| | | | | | | | | | | | Support writing idmap mappings to winbind.ldif
| | * r9699: Add as much attributes the current Samba4 SAM has to the mapping ↵Jelmer Vernooij2005-08-281-5/+402
| | | | | | | | | | | | table (ignoring most of them, currently..)
| | * r9698: Fix a bit of memory managementJelmer Vernooij2005-08-274-209/+354
| | | | | | | | | | | | | | | More minor bugfixes Support mapping objectclasses and do mapping on 'dn' field as well (not just msg->dn)
| | * r9690: Extend test + fix several bugsJelmer Vernooij2005-08-273-11/+47
| | |
| | * r9689: valgrind-clean now. Editing works now mostly, you just lose half of your Jelmer Vernooij2005-08-272-59/+141
| | | | | | | | | | | | database every time you do it...
| | * r9686: Another round of bugfixes. Works somewhat now, when running under ↵Jelmer Vernooij2005-08-272-12/+102
| | | | | | | | | | | | valgrind ;-)
| | * r9685: Add tests for samba3sam mapping moduleJelmer Vernooij2005-08-278-9/+239
| | | | | | | | | | | | | | | | | | Fix a couple of bugs Move samba3sam backend to lib/ldb/ Remove some more unused parameters
| | * r9672: Fix build for compilers that don't like undefined-length arrays at ↵Jelmer Vernooij2005-08-273-151/+128
| | | | | | | | | | | | the end of structs...
| | * r9671: patch from Kai Blin fixing a bug in our base64 encoderAndrew Tridgell2005-08-271-3/+4
| | |
| | * r9625: Get rid of "duplicate const" warning.Tim Potter2005-08-251-1/+1
| | |
| | * r9624: Support writing wins.ldifJelmer Vernooij2005-08-251-3/+24
| | |
| | * r9623: samba3dump now generates LDIF for the registry hives from registry.tdbJelmer Vernooij2005-08-257-58/+273
| | | | | | | | | | | | couple of other small fixes
| | * r9621: Bunch of bug fixes. Add 'format' option to samba3dump (text,summary,ldif)Jelmer Vernooij2005-08-2510-80/+193
| | |
| | * r9616: Finish ldb_map module (still needs a lot of testing though...)Jelmer Vernooij2005-08-253-95/+650
| | | | | | | | | | | | Add initial mapping table for ldb_samba3. Contains most attributes.
| | * r9602: Add support for reading share_info.tdb and smb.conf.Jelmer Vernooij2005-08-255-2/+231
| | | | | | | | | | | | Add userdata argument to function pointers for pm_process()
| | * r9600: fixed the intermittent failures we were getting with ejs in the buildAndrew Tridgell2005-08-251-1/+36
| | | | | | | | | | | | farm.
| | * r9595: Add ldb map moduleJelmer Vernooij2005-08-245-22/+294
| | |
| | * r9591: - Remove empty fileJelmer Vernooij2005-08-247-33/+34
| | | | | | | | | | | | | | | - Fix a couple of typo's - Fix build of lib/samba3/secrets.c for systems that don't have /usr/include/tdb.h...
| | * r9589: Support reading secrets tdbJelmer Vernooij2005-08-244-476/+194
| | |
| | * r9581: Registry dbJelmer Vernooij2005-08-244-122/+107
| | |
| | * r9567: fixed the winreg IDL for CreateKey, including a securityAndrew Tridgell2005-08-241-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | descriptor. To keep it simple I just use normal IDL buffers for now, avoiding the complex methods metze used in spoolss. We might change that later Also added decoding of the security_descriptor in winreg_GetKeySecurity() in smbtorture
| | * r9563: I think this INIT_OBJ_FILES should be ADD_OBJ_FILES so that the ↵Tim Potter2005-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | lib/samba3 source files are included in make proto. Fixes the build with ./configure.developer.
| | * r9557: Some more updates. Use combined function for parsing a set of Jelmer Vernooij2005-08-248-445/+150
| | | | | | | | | | | | samba3 databases
| | * r9555: More updates. Everything except for secrets.c compiles now..Jelmer Vernooij2005-08-2410-104/+339
| | |
| | * r9552: Add idmap support.Jelmer Vernooij2005-08-231-0/+93
| | |
| | * r9504: use some low level ejs hackery to give much better exception error ↵Andrew Tridgell2005-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | messages in both the web server and smbscript. We can now give backtraces for all internal asserts, not just high level errors
| | * r9503: removed duplicate REG_* defines from registry.h now that they areAndrew Tridgell2005-08-233-2/+5
| | | | | | | | | | | | generated in winreg.h
| | * r9472: Add read-only version of Samba3 registry database (doesn't compile yet)Jelmer Vernooij2005-08-221-0/+172
| | |
| | * r9464: fixed a problem with child pointers copied into non-allocated mpr ↵Andrew Tridgell2005-08-221-1/+13
| | | | | | | | | | | | | | | | | | | | | variables. We now use the same free technique as is used for mpr strings, rather than relying on being a child of the variable
| | * r9455: Support for reading the policy databaseJelmer Vernooij2005-08-215-1/+134
| | |
| | * r9451: some fixes now core.schema and cosine.schema are also read properlySimo Sorce2005-08-211-5/+29
| | |
| | * r9450: Initial work on reading group mapping database.Jelmer Vernooij2005-08-211-0/+483
| | |
| | * r9449: Add simple utility for dumping Samba3 domain information. Currently Jelmer Vernooij2005-08-215-14/+167
| | | | | | | | | | | | | | | | | | only prints rids and usernames of users in passdb database. Update plan
| | * r9448: Work on reading the secrets tdb. Build tdbsam support by default.Jelmer Vernooij2005-08-213-9/+544
| | |
| | * r9447: Add a new tool to convert openLdap schema files into an ldifSimo Sorce2005-08-214-7/+604
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | My first test with nis.schema seem to confirm it works properly Use a command line like: oLschema2ldif -I tests/schema/nis.schema -O nis_schema.ldif -b "dc=sambadom,dc=samba,dc=org" to see how it works. SSS
| | * r9446: clean up old test fileSimo Sorce2005-08-211-559/+37
| | |
| | * r9445: Support flags, add DATA_BLOB supportJelmer Vernooij2005-08-212-6/+86
| | |
| | * r9442: Support some more primitive types. Fix charset support.Jelmer Vernooij2005-08-211-15/+90
| | |
| | * r9438: Add initial files for ldb_mapJelmer Vernooij2005-08-202-0/+58
| | |
| | * r9437: Update PLAN and README for Samba3 compatibility layerJelmer Vernooij2005-08-205-10/+354
| | | | | | | | | | | | Add support for reading tdbsam files
| | * r9421: Move arcfour code into it's own file, in lib/crypto.Andrew Bartlett2005-08-204-2/+101
| | | | | | | | | | | | Andrew Bartlett
| | * r9414: Fix failure to find own domain info due to recent ldb_dn upgrade - weAndrew Bartlett2005-08-201-2/+2
| | | | | | | | | | | | | | | | | | don't use a simple char* here any more. Andrew Bartlett
| | * r9394: avoid to use BOOL in ldbSimo Sorce2005-08-182-8/+4
| | |
| | * r9393: Fix ldb standalone buildSimo Sorce2005-08-182-0/+6
| | |