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
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5171: added support for "bind interfaces only" in nbtd. The solution was to
Andrew Tridgell
5
-89
/
+76
2007-10-10
r5170: fixed a bug handling events that have already timed out - they were
Andrew Tridgell
1
-8
/
+4
2007-10-10
r5169: As provisioning script generates everything under $newdb/ directory, p...
Alexander Bokovoy
1
-2
/
+2
2007-10-10
r5156: started on test driven development of the nbt server. This adds a
Andrew Tridgell
3
-1
/
+179
2007-10-10
r5155: define ipv4address as a based IDL type, mapped to a "const char *" in
Andrew Tridgell
12
-73
/
+71
2007-10-10
r5148: use ipv4_addr also in epmapper idl
Stefan Metzmacher
3
-7
/
+7
2007-10-10
r5147: remove unused var
Stefan Metzmacher
1
-3
/
+0
2007-10-10
r5145: define struct ipv4_addr in misc.idl,
Stefan Metzmacher
11
-17
/
+30
2007-10-10
r5144: add more forward declarations
Stefan Metzmacher
1
-2
/
+7
2007-10-10
r5143: don't generate prototypes for lib/tdb/
Stefan Metzmacher
3
-1
/
+12
2007-10-10
r5142: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5141: fix compiler warnings
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r5139: fix types
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r5138: don't create prototypes for samba3's winbind client lib
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5137: fix types
Stefan Metzmacher
10
-12
/
+12
2007-10-10
r5136: fix types
Stefan Metzmacher
4
-8
/
+8
2007-10-10
r5135: I prepare a clean up in includes.h
Stefan Metzmacher
2
-1
/
+4
2007-10-10
r5134: - fix types to always use _t types
Stefan Metzmacher
6
-10
/
+13
2007-10-10
r5133: fix type mapping to internal types
Stefan Metzmacher
1
-5
/
+7
2007-10-10
r5130: added a single NBT name query benchmark. It keeps 10 queries in flight...
Andrew Tridgell
3
-0
/
+142
2007-10-10
r5129: make sure we don't spin chewing CPU time due to my last change
Andrew Tridgell
1
-1
/
+5
2007-10-10
r5126: the composite code is no longer client specific or smb specific, so
Andrew Tridgell
18
-130
/
+130
2007-10-10
r5123: fixed a bug in the timed events handling. It was possible for a timed
Andrew Tridgell
2
-11
/
+26
2007-10-10
r5122: fixed name of winbind stream ops
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5121: added periodic name refresh requests for all our registered names, rep...
Andrew Tridgell
7
-7
/
+246
2007-10-10
r5120: encode outgoing nbt packets when queueing them rather than in the send
Andrew Tridgell
2
-30
/
+45
2007-10-10
r5119: fflush after talloc reports to ensure they are fully on disk when usin...
Andrew Tridgell
1
-1
/
+2
2007-10-10
r5118: added support for node status replies in nbtd. nmblookup -S now works ...
Andrew Tridgell
7
-17
/
+151
2007-10-10
r5117: used a composite function to add 4 stage name registration. We send 3
Andrew Tridgell
5
-22
/
+163
2007-10-10
r5116: fixed build of the nbtlist code
Andrew Tridgell
1
-2
/
+7
2007-10-10
r5115: enable the nbt daemon by default
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5114: the nbtd task can now act as a basic B-node server. It registers its
Andrew Tridgell
18
-211
/
+745
2007-10-10
r5109: - fixed handling of zero-length subcontexts in the ndr library
Andrew Tridgell
2
-4
/
+8
2007-10-10
r5108: the beginnings of a nbtd server for Samba4. Currently just displays
Andrew Tridgell
14
-4
/
+285
2007-10-10
r5107: moved the horrible ldap socket code, and the even worse
Andrew Tridgell
4
-242
/
+299
2007-10-10
r5106: removed a bunch of unused socket functions. We still need
Andrew Tridgell
1
-373
/
+1
2007-10-10
r5105: removed some unused events functions. These are no longer needed as
Andrew Tridgell
1
-30
/
+0
2007-10-10
r5104: - added support for task based servers. These are servers that within
Andrew Tridgell
12
-186
/
+377
2007-10-10
r5103: forgot to add two new files
Andrew Tridgell
2
-0
/
+272
2007-10-10
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
36
-1558
/
+633
2007-10-10
r5095: uint32 -> uint32_t
Tim Potter
1
-3
/
+2
2007-10-10
r5094: Use builtin swig types for converting between fixed width integer types.
Tim Potter
1
-11
/
+8
2007-10-10
r5093: Make debugs less confusing when a 0 NTTIME is printed.
Andrew Bartlett
1
-1
/
+5
2007-10-10
r5092: Add a bit more const - moving it further into the LDB layer.
Andrew Bartlett
3
-5
/
+5
2007-10-10
r5091: The Kerberos secrets are queried by realm
Andrew Bartlett
1
-1
/
+1
2007-10-10
r5090: Fix up the IDL for LogonGetDomainInfo in NETLOGON.
Andrew Bartlett
3
-17
/
+10
2007-10-10
r5089: Fix indentation.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r5088: Push some of the heimdal tests into a 'if we didn't have krb5-config' ...
Andrew Bartlett
1
-2
/
+9
2007-10-10
r5087: Add --swig to pidl flags so that swig .i files are generated with
Tim Potter
1
-1
/
+1
2007-10-10
r5086: Fix list of binaries to install:
Andrew Bartlett
1
-4
/
+5
[prev]
[next]