r5445: move FormInfo1 struct to the place where it's used
[samba.git] / source4 /
2007-10-10 Stefan Metzmacherr5445: move FormInfo1 struct to the place where it...
2007-10-10 Jelmer Vernooijr5443: Fix HeaderProperties(). Not re-enabling yet...
2007-10-10 Jelmer Vernooijr5442: Use argument list generator functions from NdrPa...
2007-10-10 Jelmer Vernooijr5441: Put push, pull and print arguments in hash as...
2007-10-10 Jelmer Vernooijr5440: Some more generalizations
2007-10-10 Jelmer Vernooijr5439: (hopefully) fix build on older perls. Thanks...
2007-10-10 Jelmer Vernooijr5438: Keep new CFLAGS if the compiler accepted them.
2007-10-10 Jelmer Vernooijr5437: Allow Samba4 to be compiled by tcc (tinycc.org...
2007-10-10 Jelmer Vernooijr5427: NTSTATUS is treated by pidl as a 'real' scalar...
2007-10-10 Jelmer Vernooijr5426: Warn about embedded ref pointers.
2007-10-10 Rafal Szczesniakr5425: Convert function tables to new structure (with...
2007-10-10 Rafal Szczesniakr5424: Automatically generate basic help display on...
2007-10-10 Rafal Szczesniakr5423: Change function table structure to allow short...
2007-10-10 Jelmer Vernooijr5422: Fix ethereal parser generator.
2007-10-10 Andrew Tridgellr5418: - added version numbers to WINS database records...
2007-10-10 Jelmer Vernooijr5417: Add wrapper function for typedefs hash rather...
2007-10-10 Andrew Tridgellr5416: nicer output when trying to replicate with a...
2007-10-10 Andrew Tridgellr5415: added a NBT-WINSREPLICATION torture test. It...
2007-10-10 Andrew Tridgellr5414: - added libcli/wins/, a basic client library...
2007-10-10 Andrew Tridgellr5413: enable standard samba command line options in...
2007-10-10 Andrew Tridgellr5412: don't force initial debug level up in ndrdump
2007-10-10 Andrew Tridgellr5411: make network interface selection a bit saner
2007-10-10 Jelmer Vernooijr5410: Automatically determine indenting for the ndr...
2007-10-10 Stefan Metzmacherr5409: - add a gtk events plugin
2007-10-10 Andrew Tridgellr5408: - added testing for the behaviour of the special...
2007-10-10 Stefan Metzmacherr5407: - this patch makes samba's event loop code more...
2007-10-10 Andrew Tridgellr5406: fixed dependencies for the WREPL subsystem
2007-10-10 Andrew Tridgellr5405: try to use NBT name pointers when a netbios...
2007-10-10 Andrew Tridgellr5404: allow spaces in the string representation of...
2007-10-10 Andrew Tridgellr5403: a simple WINS benchmarking program
2007-10-10 Andrew Tridgellr5402: a initial attempt at a IDL definition of the...
2007-10-10 Andrew Tridgellr5401: using talloc_array() is neater here
2007-10-10 Rafal Szczesniakr5400: Slightly better handling of help messages in...
2007-10-10 Andrew Tridgellr5398: fixed encoding of *SMBSERVER name (thanks to...
2007-10-10 Andrew Tridgellr5397: added testing and server support for the special...
2007-10-10 Andrew Tridgellr5396: fixed parsing of NBT type 0xc0 compressed name...
2007-10-10 Andrew Tridgellr5395: fixed some loadparm memory leaks
2007-10-10 Stefan Metzmacherr5394: as the timing should be fixed in the server...
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 Tridgellr5391: cope with w2k3 getting the timeout wrong in...
2007-10-10 Andrew Tridgellr5390: use __location__ to make tracking down errors...
2007-10-10 Andrew Tridgellr5389: initialise the WINS ttl max/min values to someth...
2007-10-10 Andrew Tridgellr5388: uppercase the server name on ncacn_ip_tcp
2007-10-10 Andrew Tridgellr5387: - added automatic WINS server record expiry
2007-10-10 Andrew Tridgellr5386: added testing of registration of group names
2007-10-10 Andrew Tridgellr5384: for RPC-NETLOGON to pass we need to set the...
2007-10-10 Andrew Tridgellr5382: another place where we need to uppercase the...
2007-10-10 Rafal Szczesniakr5381: Added net_user.c with net tool interface for...
2007-10-10 Rafal Szczesniakr5380: Removed extra newline.
2007-10-10 Jelmer Vernooijr5378: Put ndr size generators and alignment calc funct...
2007-10-10 Jelmer Vernooijr5377: Put push/pull/print functions for the various...
2007-10-10 Jelmer Vernooijr5376: ORPC is NDR specific, so move it to ndr.pm.
2007-10-10 Andrew Tridgellr5375: use a real DN in the WINS database. We now pass...
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 Tridgellr5372: fixed the build
2007-10-10 Andrew Tridgellr5371: on port 139 the called name needs to be in uppercase
2007-10-10 Andrew Tridgellr5370: epoll gives more precise event bits like EPOLLHU...
2007-10-10 Tim Potterr5369: Rename torture modules so they don't conflict...
2007-10-10 Tim Potterr5368: Fix ups for domain_name field name change.
2007-10-10 Rafal Szczesniakr5366: added initial code for adding user accounts...
2007-10-10 Rafal Szczesniakr5365: Initial code for adding user accounts via libnet...
2007-10-10 Tim Potterr5364: Rename string fields called 'domain' and 'name...
2007-10-10 Jelmer Vernooijr5363: - ndr_%_ptr -> ndr_%_unique_ptr
2007-10-10 Jelmer Vernooijr5362: Add pointer_default() support to pidl. pointer_d...
2007-10-10 Jelmer Vernooijr5361: Rename some functions, add tests to validator.
2007-10-10 Jelmer Vernooijr5360: Remove a couple of unused functions.
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 Tridgellr5356: fixed the hex coding for nbt names
2007-10-10 Tim Potterr5353: Throw a NTSTATUS exception if a NT error code...
2007-10-10 Andrew Tridgellr5352: added a function nbt_name_string() that formats...
2007-10-10 Tim Potterr5351: Add wrapper for nt_errstr and array functions...
2007-10-10 Tim Potterr5350: Implement an input typemap for NTSTATUS.
2007-10-10 Tim Potterr5348: Implement the remaining samr connect functions...
2007-10-10 Andrew Tridgellr5347: fixed the NBT-REGISTER test now that the nbt...
2007-10-10 Andrew Tridgellr5346: - a bit more preparation for the WINS server...
2007-10-10 Jelmer Vernooijr5345: Some more minor code readability fixes.
2007-10-10 Jelmer Vernooijr5338: More efforts to handle types similarly.
2007-10-10 Tim Potterr5335: Add a Close() method to SamrHandle object.
2007-10-10 Andrew Bartlettr5334: Bah, it's all to hard...
2007-10-10 Andrew Tridgellr5333: weird, w2k3 always sends a positive name release...
2007-10-10 Andrew Bartlettr5330: Remove #include <sys/time.h> from includes.h.
2007-10-10 Andrew Tridgellr5329: made the nbt server case sensitive
2007-10-10 Andrew Tridgellr5328: - allow case sensitive nbt name lookups
2007-10-10 Andrew Tridgellr5326: removed the charset conversion from the nbtname...
2007-10-10 Andrew Tridgellr5325: - expanded the NBT-WINS test to include scopes
2007-10-10 Andrew Tridgellr5322: removed a whole bunch of #include lines that...
2007-10-10 Andrew Tridgellr5321: added a program that works out the minimal set...
2007-10-10 Jelmer Vernooijr5320: Treat structs and unions somewhat more similarly:
2007-10-10 Jelmer Vernooijr5319: Make some more alignment code generic, move...
2007-10-10 Andrew Tridgellr5310: allow for rounding errors in the sleep test
2007-10-10 Andrew Tridgellr5309: removed ads.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 Tridgellr5305: removed libcli/ldap/ldap.h from includes.h
2007-10-10 Andrew Tridgellr5304: removed lib/socket/socket.h from includes.h
2007-10-10 Andrew Tridgellr5303: fixed build of gconf registry backend
next