summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2007-10-102-6/+6
* r4954: we don't need the separate event_remove_*() calls any more, as you nowAndrew Tridgell2007-10-101-36/+2
* r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2007-10-102-13/+20
* r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2007-10-102-102/+89
* r4898: - removed the unused wins_srv_*() codeAndrew Tridgell2007-10-104-397/+13
* r4863: schema_find_attribute() should be staticAndrew Tridgell2007-10-101-1/+1
* r4862: - better structure schema testsSimo Sorce2007-10-1010-31/+54
* r4859: changed a numbe rof things:Simo Sorce2007-10-101-244/+150
* r4844: - Remove the unused attrsyn structureSimo Sorce2007-10-101-175/+164
* r4831: added udp support to our generic sockets library.Andrew Tridgell2007-10-105-78/+208
* r4818: missed version.h hereAndrew Tridgell2007-10-101-0/+1
* r4817: ccache was being made ineffective on all the build farm machinesAndrew Tridgell2007-10-102-0/+2
* r4801: remove the two bogus ctype.h includesAndrew Tridgell2007-10-101-2/+0
* r4793: minor doc updatesAndrew Tridgell2007-10-101-15/+9
* r4790: added type checking helper macros in talloc. These take advantage ofAndrew Tridgell2007-10-104-9/+107
* r4786: forgot to commit the exclusion for schema checking against our control...Simo Sorce2007-10-101-0/+8
* r4784: finally make schema module use a single ldbSimo Sorce2007-10-106-52/+764
* r4781: the tolower() in schema.c is a premature optimisation. I suspect theAndrew Tridgell2007-10-101-9/+8
* r4775: use schema_attr_cmp wrapper to check for the special dn/distinguishedN...Simo Sorce2007-10-101-35/+57
* r4759: use ldb_attr_cmp() to compare attribute namesSimo Sorce2007-10-102-34/+53
* r4756: a slight tidy up in the events codeAndrew Tridgell2007-10-101-4/+1
* r4753: added the ability for the generic socket library to handle asyncAndrew Tridgell2007-10-105-30/+104
* r4744: until we decide what to do about attribute aliasing (see my recentAndrew Tridgell2007-10-101-3/+5
* r4727: add a reference to the event contextStefan Metzmacher2007-10-101-1/+1
* r4719: snprintf.c is used outside of samba, so don't use our special typesAndrew Tridgell2007-10-101-2/+2
* r4718: don't use the deprecated __va_copy() unless va_copy() is unavailableAndrew Tridgell2007-10-102-0/+4
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2007-10-1013-623/+358
* r4711: - deprecate talloc_destroy()Andrew Tridgell2007-10-103-9/+19
* r4689: - make talloc_report_depth() publicStefan Metzmacher2007-10-102-1/+9
* r4688: don't run male proto for lib/talloc/Stefan Metzmacher2007-10-101-0/+1
* r4687: use struct type and location for easier findingStefan Metzmacher2007-10-101-1/+1
* r4686: cerate a function to create a socket by specifying an socket_ops structStefan Metzmacher2007-10-101-8/+16
* r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett2007-10-101-0/+15
* r4678: Add some const to LDB.Andrew Bartlett2007-10-102-2/+2
* r4670: abartlet was worried about floating point precision with my firstAndrew Tridgell2007-10-101-2/+2
* r4669: a timeval_to_nttime() function as requested by abartlet. Andrew, itsAndrew Tridgell2007-10-101-0/+10
* r4659: Revert -r 4657 committed by mistake, until I review and test theAndrew Bartlett2007-10-101-9/+51
* r4657: This really should be made a structure, so we can't get it wrong, butAndrew Bartlett2007-10-101-51/+9
* r4626: Jelmer, can you look at why this init is failing? It is preventing all...Andrew Tridgell2007-10-101-1/+1
* r4624: Several crash fixes for DCOMJelmer Vernooij2007-10-104-4/+41
* r4623: Convert values from UTF8 to UTF16 in gconf registry backend (caughtJelmer Vernooij2007-10-101-3/+4
* r4618: - tidied up the alter_context client code a bitAndrew Tridgell2007-10-101-16/+32
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-101-1/+3
* r4609: add a usefull data_blob_dup_talloc() macroStefan Metzmacher2007-10-101-0/+1
* r4593: don't use the _p function in the testsuite, as when built standalone i...Andrew Tridgell2007-10-101-9/+9
* r4592: fixed typo from talloc testsuite fixup for the new syntaxAndrew Tridgell2007-10-101-1/+1
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-106-52/+72
* r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...Andrew Tridgell2007-10-104-26/+26
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-107-17/+18
* r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...Andrew Tridgell2007-10-105-4/+14