Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 28 | -103/+103 |
2007-10-10 | r5034: - added a type mapping function in pidl, so the type names in our IDL | Andrew Tridgell | 2 | -6/+6 |
2007-10-10 | r4954: we don't need the separate event_remove_*() calls any more, as you now | Andrew Tridgell | 1 | -36/+2 |
2007-10-10 | r4944: every event_add_*() caller was having to call talloc_steal() to take | Andrew Tridgell | 2 | -13/+20 |
2007-10-10 | r4943: Smplified the events handling code a lot. The first source of | Andrew Tridgell | 2 | -102/+89 |
2007-10-10 | r4898: - removed the unused wins_srv_*() code | Andrew Tridgell | 4 | -397/+13 |
2007-10-10 | r4863: schema_find_attribute() should be static | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4862: - better structure schema tests | Simo Sorce | 10 | -31/+54 |
2007-10-10 | r4859: changed a numbe rof things: | Simo Sorce | 1 | -244/+150 |
2007-10-10 | r4844: - Remove the unused attrsyn structure | Simo Sorce | 1 | -175/+164 |
2007-10-10 | r4831: added udp support to our generic sockets library. | Andrew Tridgell | 5 | -78/+208 |
2007-10-10 | r4818: missed version.h here | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r4817: ccache was being made ineffective on all the build farm machines | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r4801: remove the two bogus ctype.h includes | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r4793: minor doc updates | Andrew Tridgell | 1 | -15/+9 |
2007-10-10 | r4790: added type checking helper macros in talloc. These take advantage of | Andrew Tridgell | 4 | -9/+107 |
2007-10-10 | r4786: forgot to commit the exclusion for schema checking against our control... | Simo Sorce | 1 | -0/+8 |
2007-10-10 | r4784: finally make schema module use a single ldb | Simo Sorce | 6 | -52/+764 |
2007-10-10 | r4781: the tolower() in schema.c is a premature optimisation. I suspect the | Andrew Tridgell | 1 | -9/+8 |
2007-10-10 | r4775: use schema_attr_cmp wrapper to check for the special dn/distinguishedN... | Simo Sorce | 1 | -35/+57 |
2007-10-10 | r4759: use ldb_attr_cmp() to compare attribute names | Simo Sorce | 2 | -34/+53 |
2007-10-10 | r4756: a slight tidy up in the events code | Andrew Tridgell | 1 | -4/+1 |
2007-10-10 | r4753: added the ability for the generic socket library to handle async | Andrew Tridgell | 5 | -30/+104 |
2007-10-10 | r4744: until we decide what to do about attribute aliasing (see my recent | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r4727: add a reference to the event context | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4719: snprintf.c is used outside of samba, so don't use our special types | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4718: don't use the deprecated __va_copy() unless va_copy() is unavailable | Andrew Tridgell | 2 | -0/+4 |
2007-10-10 | r4714: move the ldb code to the new talloc interface (eg remove _p suffix) | Simo Sorce | 13 | -623/+358 |
2007-10-10 | r4711: - deprecate talloc_destroy() | Andrew Tridgell | 3 | -9/+19 |
2007-10-10 | r4689: - make talloc_report_depth() public | Stefan Metzmacher | 2 | -1/+9 |
2007-10-10 | r4688: don't run male proto for lib/talloc/ | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r4687: use struct type and location for easier finding | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r4686: cerate a function to create a socket by specifying an socket_ops struct | Stefan Metzmacher | 1 | -8/+16 |
2007-10-10 | r4682: A LDB-based secrets implementation in Samba4. | Andrew Bartlett | 1 | -0/+15 |
2007-10-10 | r4678: Add some const to LDB. | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r4670: abartlet was worried about floating point precision with my first | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4669: a timeval_to_nttime() function as requested by abartlet. Andrew, its | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r4659: Revert -r 4657 committed by mistake, until I review and test the | Andrew Bartlett | 1 | -9/+51 |
2007-10-10 | r4657: This really should be made a structure, so we can't get it wrong, but | Andrew Bartlett | 1 | -51/+9 |
2007-10-10 | r4626: Jelmer, can you look at why this init is failing? It is preventing all... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4624: Several crash fixes for DCOM | Jelmer Vernooij | 4 | -4/+41 |
2007-10-10 | r4623: Convert values from UTF8 to UTF16 in gconf registry backend (caught | Jelmer Vernooij | 1 | -3/+4 |
2007-10-10 | r4618: - tidied up the alter_context client code a bit | Andrew Tridgell | 1 | -16/+32 |
2007-10-10 | r4616: the first phase in the addition of proper support for | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r4609: add a usefull data_blob_dup_talloc() macro | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r4593: don't use the _p function in the testsuite, as when built standalone i... | Andrew Tridgell | 1 | -9/+9 |
2007-10-10 | r4592: fixed typo from talloc testsuite fixup for the new syntax | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 6 | -52/+72 |
2007-10-10 | r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p... | Andrew Tridgell | 4 | -26/+26 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 7 | -17/+18 |