jelmer/samba4-debian.git
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5196: fixed sily bug (that metze found)
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 Tridgellr5193: make sure we mark the event dead when we free...
2007-10-10 Tim Potterr5190: Grr - typo.
2007-10-10 Andrew Tridgellr5189: fixed a double free bug in the ltdb indexing...
2007-10-10 Tim Potterr5188: Add config.mk file for swig.
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 Alexander Bokovoyr5173: Refer to a proper zone file name in resulting...
2007-10-10 Andrew Tridgellr5172: actually bind to the right address for the wildc...
2007-10-10 Andrew Tridgellr5171: added support for "bind interfaces only" in...
2007-10-10 Andrew Tridgellr5170: fixed a bug handling events that have already...
2007-10-10 Alexander Bokovoyr5169: As provisioning script generates everything...
2007-10-10 Andrew Tridgellr5156: started on test driven development of the nbt...
2007-10-10 Andrew Tridgellr5155: define ipv4address as a based IDL type, mapped...
2007-10-10 Stefan Metzmacherr5148: use ipv4_addr also in epmapper idl
2007-10-10 Stefan Metzmacherr5147: remove unused var
2007-10-10 Stefan Metzmacherr5145: define struct ipv4_addr in misc.idl,
2007-10-10 Stefan Metzmacherr5144: add more forward declarations
2007-10-10 Stefan Metzmacherr5143: don't generate prototypes for lib/tdb/
2007-10-10 Stefan Metzmacherr5142: fix compiler warning
2007-10-10 Stefan Metzmacherr5141: fix compiler warnings
2007-10-10 Stefan Metzmacherr5139: fix types
2007-10-10 Stefan Metzmacherr5138: don't create prototypes for samba3's winbind...
2007-10-10 Stefan Metzmacherr5137: fix types
2007-10-10 Stefan Metzmacherr5136: fix types
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 Stefan Metzmacherr5133: fix type mapping to internal types
2007-10-10 Andrew Tridgellr5130: added a single NBT name query benchmark. It...
2007-10-10 Andrew Tridgellr5129: make sure we don't spin chewing CPU time due...
2007-10-10 Andrew Tridgellr5126: the composite code is no longer client specific...
2007-10-10 Andrew Tridgellr5123: fixed a bug in the timed events handling. It...
2007-10-10 Andrew Tridgellr5122: fixed name of winbind stream ops
2007-10-10 Andrew Tridgellr5121: added periodic name refresh requests for all...
2007-10-10 Andrew Tridgellr5120: encode outgoing nbt packets when queueing them...
2007-10-10 Andrew Tridgellr5119: fflush after talloc reports to ensure they are...
2007-10-10 Andrew Tridgellr5118: added support for node status replies in nbtd...
2007-10-10 Andrew Tridgellr5117: used a composite function to add 4 stage name...
2007-10-10 Andrew Tridgellr5116: fixed build of the nbtlist code
2007-10-10 Andrew Tridgellr5115: enable the nbt daemon by default
2007-10-10 Andrew Tridgellr5114: the nbtd task can now act as a basic B-node...
2007-10-10 Andrew Tridgellr5109: - fixed handling of zero-length subcontexts...
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 Tridgellr5103: forgot to add two new files
2007-10-10 Andrew Tridgellr5102: This is a major simplification of the logic...
2007-10-10 Tim Potterr5095: uint32 -> uint32_t
2007-10-10 Tim Potterr5094: Use builtin swig types for converting between...
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 Bartlettr5091: The Kerberos secrets are queried by realm
2007-10-10 Andrew Bartlettr5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON.
2007-10-10 Andrew Bartlettr5089: Fix indentation.
2007-10-10 Andrew Bartlettr5088: Push some of the heimdal tests into a 'if we...
2007-10-10 Tim Potterr5087: Add --swig to pidl flags so that swig .i files...
2007-10-10 Andrew Bartlettr5086: Fix list of binaries to install:
2007-10-10 Andrew Tridgellr5085: add net and nmblookup to installed binaries
2007-10-10 Andrew Tridgellr5084: - handle arbitrary data in the NULL record reply...
2007-10-10 Andrew Tridgellr5083: removed the libcrypto test that is forcing the...
2007-10-10 Andrew Tridgellr5080: patch from ronnie to make our samr IDL a little...
2007-10-10 Andrew Tridgellr5079: don't look for gss_display_status() in libgssapi...
2007-10-10 Tim Potterr5074: Remove dead code.
2007-10-10 Tim Potterr5073: Call new autogenerator function for swig stuff...
2007-10-10 Tim Potterr5072: oDecrease the amount of autogenerated code ...
2007-10-10 Jeremy Allisonr5071: Reverted (per tridge request).
2007-10-10 Jeremy Allisonr5068: I'm pretty sure an old search request is allowed...
2007-10-10 Andrew Tridgellr5054: added a nmblookup tool, based on the new nbt...
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 Tridgellr5051: initialise all elements of an array (thanks...
2007-10-10 Andrew Tridgellr5050: make sure we translate the generic to the specif...
2007-10-10 Andrew Tridgellr5049: updated howto.txt with new provisioning instructions
2007-10-10 Andrew Tridgellr5048: made the provision.pl script much less error...
2007-10-10 Tim Potterr5047: Fix swig dependencies.
2007-10-10 Stefan Metzmacherr5045: add TODO comment
2007-10-10 Stefan Metzmacherr5044: fix pidl--swig
2007-10-10 Andrew Tridgellr5043: this broke more systems than it helped. Remove...
2007-10-10 Andrew Tridgellr5042: another attempt to get solaris10 building
2007-10-10 Stefan Metzmacherr5041: add more verbose output for the krb5 libs detection
2007-10-10 Andrew Tridgellr5040: attempt to get solaris10 building by defining...
2007-10-10 Andrew Tridgellr5039: fixed eparser not to generate talloc_p()
2007-10-10 Andrew Tridgellr5038: we don't need these defines any more
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr5036: changed HYPER_T to the more standard "hyper"
2007-10-10 Andrew Tridgellr5035: fixed composite test to use --num-ops command...
2007-10-10 Andrew Tridgellr5034: - added a type mapping function in pidl, so...
2007-10-10 Tim Potterr5033: Remove --with-eparserdir configure option and...
2007-10-10 Andrew Tridgellr5032: get rid of the init fns in eparser
2007-10-10 Andrew Tridgellr5027: added the IDL license to the IDL directory
2007-10-10 Tim Potterr5026: Don't build the swig stuff by default until...
2007-10-10 Tim Potterr5024: Fix build.
2007-10-10 Tim Potterr5019: Some tweaks to building the swig .i files.
2007-10-10 Tim Potterr5018: Initialise required subsystems (by hand, generat...
2007-10-10 Tim Potterr5017: Fix bug in output typemap for uint32 (!)
next