r5504: fix typo
[samba.git] / source4 / lib /
2007-10-10 Jelmer Vernooijr5492: Update example coclass, autogenerate some parts.
2007-10-10 Jelmer Vernooijr5490: The big (D)COM commit! :-) Contains most of...
2007-10-10 Jelmer Vernooijr5437: Allow Samba4 to be compiled by tcc (tinycc.org...
2007-10-10 Andrew Tridgellr5411: make network interface selection a bit saner
2007-10-10 Stefan Metzmacherr5407: - this patch makes samba's event loop code more...
2007-10-10 Andrew Tridgellr5401: using talloc_array() is neater here
2007-10-10 Stefan Metzmacherr5393: trigger timed events not to early, better do...
2007-10-10 Andrew Tridgellr5392: added "secure" WINS server processing. Send...
2007-10-10 Andrew Tridgellr5374: - changed the dn key code in the ldb tdb backend...
2007-10-10 Stefan Metzmacherr5373: prepare infrastructure for maing different events
2007-10-10 Andrew Tridgellr5370: epoll gives more precise event bits like EPOLLHU...
2007-10-10 Andrew Tridgellr5358: - added initial WINS server code. It passes...
2007-10-10 Andrew Tridgellr5357: added ldb_msg_add_fmt(), for creating formatted...
2007-10-10 Andrew Bartlettr5330: Remove #include <sys/time.h> from includes.h.
2007-10-10 Andrew Tridgellr5308: trimmed back a lot of the old macros from smb_ma...
2007-10-10 Andrew Tridgellr5307: removed db_wrap.h from includes.h
2007-10-10 Andrew Tridgellr5306: removed all the unused mutex functions from...
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
2007-10-10 Andrew Tridgellr5303: fixed build of gconf registry backend
2007-10-10 Andrew Tridgellr5302: fixed a compilation problem on solaris caused...
2007-10-10 Andrew Tridgellr5300: more uint32 and system/filesys.h build fixes...
2007-10-10 Andrew Tridgellr5299: fixed an include ordering problem
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5297: ensure pstring is not in the generated prototypes
2007-10-10 Andrew Tridgellr5296: - only include the tdb headers where they are...
2007-10-10 Andrew Tridgellr5294: - added a separate NBT-WINS test for WINS operat...
2007-10-10 Andrew Tridgellr5292: ensure we cleanup the epoll_fd on event context...
2007-10-10 Stefan Metzmacherr5284: this is needed on my server
2007-10-10 Andrew Tridgellr5274: fixed some const warnings by making the str_list...
2007-10-10 Andrew Tridgellr5273: fixed another bug in the code that keeps timed...
2007-10-10 Jelmer Vernooijr5240: Don't return WERR_OK when no values were found...
2007-10-10 Andrew Tridgellr5221: replace the str_list_*() code with new code...
2007-10-10 Andrew Tridgellr5217: avoid epoll_ctl() if the event flags are already...
2007-10-10 Stefan Metzmacherr5199: fix some minor configure bugs
2007-10-10 Andrew Tridgellr5198: don't consider failure to remove an epoll event...
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
2007-10-10 Andrew Tridgellr5194: added support for using epoll instead of select...
2007-10-10 Andrew Tridgellr5189: fixed a double free bug in the ltdb indexing...
2007-10-10 Andrew Tridgellr5187: ordered the timed events in the events code...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Andrew Tridgellr5170: fixed a bug handling events that have already...
2007-10-10 Stefan Metzmacherr5143: don't generate prototypes for lib/tdb/
2007-10-10 Stefan Metzmacherr5142: fix compiler warning
2007-10-10 Stefan Metzmacherr5135: I prepare a clean up in includes.h
2007-10-10 Stefan Metzmacherr5134: - fix types to always use _t types
2007-10-10 Andrew Tridgellr5129: make sure we don't spin chewing CPU time due...
2007-10-10 Andrew Tridgellr5123: fixed a bug in the timed events handling. It...
2007-10-10 Andrew Tridgellr5119: fflush after talloc reports to ensure they are...
2007-10-10 Andrew Tridgellr5114: the nbtd task can now act as a basic B-node...
2007-10-10 Andrew Tridgellr5108: the beginnings of a nbtd server for Samba4....
2007-10-10 Andrew Tridgellr5107: moved the horrible ldap socket code, and the...
2007-10-10 Andrew Tridgellr5106: removed a bunch of unused socket functions....
2007-10-10 Andrew Tridgellr5105: removed some unused events functions. These...
2007-10-10 Andrew Tridgellr5104: - added support for task based servers. These...
2007-10-10 Andrew Tridgellr5102: This is a major simplification of the logic...
2007-10-10 Andrew Bartlettr5093: Make debugs less confusing when a 0 NTTIME is...
2007-10-10 Andrew Bartlettr5092: Add a bit more const - moving it further into...
2007-10-10 Andrew Tridgellr5053: - fix up the library dependencies so that tools...
2007-10-10 Andrew Tridgellr5052: minor formatting fix
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr5034: - added a type mapping function in pidl, so...
2007-10-10 Andrew Tridgellr4954: we don't need the separate event_remove_*()...
2007-10-10 Andrew Tridgellr4944: every event_add_*() caller was having to call...
2007-10-10 Andrew Tridgellr4943: Smplified the events handling code a lot. The...
2007-10-10 Andrew Tridgellr4898: - removed the unused wins_srv_*() code
2007-10-10 Andrew Tridgellr4863: schema_find_attribute() should be static
2007-10-10 Simo Sorcer4862: - better structure schema tests
2007-10-10 Simo Sorcer4859: changed a numbe rof things:
2007-10-10 Simo Sorcer4844: - Remove the unused attrsyn structure
2007-10-10 Andrew Tridgellr4831: added udp support to our generic sockets library.
2007-10-10 Andrew Tridgellr4818: missed version.h here
2007-10-10 Andrew Tridgellr4817: ccache was being made ineffective on all the...
2007-10-10 Andrew Tridgellr4801: remove the two bogus ctype.h includes
2007-10-10 Andrew Tridgellr4793: minor doc updates
2007-10-10 Andrew Tridgellr4790: added type checking helper macros in talloc...
2007-10-10 Simo Sorcer4786: forgot to commit the exclusion for schema checki...
2007-10-10 Simo Sorcer4784: finally make schema module use a single ldb
2007-10-10 Andrew Tridgellr4781: the tolower() in schema.c is a premature optimis...
2007-10-10 Simo Sorcer4775: use schema_attr_cmp wrapper to check for the...
2007-10-10 Simo Sorcer4759: use ldb_attr_cmp() to compare attribute names
2007-10-10 Andrew Tridgellr4756: a slight tidy up in the events code
2007-10-10 Andrew Tridgellr4753: added the ability for the generic socket library...
2007-10-10 Andrew Tridgellr4744: until we decide what to do about attribute alias...
2007-10-10 Stefan Metzmacherr4727: add a reference to the event context
2007-10-10 Andrew Tridgellr4719: snprintf.c is used outside of samba, so don...
2007-10-10 Andrew Tridgellr4718: don't use the deprecated __va_copy() unless...
2007-10-10 Simo Sorcer4714: move the ldb code to the new talloc interface...
2007-10-10 Andrew Tridgellr4711: - deprecate talloc_destroy()
2007-10-10 Stefan Metzmacherr4689: - make talloc_report_depth() public
2007-10-10 Stefan Metzmacherr4688: don't run male proto for lib/talloc/
2007-10-10 Stefan Metzmacherr4687: use struct type and location for easier finding
2007-10-10 Stefan Metzmacherr4686: cerate a function to create a socket by specifyi...
2007-10-10 Andrew Bartlettr4682: A LDB-based secrets implementation in Samba4.
2007-10-10 Andrew Bartlettr4678: Add some const to LDB.
2007-10-10 Andrew Tridgellr4670: abartlet was worried about floating point precis...
2007-10-10 Andrew Tridgellr4669: a timeval_to_nttime() function as requested...
2007-10-10 Andrew Bartlettr4659: Revert -r 4657 committed by mistake, until I...
2007-10-10 Andrew Bartlettr4657: This really should be made a structure, so we...
2007-10-10 Andrew Tridgellr4626: Jelmer, can you look at why this init is failing...
next