summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4071: - ldap does allow adding additional attribute values with a modifyAndrew Tridgell3-4/+12
2007-10-10r4064: use the same name for type on both endsStefan Metzmacher1-1/+1
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2-6/+6
2007-10-10r4059: moved the ldb -o option parsing to a common routineAndrew Tridgell9-84/+36
2007-10-10r4058: added a type safe version of smb_xmalloc()Andrew Tridgell2-5/+5
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell10-26/+25
2007-10-10r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell4-30/+5
2007-10-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell1-0/+17
2007-10-10r4045: readd krb5 support defaulted to disableStefan Metzmacher1-0/+2
2007-10-10r4040: sorry today is not my day...Stefan Metzmacher1-2/+2
2007-10-10r4039: added a test for an element > 128 bytes in length, to ensure we testAndrew Tridgell1-0/+3
2007-10-10r4038: fix sign/unsign bug I introduced in -r 4022Stefan Metzmacher1-2/+2
2007-10-10r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...Andrew Tridgell4-4/+4
2007-10-10r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell1-1/+1
2007-10-10r4027: add a useful function for debuggingStefan Metzmacher1-0/+18
2007-10-10r4022: fix compiler warningsStefan Metzmacher4-6/+7
2007-10-10r4010: fixed parsing of null attributes in the ldb ldif parserAndrew Tridgell2-2/+7
2007-10-10r3976: changed NBENCH to use the same recording method as the latest dbench,Andrew Tridgell1-2/+21
2007-10-10r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher4-69/+6
2007-10-10r3968: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r3965: fix compiler warningsStefan Metzmacher1-3/+1
2007-10-10r3964: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3961: - fix compiler warningsStefan Metzmacher2-7/+3
2007-10-10r3960: fix compiler warningsStefan Metzmacher2-3/+2
2007-10-10r3926: fix compiler warningsStefan Metzmacher1-4/+0
2007-10-10r3898: Work towards local/server DCOM support, start workingJelmer Vernooij6-14/+177
2007-10-10r3897: add a locking infrastructureSimo Sorce6-18/+111
2007-10-10r3891: Add rot (Running Object Table) interfaceJelmer Vernooij1-0/+1
2007-10-10r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.Jelmer Vernooij3-4/+34
2007-10-10r3810: create a LIB_SECURITY subsystemStefan Metzmacher3-139/+1
2007-10-10r3783: - don't use make proto for ldb anymoreStefan Metzmacher34-137/+354
2007-10-10r3782: use ldb_ namespaceStefan Metzmacher2-3/+3
2007-10-10r3760: mention -o switch in help messageSimo Sorce5-0/+10
2007-10-10r3757: Some fixes for ldb_ldapSimo Sorce7-8/+11
2007-10-10r3755: add missing filesSimo Sorce4-0/+758
2007-10-10r3754: merge in ldb modules support from the tmp branch ldbPluginsSimo Sorce17-290/+487
2007-10-10r3753: Have some modules default to "NOT" and enable them again whenJelmer Vernooij2-0/+3
2007-10-10r3750: fix the buildStefan Metzmacher1-1/+1
2007-10-10r3744: Support building subsystems as a shared library. Modules don't work yet,Jelmer Vernooij1-1/+1
2007-10-10r3743: auto-support the RH schema location as wellAndrew Tridgell1-0/+4
2007-10-10r3742: make test-ldap give a sane error message when the openldap schema file...Andrew Tridgell1-0/+19
2007-10-10r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij14-233/+10
2007-10-10r3734: Fix some incorrect dependenciesJelmer Vernooij1-1/+1
2007-10-10r3733: More build system fixes/features:Jelmer Vernooij12-71/+17
2007-10-10r3730: More build system fixes and simplificationsJelmer Vernooij5-13/+9
2007-10-10r3723: Now that timestring() always returns talloc'ed memory, we don't needAndrew Bartlett1-1/+1
2007-10-10r3689: Large number of COM updates:Jelmer Vernooij5-169/+310
2007-10-10r3667: Small COM fixesJelmer Vernooij3-14/+27
2007-10-10r3656: allow easy testing of the "realloc changes the pointer" type of proble...Andrew Tridgell1-0/+13
2007-10-10r3626: More minor DCOM fixesJelmer Vernooij1-5/+12