summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5411: make network interface selection a bit sanerAndrew Tridgell7-5/+27
2007-10-10r5410: Automatically determine indenting for the ndr parsersJelmer Vernooij1-318/+460
2007-10-10r5409: - add a gtk events pluginStefan Metzmacher7-36/+407
2007-10-10r5408: - added testing for the behaviour of the special 0x1c nameAndrew Tridgell6-13/+31
2007-10-10r5407: - this patch makes samba's event loop code more generic and makesStefan Metzmacher6-191/+701
2007-10-10r5406: fixed dependencies for the WREPL subsystemAndrew Tridgell1-1/+1
2007-10-10r5405: try to use NBT name pointers when a netbios name is repeated in a NBTAndrew Tridgell1-7/+25
2007-10-10r5404: allow spaces in the string representation of nbt namesAndrew Tridgell1-3/+4
2007-10-10r5403: a simple WINS benchmarking programAndrew Tridgell3-1/+300
2007-10-10r5402: a initial attempt at a IDL definition of the WINS replication protocolAndrew Tridgell3-2/+147
2007-10-10r5401: using talloc_array() is neater hereAndrew Tridgell1-1/+1
2007-10-10r5400: Slightly better handling of help messages in net tool.Rafal Szczesniak4-20/+18
2007-10-10r5398: fixed encoding of *SMBSERVER name (thanks to Karl Melcher for spotting...Andrew Tridgell1-1/+1
2007-10-10r5397: added testing and server support for the special handling required for...Andrew Tridgell2-1/+20
2007-10-10r5396: fixed parsing of NBT type 0xc0 compressed name pointersAndrew Tridgell1-1/+2
2007-10-10r5395: fixed some loadparm memory leaksAndrew Tridgell1-4/+6
2007-10-10r5394: as the timing should be fixed in the server now, don't accept to early...Stefan Metzmacher1-10/+9
2007-10-10r5393: trigger timed events not to early, better do it a bit to lateStefan Metzmacher1-1/+2
2007-10-10r5392: added "secure" WINS server processing. Send a WACK on nameAndrew Tridgell8-48/+333
2007-10-10r5391: cope with w2k3 getting the timeout wrong in wack repliesAndrew Tridgell1-3/+3
2007-10-10r5390: use __location__ to make tracking down errors in RPC-SAMSYNC easierAndrew Tridgell1-9/+10
2007-10-10r5389: initialise the WINS ttl max/min values to something sensibleAndrew Tridgell1-0/+3
2007-10-10r5388: uppercase the server name on ncacn_ip_tcpAndrew Tridgell1-1/+1
2007-10-10r5387: - added automatic WINS server record expiryAndrew Tridgell3-20/+149
2007-10-10r5386: added testing of registration of group namesAndrew Tridgell1-24/+54
2007-10-10r5384: for RPC-NETLOGON to pass we need to set the realm as well as the domai...Andrew Tridgell1-3/+5
2007-10-10r5382: another place where we need to uppercase the called name for port 139 ...Andrew Tridgell1-2/+4
2007-10-10r5381: Added net_user.c with net tool interface for managing user accounts.Rafal Szczesniak3-1/+98
2007-10-10r5380: Removed extra newline.Rafal Szczesniak1-1/+0
2007-10-10r5378: Put ndr size generators and alignment calc functions in hash as well.Jelmer Vernooij1-68/+55
2007-10-10r5377: Put push/pull/print functions for the various types in a hash.Jelmer Vernooij1-127/+54
2007-10-10r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij6-125/+63
2007-10-10r5375: use a real DN in the WINS database. We now pass the NBT-WINS test.Andrew Tridgell1-2/+2
2007-10-10r5374: - changed the dn key code in the ldb tdb backend to correctly honorAndrew Tridgell4-6/+96
2007-10-10r5373: prepare infrastructure for maing different eventsStefan Metzmacher2-1/+1
2007-10-10r5372: fixed the buildAndrew Tridgell1-0/+1
2007-10-10r5371: on port 139 the called name needs to be in uppercaseAndrew Tridgell1-2/+2
2007-10-10r5370: epoll gives more precise event bits like EPOLLHUP instead of just EPOL...Andrew Tridgell1-1/+2
2007-10-10r5369: Rename torture modules so they don't conflict with files in scripting/...Tim Potter2-198/+41
2007-10-10r5368: Fix ups for domain_name field name change.Tim Potter1-8/+50
2007-10-10r5366: added initial code for adding user accounts to libnet makefile.Rafal Szczesniak1-1/+2
2007-10-10r5365: Initial code for adding user accounts via libnet call.Rafal Szczesniak3-0/+135
2007-10-10r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.Tim Potter9-27/+27
2007-10-10r5363: - ndr_%_ptr -> ndr_%_unique_ptrJelmer Vernooij3-16/+20
2007-10-10r5362: Add pointer_default() support to pidl. pointer_default()Jelmer Vernooij23-14/+135
2007-10-10r5361: Rename some functions, add tests to validator.Jelmer Vernooij4-25/+40
2007-10-10r5360: Remove a couple of unused functions.Jelmer Vernooij4-48/+1
2007-10-10r5358: - added initial WINS server code. It passes most of the NBT-WINS test,...Andrew Tridgell11-33/+423
2007-10-10r5357: added ldb_msg_add_fmt(), for creating formatted ldb record valuesAndrew Tridgell2-0/+24
2007-10-10r5356: fixed the hex coding for nbt namesAndrew Tridgell1-1/+1