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-02-18
Eliminate duplicate variable.
Jelmer Vernooij
2
-4
/
+1
2008-02-18
Switch back to using static libraries for subsystems for now, since partial l...
Jelmer Vernooij
1
-1
/
+2
2008-02-18
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
7
-15
/
+63
2008-02-18
disable the EAS level in SMB2-GETINFO test until we get some feedback
Andrew Tridgell
1
-4
/
+6
2008-02-18
open a root handle in SMB2 should use a NULL filename, not a zero length
Andrew Tridgell
1
-1
/
+2
2008-02-18
3 places where the VFS backend doesn't handle NULL strings.
Andrew Tridgell
3
-0
/
+15
2008-02-18
handle pushing of zero length smb2 strings
Andrew Tridgell
1
-0
/
+6
2008-02-16
Prevent adding libreplace when not necessary.
Jelmer Vernooij
1
-3
/
+1
2008-02-16
Some more mergedobj fixes.
Jelmer Vernooij
2
-13
/
+4
2008-02-16
Use standard variable for partial linking.
Jelmer Vernooij
3
-1
/
+5
2008-02-16
Reintroduce mergedobj support.
Jelmer Vernooij
3
-1
/
+32
2008-02-16
Remove unused code.
Jelmer Vernooij
2
-8
/
+4
2008-02-16
Simplify handling of plugin installation.
Jelmer Vernooij
2
-13
/
+20
2008-02-16
Add static header for gencache.
Jelmer Vernooij
2
-5
/
+95
2008-02-16
Formatting fixes.
Jelmer Vernooij
1
-2
/
+3
2008-02-16
fixed RAW-READ after the bufinfo changes. Thanks to Metze for spotting
Andrew Tridgell
1
-0
/
+3
2008-02-16
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
9
-365
/
+604
2008-02-16
fixed handling of zero sized buffers versus NULL buffers in
Andrew Tridgell
1
-10
/
+31
2008-02-15
Unconditionally run the python tests.
Jelmer Vernooij
1
-30
/
+26
2008-02-15
Reconcile header files for torture utility functions.
Jelmer Vernooij
6
-55
/
+123
2008-02-15
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
Jelmer Vernooij
17
-469
/
+477
2008-02-15
Mark the provision_bare() test as known failing for now.
Jelmer Vernooij
1
-0
/
+1
2008-02-15
Use struct for provision parameters since there are so many of them.
Jelmer Vernooij
5
-186
/
+202
2008-02-15
lsa.idl: add lsa_AsciiStringLarge
Stefan Metzmacher
1
-0
/
+6
2008-02-15
lsa.idl: don't use ascstr_noterm anymore
Stefan Metzmacher
1
-3
/
+3
2008-02-15
epmapper.idl: don't use ascstr2 anymore
Stefan Metzmacher
1
-1
/
+10
2008-02-15
epmapper.idl: add link to official IDL
Stefan Metzmacher
1
-0
/
+1
2008-02-15
dcerpc.idl: use charset() instead of ascstr3
Stefan Metzmacher
1
-1
/
+2
2008-02-15
ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ...
Stefan Metzmacher
1
-0
/
+3
2008-02-15
drsuapi.idl: use charset() instead of the exotic flags() and string
Stefan Metzmacher
1
-3
/
+6
2008-02-15
krb5pac.idl: use charset() instead of string type with flags
Stefan Metzmacher
1
-1
/
+2
2008-02-15
NET-API-BECOME-DC: at least find the 'provision' function in python mode
Stefan Metzmacher
1
-4
/
+16
2008-02-15
cyrus_sasl: fix compiler warnings
Stefan Metzmacher
1
-1
/
+4
2008-02-15
remove redundent code
Andrew Tridgell
1
-3
/
+0
2008-02-15
fixed some options that could not be overridden on the command line
Andrew Tridgell
1
-10
/
+3
2008-02-15
added blackbox testing of gentest
Andrew Tridgell
1
-0
/
+1
2008-02-15
convert gentest to use popt and the cmdline library
Andrew Tridgell
1
-83
/
+83
2008-02-15
make sure lp_ctx is initialised
Andrew Tridgell
1
-1
/
+2
2008-02-15
fix typo
Andrew Tridgell
1
-1
/
+1
2008-02-15
added a blackbox test for masktest
Andrew Tridgell
2
-5
/
+11
2008-02-15
fixed masktest to use popt, and fixed the incorrect pstring conversion
Andrew Tridgell
1
-94
/
+63
2008-02-15
converted locktest to use popt and cmdline utility code
Andrew Tridgell
3
-95
/
+72
2008-02-15
added blackbox testing for locktest
Andrew Tridgell
2
-1
/
+16
2008-02-15
add some info on running tests
Andrew Tridgell
1
-0
/
+21
2008-02-15
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
10
-207
/
+204
2008-02-15
fixed loadparm handling in standalone tests
Andrew Tridgell
3
-3
/
+3
2008-02-15
Add ability to not specify certain provision options(), fix some other options.
Jelmer Vernooij
1
-19
/
+47
2008-02-15
Add test for provision_bare() code.
Jelmer Vernooij
1
-0
/
+21
2008-02-15
Finish migration of provision code.
Jelmer Vernooij
3
-57
/
+103
2008-02-15
Move Python dependencies.
Jelmer Vernooij
1
-3
/
+2
[next]