index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5409: - add a gtk events plugin
Stefan Metzmacher
7
-36
/
+407
2007-10-10
r5408: - added testing for the behaviour of the special 0x1c name
Andrew Tridgell
6
-13
/
+31
2007-10-10
r5407: - this patch makes samba's event loop code more generic and makes
Stefan Metzmacher
6
-191
/
+701
2007-10-10
r5406: fixed dependencies for the WREPL subsystem
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5405: try to use NBT name pointers when a netbios name is repeated in a NBT
Andrew Tridgell
1
-7
/
+25
2007-10-10
r5404: allow spaces in the string representation of nbt names
Andrew Tridgell
1
-3
/
+4
2007-10-10
r5403: a simple WINS benchmarking program
Andrew Tridgell
3
-1
/
+300
2007-10-10
r5402: a initial attempt at a IDL definition of the WINS replication protocol
Andrew Tridgell
3
-2
/
+147
2007-10-10
r5401: using talloc_array() is neater here
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5400: Slightly better handling of help messages in net tool.
Rafal Szczesniak
4
-20
/
+18
2007-10-10
r5398: fixed encoding of *SMBSERVER name (thanks to Karl Melcher for spotting...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5397: added testing and server support for the special handling required for...
Andrew Tridgell
2
-1
/
+20
2007-10-10
r5396: fixed parsing of NBT type 0xc0 compressed name pointers
Andrew Tridgell
1
-1
/
+2
2007-10-10
r5395: fixed some loadparm memory leaks
Andrew Tridgell
1
-4
/
+6
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
r5367: Minor typo fixes.
Rafal Szczesniak
1
-2
/
+2
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
[next]