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
2012-05-31
s4:selftets: change the blackbox.bogusdomain test to use binary mapping for s...
Michael Adam
2
-3
/
+3
2012-05-31
s4:selftest: change the blackbox.smbclient test to use binary mapping for smb...
Michael Adam
2
-6
/
+5
2012-05-31
s3:selftest: add a binary mapping for smbclient4
Michael Adam
1
-2
/
+2
2012-05-31
selftest: add a binary mapping for smbclient4
Michael Adam
1
-0
/
+1
2012-05-31
build: rename build targets nmblookup -> nmblookup4 and nmblookup3 -> nmblookup
Michael Adam
3
-4
/
+4
2012-05-31
build: add a build suffix ("4") for s4-binaries
Michael Adam
1
-0
/
+1
2012-05-31
s4:selftest: determine nmblookup via binary mapping for blackbox test in test...
Michael Adam
2
-5
/
+5
2012-05-31
selftest:Samba4: use the nmblookup4 binary mapping
Michael Adam
1
-1
/
+1
2012-05-31
s3:selftest: add a binary mapping for nmblookup4
Michael Adam
1
-2
/
+2
2012-05-31
selftest: add a binary mapping for nmblookup4
Michael Adam
1
-0
/
+1
2012-05-31
s3:selftest: improve strange linebreaks for blackbox tests in tests.py for re...
Michael Adam
1
-22
/
+31
2012-05-31
s3:selftest: introduce a variable for binpath('dbwrap_tool') in tests.py
Michael Adam
1
-2
/
+3
2012-05-31
s3:selftest: introduce a variable for binpath('ntlm_auth3') in tests.py
Michael Adam
1
-4
/
+5
2012-05-31
s3:selftest: introduce a variable for binpath('smbtorture3') in tests.py
Michael Adam
1
-4
/
+5
2012-05-31
s3:selftest: introduce a variable for binpath('net') in tests.py
Michael Adam
1
-9
/
+10
2012-05-31
s3:selftest: introduce a variable for binpath('wbinfo') in tests.py
Michael Adam
1
-5
/
+6
2012-05-31
s3:selftest: introduce a variable for binpath('smbclient3') to test.py
Michael Adam
1
-15
/
+17
2012-05-31
s3:selftest: introduce a variable for binpath('nmblookup3') in tests.py
Michael Adam
1
-5
/
+6
2012-05-31
s3:build: fix some spacing in wscript_build
Michael Adam
1
-6
/
+6
2012-05-31
Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messa...
Jeremy Allison
1
-15
/
+18
2012-05-31
lib/dbwrap: make it possible to delete/store the current record during traverse
Stefan Metzmacher
1
-9
/
+71
2012-05-31
lib/dbwrap: don't alter the record on failure in db_rbt_store()
Stefan Metzmacher
1
-9
/
+10
2012-05-31
lib/dbwrap: fix db_rbt_store and update the per record node pointer
Stefan Metzmacher
1
-0
/
+1
2012-05-31
lib/dbwrap: remove unused per db_record pointer in dbwrap_rbt
Stefan Metzmacher
1
-10
/
+9
2012-05-30
Fix bad bugfix for bug #8910 - resolve_ads() code can return zero addresses a...
Ira Cooper
1
-1
/
+1
2012-05-30
Fix metze's complaint about the bugfix for bug #8953 - winbind can hang as nb...
Jeremy Allison
1
-7
/
+0
2012-05-30
s3:libsmb: use nb_connect_send() directly instead of doing a 0 timer for port...
Stefan Metzmacher
1
-4
/
+9
2012-05-30
selftest: bug #8373 is fixed and we should always test this now.
Günther Deschner
1
-1
/
+0
2012-05-30
dsdb: Fix error checking conditions in partition_metadata module
Amitay Isaacs
1
-7
/
+7
2012-05-30
librpc: Fix an incompatible pointer type warning
Volker Lendecke
1
-2
/
+4
2012-05-30
s4-provision: Use the s3fs file server by default in migrations
Andrew Bartlett
1
-1
/
+1
2012-05-30
s3-build: Fix configure checks for Heimdal
Andrew Bartlett
1
-15
/
+15
2012-05-30
build: Make gss_wrap_iov mandatory for krb5 build
Andrew Bartlett
1
-0
/
+5
2012-05-30
lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used there
Andrew Bartlett
3
-9
/
+9
2012-05-30
s3:utils: use cli_tree_connect() instead of cli_tcon_andx()
Stefan Metzmacher
1
-1
/
+1
2012-05-30
s3:libsmb: use cli_tree_connect() instead of cli_tcon_andx()
Stefan Metzmacher
1
-2
/
+2
2012-05-30
s3:libsmb: fallback to SMBtcon for old servers
Stefan Metzmacher
1
-1
/
+15
2012-05-30
s3-loadparm: Swap synonyms of max/min protocol to server max/min protocol
Andrew Bartlett
3
-8
/
+11
2012-05-30
s3-build: We do not have CHARSET modules any more
Andrew Bartlett
2
-8
/
+2
2012-05-30
lib/param: Put common FN_ macros into param_functions.c
Andrew Bartlett
7
-520
/
+276
2012-05-30
lib/param: Add a few more s3 parameters
Andrew Bartlett
1
-0
/
+4
2012-05-30
s3-param: Use same function name for "max xmit" as lib/param
Andrew Bartlett
3
-3
/
+3
2012-05-30
s3-param: Use same variable names as lib/param
Andrew Bartlett
1
-10
/
+10
2012-05-30
s3-param: Import parameters from lib/param to make this list common
Andrew Bartlett
1
-0
/
+26
2012-05-30
s3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy() for clarity
Andrew Bartlett
4
-4
/
+4
2012-05-30
lib/param: Import s3 parameters into lib/param to allow the parameter lists m...
Andrew Bartlett
1
-0
/
+164
2012-05-30
lib/param: Mark a few more parameters const (matching s3)
Andrew Bartlett
1
-12
/
+13
2012-05-30
param: mark realm parameter as const
Andrew Bartlett
1
-1
/
+1
2012-05-30
param: Sort global param functions macros to ease the s3/s4 merge
Andrew Bartlett
2
-317
/
+306
2012-05-30
lib/param: Add .flags to max/min protocol to match s3
Andrew Bartlett
1
-4
/
+8
[next]