r6222: fixed the socket wrapper code for getsockname()
[bbaumbach/samba-autobuild/.git] / source4 / lib /
2007-10-10 Andrew Tridgellr6222: fixed the socket wrapper code for getsockname()
2007-10-10 Andrew Tridgellr6150: fixed a few socket_wrapper bugs.
2007-10-10 Andrew Tridgellr6147: The maxfd was being recalculated on every event...
2007-10-10 Jelmer Vernooijr6144: Apparently there are more systems that have...
2007-10-10 Jelmer Vernooijr6140: - Add configure option for enabling the socket...
2007-10-10 Jelmer Vernooijr6139: Move socket_wrapper to a seperate directory
2007-10-10 Stefan Metzmacherr6129: - add our own MSZIP decompression implementation
2007-10-10 Richard Sharper6118: Make it so that we can do --with-zlib=no in...
2007-10-10 Jeremy Allisonr6093: Patch to fix sys_select so it can't drop signals...
2007-10-10 Jelmer Vernooijr6088: Add the socket_wrapper library. This is a very...
2007-10-10 Andrew Tridgellr6087: - remove the dlopen code for now (before it...
2007-10-10 Andrew Tridgellr6086: default to stderr for error messages in ldb...
2007-10-10 Andrew Bartlettr6079: Add inline documentation on the credentials...
2007-10-10 Andrew Tridgellr6075: added talloc_enable_null_tracking() (asked for...
2007-10-10 Jelmer Vernooijr6070: Fix typo's and fallback to "" as default user...
2007-10-10 Jelmer Vernooijr6045: Couple of small GTK+ fixes
2007-10-10 Andrew Bartlettr6033: Patch from 'lifeless' to clarify behaviour with...
2007-10-10 Andrew Bartlettr6024: Some of the ordering constraints on the popt...
2007-10-10 Jelmer Vernooijr5989: Display authentication information (list of...
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Jelmer Vernooijr5976: SIDs can't have more then 5 subauths (caught...
2007-10-10 Andrew Bartlettr5942: A couple of small changes to fix things up with...
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Andrew Tridgellr5939: improve talloc_realloc() docs after feedback...
2007-10-10 Andrew Tridgellr5938: - allow NULL string argument to talloc_vasprintf...
2007-10-10 Andrew Tridgellr5937: - performance improvement to talloc_asprintf_app...
2007-10-10 Jelmer Vernooijr5932: Use cli_credentials somewhat more in the Gtk...
2007-10-10 Jelmer Vernooijr5929: Use cli_credentials for the SMB functions as...
2007-10-10 Jelmer Vernooijr5928: Use cli_credentials in:
2007-10-10 Jelmer Vernooijr5917: First step in using the new cli_credentials...
2007-10-10 Jelmer Vernooijr5906: Fix the usage of the internal popt (make proto...
2007-10-10 Andrew Bartlettr5903: While I can't test IPv6, metze asked me to commi...
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Andrew Bartlettr5898: Handle errors in the 'sync' name and IP address...
2007-10-10 Jelmer Vernooijr5871: Remove file with unused function (that uses...
2007-10-10 Tim Potterr5781: Fix build.
2007-10-10 Tim Potterr5780: Remove unused arguments.
2007-10-10 Tim Potterr5779: Remove signal and timeout gubbage from tdb.
2007-10-10 Jelmer Vernooijr5775: Remove some unused functions (unions are no...
2007-10-10 Tim Potterr5769: Fix unused variable warning.
2007-10-10 Stefan Metzmacherr5682: fix the build
2007-10-10 Jelmer Vernooijr5680: Don't crash if none of the predefined keys is...
2007-10-10 Jelmer Vernooijr5676: Fix some alignment issues and IRemoteActivation
2007-10-10 Jelmer Vernooijr5675: - More DCOM bug fixes
2007-10-10 Jelmer Vernooijr5674: - Re-enable DCOM support.
2007-10-10 Simo Sorcer5670: simplify and clarify ldb_modules.c code
2007-10-10 Andrew Tridgellr5666: winxp will use a NTTIME of -1 to mean "don't...
2007-10-10 Andrew Tridgellr5665: the data within el2->values can still be used...
2007-10-10 Andrew Tridgellr5664: simo, please look into this. It is possible...
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Jeremy Allisonr5533: Patch to detect infinite loops when traversing...
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...
next