summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* regshell: Add support for 'cd ..' and cd relative to the root.Wilco Baan Hofman2009-09-261-8/+73
* registry: Fix warning freeing talloc pointer with multiple parents.Jelmer Vernooij2009-09-261-1/+1
* ldb: Check for talloc using pkg-config before checking manually, so weJelmer Vernooij2009-09-261-3/+4
* pythonbindings: allow add() to have an array of controls as second parameterMatthieu Patou2009-09-262-4/+67
* s4:ldif_handlers Fix memory leak in objectCategory LDIF handlerAndrew Bartlett2009-09-231-0/+1
* fixed spellingAndrew Tridgell2009-09-231-1/+1
* s4-ldb: server side sort args are const char *Andrew Tridgell2009-09-221-2/+2
* s4-ldb: fixed call argument order for ldb_dn_from_ldb_valAndrew Tridgell2009-09-221-3/+3
* s4-ldb: when tracing, show ldb_set_debug messagesAndrew Tridgell2009-09-221-0/+3
* s4-ldb: only show the outer level of ldb ops when tracingAndrew Tridgell2009-09-223-4/+38
* s4-ldb: don't show timestamps on every line of ldb tracesAndrew Tridgell2009-09-225-64/+100
* Move the check above the tallocAnatoliy Atanasov2009-09-221-5/+6
* s4:ldb Add 'single-value' support to LDB.Andrew Bartlett2009-09-212-2/+52
* Merge branch 'master' of git://git.samba.org/sambaNadezhda Ivanova2009-09-219-4/+169
|\
| * Add support in the ldb_dn.c code for MS-ADTS:3.1.1.5.1.2 Naming ConstraintsAnatoliy Atanasov2009-09-211-0/+13
| * s4-ldb: bit prettier outputAndrew Tridgell2009-09-211-7/+15
| * s4-ldb: fixed O(n^2) string handling in ldif debug printAndrew Tridgell2009-09-211-3/+3
| * s4-samdb: enable ldb tracing when log level >= 10Andrew Tridgell2009-09-211-0/+4
| * s4-ldb: add --trace command line option to ldb toolsAndrew Tridgell2009-09-212-0/+6
| * s4-ldb: add a LDB_FLG_ENABLE_TRACING for full ldb tracingAndrew Tridgell2009-09-214-1/+135
* | Merge branch 'master' of git://git.samba.org/sambaNadezhda Ivanova2009-09-211-2/+2
|\|
| * s4:ldb print out which LDB the transaction is still active on.Andrew Bartlett2009-09-201-2/+2
* | Merge branch 'master' of git://git.samba.org/sambaNadezhda Ivanova2009-09-201-4/+4
|\|
| * s4:sec_descriptor - fix constantMatthias Dieter Wallnöfer2009-09-201-4/+4
* | Initial implementation of security descriptor creation in DSNadezhda Ivanova2009-09-201-4/+9
|/
* s4:ldb_parse - Fix the type of an array entryMatthias Dieter Wallnöfer2009-09-201-1/+1
* s4:ldb: add ldb_parse_tree_copy_shallow() and change version to 0.9.7Stefan Metzmacher2009-09-203-1/+65
* s4-ldb: display an error if we can't decode a NDR blobAndrew Tridgell2009-09-191-1/+3
* s4-ldb: bump minimum version in ldb tooAndrew Tridgell2009-09-191-1/+1
* s4-resolve: fixed a crash bug on timeoutAndrew Tridgell2009-09-191-1/+1
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-182-0/+4
* Tests for descriptor inheritanceZahari Zahariev2009-09-161-0/+1610
* s4-ldb: ldap attribute names can contain a '.'Andrew Tridgell2009-09-151-1/+2
* s4-ldb: expose ldb_transaction_prepare_commit() in ldbAndrew Tridgell2009-09-153-21/+64
* s4-ldb: cope better with corruption of tdb recordsAndrew Tridgell2009-09-154-5/+30
* pyldb: Don't segfault when invalid type is specified to Dn.get().Jelmer Vernooij2009-09-142-2/+14
* ldb: Remove references to operational module init function.Jelmer Vernooij2009-09-112-2/+0
* ldb: Support running testsuite without installing first.Jelmer Vernooij2009-09-112-4/+5
* s4:ldb_map_outbound - fix memory leakMatthias Dieter Wallnöfer2009-09-111-0/+2
* s4-ldb: don't remove a message element beyond the end of the arrayAndrew Tridgell2009-09-111-0/+4
* s4:ldb_map: Don't free ares too early.Andrew Kroeger2009-09-111-3/+3
* Mark test_security_descriptor_add_neg as known failing (for now).Jelmer Vernooij2009-09-081-1/+1
* Basic tests for nTSceurityDescriptor both SDDL and BASE64 formatZahari Zahariev2009-09-081-2/+194
* s4/ldb: support NDR printing for 2 more replication typesAndrew Tridgell2009-09-082-0/+40
* s4/ldb: allow prefixMap to be shown as NDRAndrew Tridgell2009-09-081-0/+8
* s4/ldb: allow printing ntSecurityDescriptor in fullAndrew Tridgell2009-09-081-33/+39
* s4/ldb: added ldif handler for repsFrom/repsToAndrew Tridgell2009-09-082-2/+57
* s4/ldb: expose the ldb flags with ldb_get_flags()Andrew Tridgell2009-09-082-0/+11
* s4/ldb: don't line wrap ldif when --show-binary is usedAndrew Tridgell2009-09-081-4/+9
* s4/ldb: added --show-binary command line optionAndrew Tridgell2009-09-086-4/+20