summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r5393: trigger timed events not to early, better do it a bit to lateStefan Metzmacher2007-10-101-1/+2
* r5392: added "secure" WINS server processing. Send a WACK on nameAndrew Tridgell2007-10-108-48/+333
* r5391: cope with w2k3 getting the timeout wrong in wack repliesAndrew Tridgell2007-10-101-3/+3
* r5390: use __location__ to make tracking down errors in RPC-SAMSYNC easierAndrew Tridgell2007-10-101-9/+10
* r5389: initialise the WINS ttl max/min values to something sensibleAndrew Tridgell2007-10-101-0/+3
* r5388: uppercase the server name on ncacn_ip_tcpAndrew Tridgell2007-10-101-1/+1
* r5387: - added automatic WINS server record expiryAndrew Tridgell2007-10-103-20/+149
* r5386: added testing of registration of group namesAndrew Tridgell2007-10-101-24/+54
* r5384: for RPC-NETLOGON to pass we need to set the realm as well as the domai...Andrew Tridgell2007-10-101-3/+5
* r5382: another place where we need to uppercase the called name for port 139 ...Andrew Tridgell2007-10-101-2/+4
* r5381: Added net_user.c with net tool interface for managing user accounts.Rafal Szczesniak2007-10-103-1/+98
* r5380: Removed extra newline.Rafal Szczesniak2007-10-101-1/+0
* r5378: Put ndr size generators and alignment calc functions in hash as well.Jelmer Vernooij2007-10-101-68/+55
* r5377: Put push/pull/print functions for the various types in a hash.Jelmer Vernooij2007-10-101-127/+54
* r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij2007-10-106-125/+63
* r5375: use a real DN in the WINS database. We now pass the NBT-WINS test.Andrew Tridgell2007-10-101-2/+2
* r5374: - changed the dn key code in the ldb tdb backend to correctly honorAndrew Tridgell2007-10-104-6/+96
* r5373: prepare infrastructure for maing different eventsStefan Metzmacher2007-10-102-1/+1
* r5372: fixed the buildAndrew Tridgell2007-10-101-0/+1
* r5371: on port 139 the called name needs to be in uppercaseAndrew Tridgell2007-10-101-2/+2
* r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOL...Andrew Tridgell2007-10-101-1/+2
* r5369: Rename torture modules so they don't conflict with files in scripting/...Tim Potter2007-10-102-198/+41
* r5368: Fix ups for domain_name field name change.Tim Potter2007-10-101-8/+50
* r5367: Minor typo fixes.Rafal Szczesniak2007-10-101-2/+2
* r5366: added initial code for adding user accounts to libnet makefile.Rafal Szczesniak2007-10-101-1/+2
* r5365: Initial code for adding user accounts via libnet call.Rafal Szczesniak2007-10-103-0/+135
* r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.Tim Potter2007-10-109-27/+27
* r5363: - ndr_%_ptr -> ndr_%_unique_ptrJelmer Vernooij2007-10-103-16/+20
* r5362: Add pointer_default() support to pidl. pointer_default()Jelmer Vernooij2007-10-1023-14/+135
* r5361: Rename some functions, add tests to validator.Jelmer Vernooij2007-10-104-25/+40
* r5360: Remove a couple of unused functions.Jelmer Vernooij2007-10-104-48/+1
* r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell2007-10-1011-33/+423
* r5357: added ldb_msg_add_fmt(), for creating formatted ldb record valuesAndrew Tridgell2007-10-102-0/+24
* r5356: fixed the hex coding for nbt namesAndrew Tridgell2007-10-101-1/+1
* r5353: Throw a NTSTATUS exception if a NT error code is returned.Tim Potter2007-10-101-22/+32
* r5352: added a function nbt_name_string() that formats a nbt_name structureAndrew Tridgell2007-10-1010-47/+108
* r5351: Add wrapper for nt_errstr and array functions for samr_ConnectInfo.Tim Potter2007-10-101-0/+3
* r5350: Implement an input typemap for NTSTATUS.Tim Potter2007-10-101-0/+11
* r5348: Implement the remaining samr connect functions and fix up setsecurity.Tim Potter2007-10-101-6/+53
* r5347: fixed the NBT-REGISTER test now that the nbt layer is case sensitiveAndrew Tridgell2007-10-101-1/+1
* r5346: - a bit more preparation for the WINS server going inAndrew Tridgell2007-10-109-144/+267
* r5345: Some more minor code readability fixes.Jelmer Vernooij2007-10-102-149/+143
* r5338: More efforts to handle types similarly.Jelmer Vernooij2007-10-107-33/+35
* r5335: Add a Close() method to SamrHandle object.Tim Potter2007-10-101-1/+148
* r5334: Bah, it's all to hard...Andrew Bartlett2007-10-101-0/+1
* r5333: weird, w2k3 always sends a positive name release response, even for na...Andrew Tridgell2007-10-101-0/+22
* r5330: Remove #include <sys/time.h> from includes.h.Andrew Bartlett2007-10-106-1/+5
* r5329: made the nbt server case sensitiveAndrew Tridgell2007-10-102-2/+2
* r5328: - allow case sensitive nbt name lookupsAndrew Tridgell2007-10-104-6/+59
* r5326: removed the charset conversion from the nbtname code, so we no longerAndrew Tridgell2007-10-101-33/+4