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
2008-05-21
Move more modules inside of the samba package.
Jelmer Vernooij
29
-99
/
+1289
2008-05-21
Move some python files into the samba package.
Jelmer Vernooij
7
-8
/
+8
2008-05-21
Move CFLAGS overrides for SWIG modules to Makefile.
Jelmer Vernooij
12
-2
/
+26
2008-05-21
lib/socket: use HAVE_IPV6 test from LIBREPLACE_NETWORK_CHECKS
Stefan Metzmacher
1
-11
/
+5
2008-05-21
libreplace: add test for HAVE_IPV6
Stefan Metzmacher
1
-0
/
+29
2008-05-21
Remove support for .py files from smb_build - deal with it only in the makefi...
Jelmer Vernooij
13
-11
/
+22
2008-05-21
Refuse to install autogenerated proto header files.
Jelmer Vernooij
1
-0
/
+2
2008-05-21
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into nosmbpython
Jelmer Vernooij
8
-170
/
+246
2008-05-21
Fix typo.
Jelmer Vernooij
1
-1
/
+1
2008-05-21
Fix reference to removed smbpython.
Jelmer Vernooij
1
-1
/
+3
2008-05-21
fixed SMB2 flush call, and added flush to gentest_smb2
Andrew Tridgell
4
-18
/
+47
2008-05-21
Regenerate with newer version of swig.
Jelmer Vernooij
4
-44
/
+98
2008-05-21
Use gnu make syntax for SWIG implicit rule since it allows multiple output fi...
Jelmer Vernooij
1
-2
/
+2
2008-05-21
fixed SMB2 locking
Andrew Tridgell
7
-152
/
+199
2008-05-21
Fix dependencies for ldb instancetype module.
Jelmer Vernooij
2
-2
/
+2
2008-05-21
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into nosmbpython
Jelmer Vernooij
14
-169
/
+718
2008-05-21
Fix installed symlinks (cp was trying to be smart).
Jelmer Vernooij
2
-2
/
+2
2008-05-21
Allow dots in .mk file section headers, fix docstring.
Jelmer Vernooij
2
-2
/
+2
2008-05-21
Correct an assertion in the testsuite.
Andrew Bartlett
1
-1
/
+1
2008-05-21
Merge branch 'v4-0-local' of git://git.id10ts.net/samba into 4-0-local
Andrew Bartlett
3
-34
/
+134
2008-05-21
Fix creation of sockaddr in netlogon datagram generator.
Andrew Bartlett
1
-1
/
+1
2008-05-21
Include flags.h into samdb.h
Andrew Bartlett
1
-0
/
+1
2008-05-21
Extend the NBT-DGRAM torture test again.
Andrew Bartlett
1
-0
/
+1
2008-05-21
Manually handle the NETLOGON_SAM_LOGON_REQUEST too.
Andrew Bartlett
6
-100
/
+251
2008-05-21
Extend the 'netlogon' CLDAP and NBT implementation.
Andrew Bartlett
4
-31
/
+329
2008-05-21
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
33
-93
/
+3789
2008-05-21
Re-add alignment removed by metze in 0e2f6d481b3e35ed392b2b3340b244c77593819c
Andrew Bartlett
1
-1
/
+4
2008-05-21
Further tests show NTLOGON and NETLOGON to be identical.
Andrew Bartlett
1
-5
/
+0
2008-05-20
Convert in_transaction to a bool. Add the same fix Volker
Jeremy Allison
1
-4
/
+9
2008-05-20
Fix nesting tdb_traverse in a transaction
Volker Lendecke
1
-3
/
+8
2008-05-20
smbtorture: Add RAW-BENCH-TCON benchmark.
James Peach
5
-2
/
+206
2008-05-20
Change wks password in rpc-bench-schannel1
Volker Lendecke
1
-0
/
+64
2008-05-20
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
6
-14
/
+7
2008-05-20
Fix irpc GetDC requests.
Andrew Bartlett
1
-2
/
+2
2008-05-20
added read and write handlers. Fixed --analyse
Andrew Tridgell
1
-54
/
+40
2008-05-20
Fix number of arguments to IRPC getdc callback.
Andrew Bartlett
1
-1
/
+0
2008-05-20
added smb2_util_setatr
Andrew Tridgell
1
-0
/
+22
2008-05-20
specify which server failed to deltree
Andrew Tridgell
1
-1
/
+1
2008-05-20
added SMB2 setpathinfo composite wrapper
Andrew Tridgell
1
-0
/
+105
2008-05-20
first version of gentest_smb2. Only generates create and close so far.
Andrew Tridgell
2
-0
/
+1983
2008-05-20
moved these util functions into libcli
Andrew Tridgell
1
-26
/
+0
2008-05-20
check the creation options where the client can require a path to be a
Andrew Tridgell
1
-0
/
+14
2008-05-20
added some SMB2 utility functions
Andrew Tridgell
2
-1
/
+179
2008-05-20
remember the server time fields on negotiate. Needed for gentest
Andrew Tridgell
2
-0
/
+5
2008-05-20
Revert addition of 'mailslot' parameter.
Andrew Bartlett
5
-11
/
+5
2008-05-20
Merge commit 'origin/v4-0-test' into vfs_smb2
Andrew Tridgell
40
-983
/
+1285
2008-05-20
Fix prototype generation in new syntax for netlogon.c
Andrew Bartlett
1
-1
/
+1
2008-05-20
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
2
-2
/
+2
2008-05-20
Add the core of the new CLDAP/NBT 'netlogon' parsing library.
Andrew Bartlett
2
-0
/
+364
2008-05-20
Update tdb version number.
Jelmer Vernooij
1
-1
/
+1
[prev]
[next]