summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2009-01-25Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij3-1/+170
2009-01-25Add prototypes required by samba-gtk.Jelmer Vernooij2-0/+11
2009-01-24s4-smbtorture: add my copyright.Günther Deschner1-0/+1
2009-01-24s4-smbtorture: add BackupLog handling in eventlog test.Günther Deschner1-0/+69
2009-01-24s4-smbtorture: add test_GetLogIntormation test.Günther Deschner1-0/+48
2009-01-24s4-smbtorture: add ReportEventW test.Günther Deschner1-0/+50
2009-01-23s4: add ../lib/async_req to the s4 buildKai Blin1-0/+1
2009-01-23s4: we're on the way to alhpa7Stefan Metzmacher1-1/+1
2009-01-22Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij1-10/+0
2009-01-22Do not start a transaction this way.Simo Sorce1-10/+0
2009-01-22Remove obsolete samr Python module - use samba.dcerpc.samr instead.Jelmer Vernooij1-759/+0
2009-01-22Implement as_sddl.Jelmer Vernooij2-1/+29
2009-01-22Support parsing sddl for security descriptors.Jelmer Vernooij2-2/+37
2009-01-22Move configure test files to the top-level and share them between s3 andJelmer Vernooij13-1293/+6
2009-01-21libsmbconf: Add build magic for Samba 4.Jelmer Vernooij1-0/+1
2009-01-21Move check_python.m4 to common m4 directory.Jelmer Vernooij2-101/+1
2009-01-21Only check for Perl once in Samba 3.Jelmer Vernooij2-33/+1
2009-01-21Move check_make.m4 to the top-level.Jelmer Vernooij2-34/+1
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