summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2009-01-21Use script path to find the setup directory.Jelmer Vernooij3-3/+3
2009-01-21Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij9-156/+153
2009-01-21Allow overriding the function that ships the request in the Samba 3Jelmer Vernooij1-1/+1
2009-01-21s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher7-148/+143
2009-01-21s4:selftest: reference binaries via variables in tests.shStefan Metzmacher1-7/+9
2009-01-21s4:python glue: fix dependecy to pyldbStefan Metzmacher1-1/+1
2009-01-21s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher7-29/+36
2009-01-19Don't use TMPDIR as variable, it's already used for other purposes.Jelmer Vernooij1-5/+8
2009-01-19Make sure server_role gets initialized in backend provisioning code -Jelmer Vernooij3-3/+19
2009-01-19nbt_server/wins: winsdb_handle() can be staticStefan Metzmacher1-2/+3
2009-01-19nbt_server/wins: add some constStefan Metzmacher1-3/+4
2009-01-19nbt_server/wins: use talloc_zero() to create struct winsdb_handleStefan Metzmacher2-2/+2
2009-01-19wrepl_server: make 'use inform' the default and autofallback against old serversStefan Metzmacher3-3/+25
2009-01-19libcli/wrepl: return the major version of the server in wrepl_associate()Stefan Metzmacher2-0/+2
2009-01-19wreplserver: add "wreplsrv:propagate name releases = yes" for replicated sgro...Stefan Metzmacher1-0/+29
2009-01-19winsserver: add "wreplsrv:propagate name releases" optionStefan Metzmacher2-6/+47
2009-01-19winsserver_release: update the expire time if only one address is releasedStefan Metzmacher1-1/+12
2009-01-19wrepl_scavenging: add a comment to make the is_static case more clearStefan Metzmacher1-5/+13
2009-01-19wrepl_server: fix the record expire time of sgroup mergesStefan Metzmacher1-0/+18
2009-01-19wrepl_server: use a local 'local_owner' variable to make the code more readableStefan Metzmacher1-1/+2
2009-01-19winsdb: the we_are_owner in winsdb_lookup() needs to be per addressStefan Metzmacher1-22/+15
2009-01-19nbt_server: fix crash bug, the wins client interface may not have a nbtsockStefan Metzmacher1-1/+1
2009-01-19nbt_server: redirect incoming response packets to the correct interfaceStefan Metzmacher1-0/+53
2009-01-19nbt_server: add some debug messages which show the used interfaces addressesStefan Metzmacher1-2/+12
2009-01-19wreplsrv: don't log scavenging events at level 0Stefan Metzmacher1-7/+7
2009-01-19wreplsrv: log a successful replication cycle at level 1Stefan Metzmacher1-1/+1
2009-01-19wreplsrv: log replication failures at log level 0Stefan Metzmacher2-8/+8
2009-01-19NBT-WINS: test if the server ignores resent packetsStefan Metzmacher1-0/+54
2009-01-19NBT-WINS: we don't need the slow low port tests for every nameStefan Metzmacher1-18/+19
2009-01-19NBT-WINS: if we're bound to port 137 trigger WACK reponses with timeoutsStefan Metzmacher1-2/+107
2009-01-19NBT-WINS: try to bind to port 137 in the NBT-WINS testStefan Metzmacher1-3/+15
2009-01-19winsserver: we need to ignore duplicated name register requests.Stefan Metzmacher3-7/+59
2009-01-19util_str: setup the correct talloc name for stringsStefan Metzmacher1-0/+2
2009-01-19NBT-WINS: initialize .dest_port explicit (we should fill the whole struct eac...Stefan Metzmacher1-0/+1
2009-01-19Print more useful suggestion for the main provision command lineAndrew Bartlett1-1/+1
2009-01-19Delete more Samba3-specific filesAndrew Bartlett1-1/+1
2009-01-19Don't give fatal python errors when guessing the realmAndrew Bartlett1-2/+12
2009-01-16loadparm: Make sure various state variables get initialized even when weJelmer Vernooij1-29/+40
2009-01-16Add copyright headers.Jelmer Vernooij3-14/+53
2009-01-16s4/NEWS: Remove mention of no longer existing js parameter.Jelmer Vernooij1-5/+0
2009-01-16Find default smb.conf path correctly, when it was not specified on theJelmer Vernooij4-5/+31
2009-01-16s4-winbind: Remove a "knownfail" entry for the now implemented LIST_GROUPSKai Blin1-1/+0
2009-01-16winreg: fix winreg_EnumValue callers.Günther Deschner2-2/+2
2009-01-16s4-smbtorture: fix RPC-EVENTLOG test.Günther Deschner1-2/+6
2009-01-15Fix LDB_MODULESDIR for ldb standalone buildsSimo Sorce2-2/+6
2009-01-15Use AS_HELP_STRING() in a couple more places.Jelmer Vernooij2-3/+3
2009-01-15Fix indentation for some configure options.Jelmer Vernooij1-1/+1
2009-01-15python/param: Cope with lp configfile being NULL.Jelmer Vernooij1-1/+5
2009-01-15s4-winbind: Add support for the WINBINDD_LIST_GROUPS command.Kai Blin4-2/+250
2009-01-14s4-smbtorture: also test for invalid flags in eventlog test_ReadEventLog.Günther Deschner1-1/+7