Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | r9718: Work a bit on the SWAT interface | Jelmer Vernooij | 2005-08-28 | 4 | -61/+64 | |
| | | | ||||||
| | * | r9712: Bunch of small fixes | Jelmer Vernooij | 2005-08-28 | 8 | -48/+201 | |
| | | | | | | | | | | | | Write out basic sam.ldif | |||||
| | * | r9705: r9685@blu: tridge | 2005-08-27 19:43:44 +1000 | Andrew Tridgell | 2005-08-28 | 4 | -0/+4 | |
| | | | | | | | | | | | | set the backend_name on socket_accept() too | |||||
| | * | r9704: r9684@blu: tridge | 2005-08-27 19:38:31 +1000 | Andrew Tridgell | 2005-08-28 | 5 | -5/+17 | |
| | | | | | | | | | | | | don't try to call the name resolver on non-ipv4 names! | |||||
| | * | r9703: r9683@blu: tridge | 2005-08-27 18:56:05 +1000 | Andrew Tridgell | 2005-08-28 | 1 | -0/+4 | |
| | | | | | | | | | | | | added a comment about event_context_find() | |||||
| | * | r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000 | Andrew Tridgell | 2005-08-28 | 4 | -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 datablob | Jelmer Vernooij | 2005-08-28 | 3 | -6/+38 | |
| | | | | | | | | | | | | Support writing idmap mappings to winbind.ldif | |||||
| | * | r9699: Add as much attributes the current Samba4 SAM has to the mapping ↵ | Jelmer Vernooij | 2005-08-28 | 1 | -5/+402 | |
| | | | | | | | | | | | | table (ignoring most of them, currently..) | |||||
| | * | r9698: Fix a bit of memory management | Jelmer Vernooij | 2005-08-27 | 4 | -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 bugs | Jelmer Vernooij | 2005-08-27 | 3 | -11/+47 | |
| | | | ||||||
| | * | r9689: valgrind-clean now. Editing works now mostly, you just lose half of your | Jelmer Vernooij | 2005-08-27 | 2 | -59/+141 | |
| | | | | | | | | | | | | database every time you do it... | |||||
| | * | r9686: Another round of bugfixes. Works somewhat now, when running under ↵ | Jelmer Vernooij | 2005-08-27 | 2 | -12/+102 | |
| | | | | | | | | | | | | valgrind ;-) | |||||
| | * | r9685: Add tests for samba3sam mapping module | Jelmer Vernooij | 2005-08-27 | 8 | -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 Vernooij | 2005-08-27 | 3 | -151/+128 | |
| | | | | | | | | | | | | the end of structs... | |||||
| | * | r9671: patch from Kai Blin fixing a bug in our base64 encoder | Andrew Tridgell | 2005-08-27 | 1 | -3/+4 | |
| | | | ||||||
| | * | r9625: Get rid of "duplicate const" warning. | Tim Potter | 2005-08-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | r9624: Support writing wins.ldif | Jelmer Vernooij | 2005-08-25 | 1 | -3/+24 | |
| | | | ||||||
| | * | r9623: samba3dump now generates LDIF for the registry hives from registry.tdb | Jelmer Vernooij | 2005-08-25 | 7 | -58/+273 | |
| | | | | | | | | | | | | couple of other small fixes | |||||
| | * | r9621: Bunch of bug fixes. Add 'format' option to samba3dump (text,summary,ldif) | Jelmer Vernooij | 2005-08-25 | 10 | -80/+193 | |
| | | | ||||||
| | * | r9616: Finish ldb_map module (still needs a lot of testing though...) | Jelmer Vernooij | 2005-08-25 | 3 | -95/+650 | |
| | | | | | | | | | | | | Add initial mapping table for ldb_samba3. Contains most attributes. | |||||
| | * | r9602: Add support for reading share_info.tdb and smb.conf. | Jelmer Vernooij | 2005-08-25 | 5 | -2/+231 | |
| | | | | | | | | | | | | Add userdata argument to function pointers for pm_process() | |||||
| | * | r9600: fixed the intermittent failures we were getting with ejs in the build | Andrew Tridgell | 2005-08-25 | 1 | -1/+36 | |
| | | | | | | | | | | | | farm. | |||||
| | * | r9595: Add ldb map module | Jelmer Vernooij | 2005-08-24 | 5 | -22/+294 | |
| | | | ||||||
| | * | r9591: - Remove empty file | Jelmer Vernooij | 2005-08-24 | 7 | -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 tdb | Jelmer Vernooij | 2005-08-24 | 4 | -476/+194 | |
| | | | ||||||
| | * | r9581: Registry db | Jelmer Vernooij | 2005-08-24 | 4 | -122/+107 | |
| | | | ||||||
| | * | r9567: fixed the winreg IDL for CreateKey, including a security | Andrew Tridgell | 2005-08-24 | 1 | -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 Potter | 2005-08-24 | 1 | -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 Vernooij | 2005-08-24 | 8 | -445/+150 | |
| | | | | | | | | | | | | samba3 databases | |||||
| | * | r9555: More updates. Everything except for secrets.c compiles now.. | Jelmer Vernooij | 2005-08-24 | 10 | -104/+339 | |
| | | | ||||||
| | * | r9552: Add idmap support. | Jelmer Vernooij | 2005-08-23 | 1 | -0/+93 | |
| | | | ||||||
| | * | r9504: use some low level ejs hackery to give much better exception error ↵ | Andrew Tridgell | 2005-08-23 | 1 | -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 are | Andrew Tridgell | 2005-08-23 | 3 | -2/+5 | |
| | | | | | | | | | | | | generated in winreg.h | |||||
| | * | r9472: Add read-only version of Samba3 registry database (doesn't compile yet) | Jelmer Vernooij | 2005-08-22 | 1 | -0/+172 | |
| | | | ||||||
| | * | r9464: fixed a problem with child pointers copied into non-allocated mpr ↵ | Andrew Tridgell | 2005-08-22 | 1 | -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 database | Jelmer Vernooij | 2005-08-21 | 5 | -1/+134 | |
| | | | ||||||
| | * | r9451: some fixes now core.schema and cosine.schema are also read properly | Simo Sorce | 2005-08-21 | 1 | -5/+29 | |
| | | | ||||||
| | * | r9450: Initial work on reading group mapping database. | Jelmer Vernooij | 2005-08-21 | 1 | -0/+483 | |
| | | | ||||||
| | * | r9449: Add simple utility for dumping Samba3 domain information. Currently | Jelmer Vernooij | 2005-08-21 | 5 | -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 Vernooij | 2005-08-21 | 3 | -9/+544 | |
| | | | ||||||
| | * | r9447: Add a new tool to convert openLdap schema files into an ldif | Simo Sorce | 2005-08-21 | 4 | -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 file | Simo Sorce | 2005-08-21 | 1 | -559/+37 | |
| | | | ||||||
| | * | r9445: Support flags, add DATA_BLOB support | Jelmer Vernooij | 2005-08-21 | 2 | -6/+86 | |
| | | | ||||||
| | * | r9442: Support some more primitive types. Fix charset support. | Jelmer Vernooij | 2005-08-21 | 1 | -15/+90 | |
| | | | ||||||
| | * | r9438: Add initial files for ldb_map | Jelmer Vernooij | 2005-08-20 | 2 | -0/+58 | |
| | | | ||||||
| | * | r9437: Update PLAN and README for Samba3 compatibility layer | Jelmer Vernooij | 2005-08-20 | 5 | -10/+354 | |
| | | | | | | | | | | | | Add support for reading tdbsam files | |||||
| | * | r9421: Move arcfour code into it's own file, in lib/crypto. | Andrew Bartlett | 2005-08-20 | 4 | -2/+101 | |
| | | | | | | | | | | | | Andrew Bartlett | |||||
| | * | r9414: Fix failure to find own domain info due to recent ldb_dn upgrade - we | Andrew Bartlett | 2005-08-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | don't use a simple char* here any more. Andrew Bartlett | |||||
| | * | r9394: avoid to use BOOL in ldb | Simo Sorce | 2005-08-18 | 2 | -8/+4 | |
| | | | ||||||
| | * | r9393: Fix ldb standalone build | Simo Sorce | 2005-08-18 | 2 | -0/+6 | |
| | | |