summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* r5407: - this patch makes samba's event loop code more generic and makesStefan Metzmacher2007-10-106-191/+701
* r5406: fixed dependencies for the WREPL subsystemAndrew Tridgell2007-10-101-1/+1
* r5405: try to use NBT name pointers when a netbios name is repeated in a NBTAndrew Tridgell2007-10-101-7/+25
* r5404: allow spaces in the string representation of nbt namesAndrew Tridgell2007-10-101-3/+4
* r5403: a simple WINS benchmarking programAndrew Tridgell2007-10-103-1/+300
* r5402: a initial attempt at a IDL definition of the WINS replication protocolAndrew Tridgell2007-10-103-2/+147
* r5401: using talloc_array() is neater hereAndrew Tridgell2007-10-101-1/+1
* r5400: Slightly better handling of help messages in net tool.Rafal Szczesniak2007-10-104-20/+18
* r5398: fixed encoding of *SMBSERVER name (thanks to Karl Melcher for spotting...Andrew Tridgell2007-10-101-1/+1
* r5397: added testing and server support for the special handling required for...Andrew Tridgell2007-10-102-1/+20
* r5396: fixed parsing of NBT type 0xc0 compressed name pointersAndrew Tridgell2007-10-101-1/+2
* r5395: fixed some loadparm memory leaksAndrew Tridgell2007-10-101-4/+6
* r5394: as the timing should be fixed in the server now, don't accept to early...Stefan Metzmacher2007-10-101-10/+9
* 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