summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-27s4-repl: on a failed request, clear the current ptrAndrew Tridgell1-0/+1
2010-04-27s4-repl: end repl request when not doing an UpdateRefsAndrew Tridgell1-0/+2
2010-04-27s4-repl: don't delete repsTo entry on DsReplicaSyncAndrew Tridgell1-46/+12
2010-04-26s3-build: Remove --enable-merged support.Jelmer Vernooij4-668/+3
2010-04-26s4: remove unused rap.h.Günther Deschner1-358/+0
2010-04-26s3: remove unused rap.h.Günther Deschner2-507/+0
2010-04-26s4: fix some build warnings.Günther Deschner3-5/+5
2010-04-26s3: fix some build warnings.Günther Deschner2-9/+9
2010-04-26s3: use generated rap header.Günther Deschner5-9/+16
2010-04-26s4: use generated rap header.Günther Deschner6-6/+6
2010-04-26s3: re-run make samba3-idl and add generated header file.Günther Deschner1-0/+466
2010-04-26rap: add rap idl.Günther Deschner1-0/+473
2010-04-26s4: rename RAP share_enum_info to share_info.Günther Deschner4-28/+28
2010-04-26When walking the SMB2 requests queue, ensure the request is still "in flight"Jeremy Allison1-1/+10
2010-04-26Fix crash when rescheduling oplock open.Jeremy Allison1-0/+9
2010-04-26s3: Implement "net rpc user setprimarygroup"Volker Lendecke1-0/+59
2010-04-26s4-ddb: don't create partitions with the UNINSTANT flag setAndrew Tridgell1-1/+14
2010-04-26s4-drs: allow getncchanges requests to non WRIT_REP partitions for extended opsAndrew Tridgell1-1/+2
2010-04-26s4-drs: don't send uninstantiated objects in getncchangesAndrew Tridgell1-0/+5
2010-04-26s4-drepl: don't send an UpdateRefs unless its a plain replicationAndrew Tridgell1-1/+3
2010-04-26build: cope with realname for install of non-python libsAndrew Tridgell2-2/+8
2010-04-26s4-drs: make links to foreign partitions non-fatalAndrew Tridgell1-8/+6
2010-04-26build: automatically run autogen-waf.sh when neededAndrew Tridgell1-4/+2
2010-04-26s4-heimdalbuild: remove LIBNETIF dependency from HEIMDAL_GSSAPIAndrew Tridgell1-1/+1
2010-04-26build: normalise paths in unique source checkingAndrew Tridgell1-1/+1
2010-04-26build: a library is only empty if it has no depsAndrew Tridgell1-3/+3
2010-04-26build: use option_group() not add_option_group()Andrew Tridgell1-1/+1
2010-04-26build: cope with duplicates in source listsAndrew Tridgell1-2/+5
2010-04-25s3: async_domain_request is no longer usedVolker Lendecke2-67/+0
2010-04-25s3: Convert add_trusted_domains() to wb_domain_request_send()Volker Lendecke1-22/+19
2010-04-25s3: Simplify trustdom_stateVolker Lendecke1-10/+5
2010-04-25s3: Make "struct trustdom_state" its own talloc contextVolker Lendecke1-14/+9
2010-04-25libwbclient: Talloc is no longer usedVolker Lendecke2-3/+0
2010-04-24Revert "tsocket: not all systems have IPV6_V6ONLY"Stefan Metzmacher1-2/+2
2010-04-24lib/replace/wscript: make sure IPV6_V6ONLY is available for IPv6 supportStefan Metzmacher1-0/+8
2010-04-24lib/replace: make sure IPV6_V6ONLY is available for IPv6 supportStefan Metzmacher1-0/+8
2010-04-24lib/replace/wscript: add replacement for IPV6_V6ONLY on linux systems with br...Stefan Metzmacher1-0/+19
2010-04-24lib/replace: add replacement for IPV6_V6ONLY on linux systems with broken hea...Stefan Metzmacher2-0/+51
2010-04-24buildtools/wafsamba: inline defines during configure into the testsStefan Metzmacher1-7/+4
2010-04-24buildtools/wafsamba: make sure we create bin/default/ before trying to create...Stefan Metzmacher1-0/+1
2010-04-24s4 dns: Allow to specify static grant entries to be added to the dynamicaly g...Matthieu Patou1-3/+17
2010-04-24s4-smbd: Fix compiler warning in prefork smbd.Tim Potter1-1/+1
2010-04-24lib/zlib/wscript: fix system zlib detectionStefan Metzmacher1-0/+3
2010-04-24Revert "nsswitch: Fix a memleak in wbinfo"Volker Lendecke1-2/+0
2010-04-24s3: sendto_domain() is lo longer usedVolker Lendecke2-30/+0
2010-04-24s3: Simplify (bool != True) to !boolVolker Lendecke1-1/+1
2010-04-24Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison5-17/+112
2010-04-23When sending the initial async response, this is never part of a chain.Jeremy Allison1-1/+1
2010-04-23Don't free the entire tevent_req on cancel, only the part we need (the immedi...Jeremy Allison1-9/+12
2010-04-23libwbclient: Test WBC_CHANGE_PASSWORD_LEVEL_RESPONSEVolker Lendecke1-5/+75