summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5114: the nbtd task can now act as a basic B-node server. It registers itsAndrew Tridgell2-168/+14
2007-10-10r5108: the beginnings of a nbtd server for Samba4. Currently just displaysAndrew Tridgell2-0/+4
2007-10-10r5107: moved the horrible ldap socket code, and the even worseAndrew Tridgell1-175/+0
2007-10-10r5106: removed a bunch of unused socket functions. We still needAndrew Tridgell1-373/+1
2007-10-10r5105: removed some unused events functions. These are no longer needed asAndrew Tridgell1-30/+0
2007-10-10r5104: - added support for task based servers. These are servers that withinAndrew Tridgell1-26/+0
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-11/+11
2007-10-10r5093: Make debugs less confusing when a 0 NTTIME is printed.Andrew Bartlett1-1/+5
2007-10-10r5092: Add a bit more const - moving it further into the LDB layer.Andrew Bartlett2-3/+3
2007-10-10r5053: - fix up the library dependencies so that tools that need nbt don'tAndrew Tridgell1-1/+1
2007-10-10r5052: minor formatting fixAndrew Tridgell1-4/+3
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell28-103/+103
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2-6/+6
2007-10-10r4954: we don't need the separate event_remove_*() calls any more, as you nowAndrew Tridgell1-36/+2
2007-10-10r4944: every event_add_*() caller was having to call talloc_steal() to takeAndrew Tridgell2-13/+20
2007-10-10r4943: Smplified the events handling code a lot. The first source ofAndrew Tridgell2-102/+89
2007-10-10r4898: - removed the unused wins_srv_*() codeAndrew Tridgell4-397/+13
2007-10-10r4863: schema_find_attribute() should be staticAndrew Tridgell1-1/+1
2007-10-10r4862: - better structure schema testsSimo Sorce10-31/+54
2007-10-10r4859: changed a numbe rof things:Simo Sorce1-244/+150
2007-10-10r4844: - Remove the unused attrsyn structureSimo Sorce1-175/+164
2007-10-10r4831: added udp support to our generic sockets library.Andrew Tridgell5-78/+208
2007-10-10r4818: missed version.h hereAndrew Tridgell1-0/+1
2007-10-10r4817: ccache was being made ineffective on all the build farm machinesAndrew Tridgell2-0/+2
2007-10-10r4801: remove the two bogus ctype.h includesAndrew Tridgell1-2/+0
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