Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5394: as the timing should be fixed in the server now, don't accept to early... | Stefan Metzmacher | 1 | -10/+9 |
2007-10-10 | r5393: trigger timed events not to early, better do it a bit to late | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r5392: added "secure" WINS server processing. Send a WACK on name | Andrew Tridgell | 8 | -48/+333 |
2007-10-10 | r5391: cope with w2k3 getting the timeout wrong in wack replies | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r5390: use __location__ to make tracking down errors in RPC-SAMSYNC easier | Andrew Tridgell | 1 | -9/+10 |
2007-10-10 | r5389: initialise the WINS ttl max/min values to something sensible | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r5388: uppercase the server name on ncacn_ip_tcp | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5387: - added automatic WINS server record expiry | Andrew Tridgell | 3 | -20/+149 |
2007-10-10 | r5386: added testing of registration of group names | Andrew Tridgell | 1 | -24/+54 |
2007-10-10 | r5384: for RPC-NETLOGON to pass we need to set the realm as well as the domai... | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r5382: another place where we need to uppercase the called name for port 139 ... | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r5381: Added net_user.c with net tool interface for managing user accounts. | Rafal Szczesniak | 3 | -1/+98 |
2007-10-10 | r5380: Removed extra newline. | Rafal Szczesniak | 1 | -1/+0 |
2007-10-10 | r5378: Put ndr size generators and alignment calc functions in hash as well. | Jelmer Vernooij | 1 | -68/+55 |
2007-10-10 | r5377: Put push/pull/print functions for the various types in a hash. | Jelmer Vernooij | 1 | -127/+54 |
2007-10-10 | r5376: ORPC is NDR specific, so move it to ndr.pm. | Jelmer Vernooij | 6 | -125/+63 |
2007-10-10 | r5375: use a real DN in the WINS database. We now pass the NBT-WINS test. | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r5374: - changed the dn key code in the ldb tdb backend to correctly honor | Andrew Tridgell | 4 | -6/+96 |
2007-10-10 | r5373: prepare infrastructure for maing different events | Stefan Metzmacher | 2 | -1/+1 |
2007-10-10 | r5372: fixed the build | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r5371: on port 139 the called name needs to be in uppercase | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOL... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r5369: Rename torture modules so they don't conflict with files in scripting/... | Tim Potter | 2 | -198/+41 |
2007-10-10 | r5368: Fix ups for domain_name field name change. | Tim Potter | 1 | -8/+50 |
2007-10-10 | r5366: added initial code for adding user accounts to libnet makefile. | Rafal Szczesniak | 1 | -1/+2 |
2007-10-10 | r5365: Initial code for adding user accounts via libnet call. | Rafal Szczesniak | 3 | -0/+135 |
2007-10-10 | r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'. | Tim Potter | 9 | -27/+27 |
2007-10-10 | r5363: - ndr_%_ptr -> ndr_%_unique_ptr | Jelmer Vernooij | 3 | -16/+20 |
2007-10-10 | r5362: Add pointer_default() support to pidl. pointer_default() | Jelmer Vernooij | 23 | -14/+135 |
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 |