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
2009-01-21
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
9
-156
/
+153
2009-01-21
Allow overriding the function that ships the request in the Samba 3
Jelmer Vernooij
1
-1
/
+1
2009-01-21
s4:auth: move make_server_info_netlogon_validation() function arround
Stefan Metzmacher
7
-148
/
+143
2009-01-21
s4:selftest: reference binaries via variables in tests.sh
Stefan Metzmacher
1
-7
/
+9
2009-01-21
s4:python glue: fix dependecy to pyldb
Stefan Metzmacher
1
-1
/
+1
2009-01-21
s4:ldb: remove dependency to samba4's events wrapper
Stefan Metzmacher
7
-29
/
+36
2009-01-19
Don't use TMPDIR as variable, it's already used for other purposes.
Jelmer Vernooij
1
-5
/
+8
2009-01-19
Make sure server_role gets initialized in backend provisioning code -
Jelmer Vernooij
3
-3
/
+19
2009-01-19
nbt_server/wins: winsdb_handle() can be static
Stefan Metzmacher
1
-2
/
+3
2009-01-19
nbt_server/wins: add some const
Stefan Metzmacher
1
-3
/
+4
2009-01-19
nbt_server/wins: use talloc_zero() to create struct winsdb_handle
Stefan Metzmacher
2
-2
/
+2
2009-01-19
wrepl_server: make 'use inform' the default and autofallback against old servers
Stefan Metzmacher
3
-3
/
+25
2009-01-19
libcli/wrepl: return the major version of the server in wrepl_associate()
Stefan Metzmacher
2
-0
/
+2
2009-01-19
wreplserver: add "wreplsrv:propagate name releases = yes" for replicated sgro...
Stefan Metzmacher
1
-0
/
+29
2009-01-19
winsserver: add "wreplsrv:propagate name releases" option
Stefan Metzmacher
2
-6
/
+47
2009-01-19
winsserver_release: update the expire time if only one address is released
Stefan Metzmacher
1
-1
/
+12
2009-01-19
wrepl_scavenging: add a comment to make the is_static case more clear
Stefan Metzmacher
1
-5
/
+13
2009-01-19
wrepl_server: fix the record expire time of sgroup merges
Stefan Metzmacher
1
-0
/
+18
2009-01-19
wrepl_server: use a local 'local_owner' variable to make the code more readable
Stefan Metzmacher
1
-1
/
+2
2009-01-19
winsdb: the we_are_owner in winsdb_lookup() needs to be per address
Stefan Metzmacher
1
-22
/
+15
2009-01-19
nbt_server: fix crash bug, the wins client interface may not have a nbtsock
Stefan Metzmacher
1
-1
/
+1
2009-01-19
nbt_server: redirect incoming response packets to the correct interface
Stefan Metzmacher
1
-0
/
+53
2009-01-19
nbt_server: add some debug messages which show the used interfaces addresses
Stefan Metzmacher
1
-2
/
+12
2009-01-19
wreplsrv: don't log scavenging events at level 0
Stefan Metzmacher
1
-7
/
+7
2009-01-19
wreplsrv: log a successful replication cycle at level 1
Stefan Metzmacher
1
-1
/
+1
2009-01-19
wreplsrv: log replication failures at log level 0
Stefan Metzmacher
2
-8
/
+8
2009-01-19
NBT-WINS: test if the server ignores resent packets
Stefan Metzmacher
1
-0
/
+54
2009-01-19
NBT-WINS: we don't need the slow low port tests for every name
Stefan Metzmacher
1
-18
/
+19
2009-01-19
NBT-WINS: if we're bound to port 137 trigger WACK reponses with timeouts
Stefan Metzmacher
1
-2
/
+107
2009-01-19
NBT-WINS: try to bind to port 137 in the NBT-WINS test
Stefan Metzmacher
1
-3
/
+15
2009-01-19
winsserver: we need to ignore duplicated name register requests.
Stefan Metzmacher
3
-7
/
+59
2009-01-19
util_str: setup the correct talloc name for strings
Stefan Metzmacher
1
-0
/
+2
2009-01-19
NBT-WINS: initialize .dest_port explicit (we should fill the whole struct eac...
Stefan Metzmacher
1
-0
/
+1
2009-01-19
Print more useful suggestion for the main provision command line
Andrew Bartlett
1
-1
/
+1
2009-01-19
Delete more Samba3-specific files
Andrew Bartlett
1
-1
/
+1
2009-01-19
Don't give fatal python errors when guessing the realm
Andrew Bartlett
1
-2
/
+12
2009-01-16
loadparm: Make sure various state variables get initialized even when we
Jelmer Vernooij
1
-29
/
+40
2009-01-16
Add copyright headers.
Jelmer Vernooij
3
-14
/
+53
2009-01-16
s4/NEWS: Remove mention of no longer existing js parameter.
Jelmer Vernooij
1
-5
/
+0
2009-01-16
Find default smb.conf path correctly, when it was not specified on the
Jelmer Vernooij
4
-5
/
+31
2009-01-16
s4-winbind: Remove a "knownfail" entry for the now implemented LIST_GROUPS
Kai Blin
1
-1
/
+0
2009-01-16
winreg: fix winreg_EnumValue callers.
Günther Deschner
2
-2
/
+2
2009-01-16
s4-smbtorture: fix RPC-EVENTLOG test.
Günther Deschner
1
-2
/
+6
2009-01-15
Fix LDB_MODULESDIR for ldb standalone builds
Simo Sorce
2
-2
/
+6
2009-01-15
Use AS_HELP_STRING() in a couple more places.
Jelmer Vernooij
2
-3
/
+3
2009-01-15
Fix indentation for some configure options.
Jelmer Vernooij
1
-1
/
+1
2009-01-15
python/param: Cope with lp configfile being NULL.
Jelmer Vernooij
1
-1
/
+5
2009-01-15
s4-winbind: Add support for the WINBINDD_LIST_GROUPS command.
Kai Blin
4
-2
/
+250
2009-01-14
s4-smbtorture: also test for invalid flags in eventlog test_ReadEventLog.
Günther Deschner
1
-1
/
+7
2009-01-14
s4-smbtorture: pure cosmetic cleanup of eventlog test.
Günther Deschner
1
-42
/
+42
[next]