Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5361: Rename some functions, add tests to validator. | Jelmer Vernooij | 4 | -25/+40 |
2007-10-10 | r5360: Remove a couple of unused functions. | Jelmer Vernooij | 4 | -48/+1 |
2007-10-10 | r5358: - added initial WINS server code. It passes most of the NBT-WINS test,... | Andrew Tridgell | 11 | -33/+423 |
2007-10-10 | r5357: added ldb_msg_add_fmt(), for creating formatted ldb record values | Andrew Tridgell | 2 | -0/+24 |
2007-10-10 | r5356: fixed the hex coding for nbt names | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5353: Throw a NTSTATUS exception if a NT error code is returned. | Tim Potter | 1 | -22/+32 |
2007-10-10 | r5352: added a function nbt_name_string() that formats a nbt_name structure | Andrew Tridgell | 10 | -47/+108 |
2007-10-10 | r5351: Add wrapper for nt_errstr and array functions for samr_ConnectInfo. | Tim Potter | 1 | -0/+3 |
2007-10-10 | r5350: Implement an input typemap for NTSTATUS. | Tim Potter | 1 | -0/+11 |
2007-10-10 | r5348: Implement the remaining samr connect functions and fix up setsecurity. | Tim Potter | 1 | -6/+53 |
2007-10-10 | r5347: fixed the NBT-REGISTER test now that the nbt layer is case sensitive | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5346: - a bit more preparation for the WINS server going in | Andrew Tridgell | 9 | -144/+267 |
2007-10-10 | r5345: Some more minor code readability fixes. | Jelmer Vernooij | 2 | -149/+143 |
2007-10-10 | r5338: More efforts to handle types similarly. | Jelmer Vernooij | 7 | -33/+35 |
2007-10-10 | r5335: Add a Close() method to SamrHandle object. | Tim Potter | 1 | -1/+148 |
2007-10-10 | r5334: Bah, it's all to hard... | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r5333: weird, w2k3 always sends a positive name release response, even for na... | Andrew Tridgell | 1 | -0/+22 |
2007-10-10 | r5330: Remove #include <sys/time.h> from includes.h. | Andrew Bartlett | 6 | -1/+5 |
2007-10-10 | r5329: made the nbt server case sensitive | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r5328: - allow case sensitive nbt name lookups | Andrew Tridgell | 4 | -6/+59 |
2007-10-10 | r5326: removed the charset conversion from the nbtname code, so we no longer | Andrew Tridgell | 1 | -33/+4 |
2007-10-10 | r5325: - expanded the NBT-WINS test to include scopes | Andrew Tridgell | 2 | -24/+64 |
2007-10-10 | r5322: removed a whole bunch of #include lines that minimal_includes.pl | Andrew Tridgell | 16 | -17/+0 |
2007-10-10 | r5321: added a program that works out the minimal set of #include lines | Andrew Tridgell | 1 | -0/+150 |
2007-10-10 | r5320: Treat structs and unions somewhat more similarly: | Jelmer Vernooij | 8 | -391/+276 |
2007-10-10 | r5319: Make some more alignment code generic, move NDR-specific stuff to | Jelmer Vernooij | 4 | -205/+200 |
2007-10-10 | r5310: allow for rounding errors in the sleep test | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5309: removed ads.h from includes.h | Andrew Tridgell | 8 | -3/+9 |
2007-10-10 | r5308: trimmed back a lot of the old macros from smb_macros.h | Andrew Tridgell | 13 | -84/+31 |
2007-10-10 | r5307: removed db_wrap.h from includes.h | Andrew Tridgell | 14 | -1/+13 |
2007-10-10 | r5306: removed all the unused mutex functions from mutex.c. When (if?) we | Andrew Tridgell | 5 | -103/+5 |
2007-10-10 | r5305: removed libcli/ldap/ldap.h from includes.h | Andrew Tridgell | 12 | -3/+73 |
2007-10-10 | r5304: removed lib/socket/socket.h from includes.h | Andrew Tridgell | 23 | -1/+65 |
2007-10-10 | r5303: fixed build of gconf registry backend | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5302: fixed a compilation problem on solaris caused by the recent include | Andrew Tridgell | 10 | -45/+38 |
2007-10-10 | r5301: fixed pthreads build | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5300: more uint32 and system/filesys.h build fixes when developer mode is en... | Andrew Tridgell | 8 | -7/+10 |
2007-10-10 | r5299: fixed an include ordering problem | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5298: - got rid of pstring.h from includes.h. This at least makes it a bit | Andrew Tridgell | 137 | -114/+239 |
2007-10-10 | r5297: ensure pstring is not in the generated prototypes | Andrew Tridgell | 2 | -6/+1 |
2007-10-10 | r5296: - only include the tdb headers where they are needed | Andrew Tridgell | 23 | -14/+29 |
2007-10-10 | r5294: - added a separate NBT-WINS test for WINS operations (register, refres... | Andrew Tridgell | 16 | -137/+419 |
2007-10-10 | r5293: Map an empty policy handle to None when creating policy handles, and | Tim Potter | 1 | -3/+20 |
2007-10-10 | r5292: ensure we cleanup the epoll_fd on event context destruction | Andrew Tridgell | 1 | -0/+17 |
2007-10-10 | r5291: fixed ncacn_ip_tcp against windows | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r5288: Make alignment code more generic | Jelmer Vernooij | 1 | -32/+42 |
2007-10-10 | r5286: Some first steps in making the pidl code somewhat more generic for the | Jelmer Vernooij | 12 | -203/+166 |
2007-10-10 | r5285: add a generic dlist_item struct which has a void *ptr for the data | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r5284: this is needed on my server | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r5282: merging autogen fixes from 3_0 | Gerald Carter | 1 | -3/+3 |