summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-05-16Make rpc-bench-schannel1 use two wks accounts if --option=torture:multijoin=trueVolker Lendecke1-10/+21
2008-05-16Fix two C++ warningsVolker Lendecke1-2/+4
2008-05-16torture: add RPC-BENCH-SCHANNEL1 testStefan Metzmacher2-0/+273
2008-05-16Fix an uninitialized variable warningVolker Lendecke1-1/+1
2008-05-16In torture_leave_domain, say what account was deletedVolker Lendecke1-2/+4
2008-05-16build: readd ALL_OBJS which is needed for automatic_dependenciesStefan Metzmacher1-0/+2
2008-05-16The following patch calls the op_bind operation for an interface which contex...Julien Kerihuel1-0/+8
2008-05-16This patch adds remaining padding bytes to the dcerpc_fault IDL structure and...Julien Kerihuel2-0/+5
2008-05-16private -> private_data for struct smb2_requestAndrew Tridgell7-24/+39
2008-05-16build the smb2 composite callsAndrew Tridgell1-1/+2
2008-05-16declare composite_wait_free()Andrew Tridgell1-0/+1
2008-05-16- added a composite_wait_free() callAndrew Tridgell1-1/+18
2008-05-16started adding SMB2 composite functions that emulate common SMB callsAndrew Tridgell1-0/+122
2008-05-16added SMB2 proxying for unlinkAndrew Tridgell1-427/+43
2008-05-16Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett14-483/+264
2008-05-16fixed warningAndrew Tridgell1-1/+2
2008-05-16fixed file_index referenceAndrew Tridgell1-1/+1
2008-05-15added handlers for connect, search_first and fsinfo. Andrew Tridgell1-152/+225
2008-05-15better match WSPP doc name for find flagsAndrew Tridgell1-1/+1
2008-05-15update some SMB2 find flagsAndrew Tridgell2-4/+5
2008-05-15use a newer fsinfo level in smbclient, to support larger disksAndrew Tridgell2-8/+12
2008-05-15started new vfs_smb2 moduleAndrew Tridgell3-0/+1152
2008-05-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett28-258/+776
2008-05-14Fix an uninitialized variable introduced by 3045d391Volker Lendecke1-2/+1
2008-05-14Revert "lib/events: system/network.h isn't needed"Stefan Metzmacher4-0/+4
2008-05-14lib/events: system/network.h isn't neededStefan Metzmacher4-4/+0
2008-05-14Make it possible to build libevents standalone.Simo Sorce17-26/+527
2008-05-13libreplace: try to fix the build on HP-UX which has if_nametoindex() in -lipv6Stefan Metzmacher1-0/+13
2008-05-13libreplace: make sure system/network.h is only used when AC_LIBREPLACE_NETWOR...Stefan Metzmacher2-0/+5
2008-05-13libreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLACE_NETWORK_LIBS varsStefan Metzmacher1-17/+18
2008-05-13libreplace: include inet_ntoa.o when the system one is brokenStefan Metzmacher1-2/+3
2008-05-13libreplace: merge getifaddrs.m4 into libreplace_network.m4Stefan Metzmacher2-129/+127
2008-05-13libreplace: merge getaddrinfo.m4 into libreplace_network.m4Stefan Metzmacher2-33/+33
2008-05-13libreplace: merge socketpair.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-13libreplace: merge inet_pton.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-13libreplace: merge inet_ntop.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-13libreplace: merge inet_aton.m4 into libreplace_network.m4Stefan Metzmacher2-2/+2
2008-05-13libreplace: merge inet_ntoa.m4 into libreplace_network.m4Stefan Metzmacher2-20/+20
2008-05-13libreplace: merge socket.m4 into libreplace_network.m4Stefan Metzmacher2-40/+40
2008-05-12Merge branch 'nosmbpython' into v4-0-testJelmer Vernooij14-45/+37
2008-05-12Remove JavaScript provision-backend scriptAndrew Bartlett1-188/+0
2008-05-12Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett66-1708/+215
2008-05-11Fail earlier on if shared libs can't be built.Jelmer Vernooij1-29/+5
2008-05-11Add extra include directories, hopefully fixes the build on aix53bf.Jelmer Vernooij1-1/+1
2008-05-11Remove obsolete provisioning library.Jelmer Vernooij1-1254/+0
2008-05-11Remove python extension from upgrade script.Jelmer Vernooij2-1/+1
2008-05-11Properly support sentinels for binary init functions. This should fix the build.Jelmer Vernooij1-0/+2
2008-05-11Avoid unnecessary headers in lib/torture.Jelmer Vernooij1-2/+0
2008-05-11Remove smbpython.Jelmer Vernooij3-40/+0
2008-05-11Set sys.path for running inside source tree.Jelmer Vernooij8-4/+30