summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4793: minor doc updatesAndrew Tridgell1-15/+9
2007-10-10r4790: added type checking helper macros in talloc. These take advantage ofAndrew Tridgell4-9/+107
2007-10-10r4786: forgot to commit the exclusion for schema checking against our control...Simo Sorce1-0/+8
2007-10-10r4784: finally make schema module use a single ldbSimo Sorce6-52/+764
2007-10-10r4781: the tolower() in schema.c is a premature optimisation. I suspect theAndrew Tridgell1-9/+8
2007-10-10r4775: use schema_attr_cmp wrapper to check for the special dn/distinguishedN...Simo Sorce1-35/+57
2007-10-10r4759: use ldb_attr_cmp() to compare attribute namesSimo Sorce2-34/+53
2007-10-10r4756: a slight tidy up in the events codeAndrew Tridgell1-4/+1
2007-10-10r4753: added the ability for the generic socket library to handle asyncAndrew Tridgell5-30/+104
2007-10-10r4744: until we decide what to do about attribute aliasing (see my recentAndrew Tridgell1-3/+5
2007-10-10r4727: add a reference to the event contextStefan Metzmacher1-1/+1
2007-10-10r4719: snprintf.c is used outside of samba, so don't use our special typesAndrew Tridgell1-2/+2
2007-10-10r4718: don't use the deprecated __va_copy() unless va_copy() is unavailableAndrew Tridgell2-0/+4
2007-10-10r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce13-623/+358
2007-10-10r4711: - deprecate talloc_destroy()Andrew Tridgell3-9/+19
2007-10-10r4689: - make talloc_report_depth() publicStefan Metzmacher2-1/+9
2007-10-10r4688: don't run male proto for lib/talloc/Stefan Metzmacher1-0/+1
2007-10-10r4687: use struct type and location for easier findingStefan Metzmacher1-1/+1
2007-10-10r4686: cerate a function to create a socket by specifying an socket_ops structStefan Metzmacher1-8/+16
2007-10-10r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett1-0/+15
2007-10-10r4678: Add some const to LDB.Andrew Bartlett2-2/+2
2007-10-10r4670: abartlet was worried about floating point precision with my firstAndrew Tridgell1-2/+2
2007-10-10r4669: a timeval_to_nttime() function as requested by abartlet. Andrew, itsAndrew Tridgell1-0/+10
2007-10-10r4659: Revert -r 4657 committed by mistake, until I review and test theAndrew Bartlett1-9/+51
2007-10-10r4657: This really should be made a structure, so we can't get it wrong, butAndrew Bartlett1-51/+9
2007-10-10r4626: Jelmer, can you look at why this init is failing? It is preventing all...Andrew Tridgell1-1/+1
2007-10-10r4624: Several crash fixes for DCOMJelmer Vernooij4-4/+41
2007-10-10r4623: Convert values from UTF8 to UTF16 in gconf registry backend (caughtJelmer Vernooij1-3/+4
2007-10-10r4618: - tidied up the alter_context client code a bitAndrew Tridgell1-16/+32
2007-10-10r4616: the first phase in the addition of proper support forAndrew Tridgell1-1/+3
2007-10-10r4609: add a usefull data_blob_dup_talloc() macroStefan Metzmacher1-0/+1
2007-10-10r4593: don't use the _p function in the testsuite, as when built standalone i...Andrew Tridgell1-9/+9
2007-10-10r4592: fixed typo from talloc testsuite fixup for the new syntaxAndrew Tridgell1-1/+1
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell6-52/+72
2007-10-10r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...Andrew Tridgell4-26/+26
2007-10-10r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell7-17/+18
2007-10-10r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell5-4/+14
2007-10-10r4513: add experimental modification attribute checkingSimo Sorce1-1/+451
2007-10-10r4506: fix compiler warningsStefan Metzmacher1-3/+0
2007-10-10r4505: Add a first very basic schema moduleSimo Sorce4-3/+501
2007-10-10r4503: add an error reporting function (fixes)Simo Sorce1-8/+17
2007-10-10r4502: add an error reporting functionSimo Sorce1-1/+17
2007-10-10r4493: change name of README.gcov so it doesn't get deleted by "make clean" :-)Andrew Tridgell1-0/+0
2007-10-10r4488: removed an unused variableAndrew Tridgell1-1/+0
2007-10-10r4486: fixed some memory leaks in the new ldb code, by ensuring that memory i...Andrew Tridgell3-7/+7
2007-10-10r4481: get rid of the last leakAndrew Tridgell1-1/+3
2007-10-10r4479: added the function talloc_autofree_context() which returns a talloc co...Andrew Tridgell5-4/+36
2007-10-10r4477: expanded the test suite to increase code coverage a lotAndrew Tridgell9-77/+73
2007-10-10r4476: added a little gcov howto for ldbAndrew Tridgell1-0/+33
2007-10-10r4475: fixed smbd to work with the small changes in the ldb API (the most imp...Andrew Tridgell2-6/+7