summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Use variables for source directory in remaining subsystems.Jelmer Vernooij2008-05-1819-71/+90
| * | | | | | | | | | | | | Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-184-35/+34
| * | | | | | | | | | | | | Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-1830-275/+294
| * | | | | | | | | | | | | Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-1810-39/+44
| * | | | | | | | | | | | | Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-185-12/+15
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Use variable for param src dir.Jelmer Vernooij2008-05-182-17/+10
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Build system doesn't do make variable expansion...Jelmer Vernooij2008-05-181-23/+23
| | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Use src dir.Jelmer Vernooij2008-05-184-396/+398
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Use variables for source path in libnet/ and scripting/python.Jelmer Vernooij2008-05-183-8/+10
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Move templates to a separate file.Jelmer Vernooij2008-05-182-96/+100
| * | | | | | | | Avoid use of relative paths.Jelmer Vernooij2008-05-181-14/+14
| * | | | | | | | Fix --output argument.Jelmer Vernooij2008-05-181-1/+1
| |/ / / / / / /
| * | | | | | | Allow specifying different input file to smb_build.Jelmer Vernooij2008-05-182-3/+13
| * | | | | | | Move writing of data.mk file to m4 macro.Jelmer Vernooij2008-05-183-27/+35
| * | | | | | | Move writing autoconf vars into files into m4 macros.Jelmer Vernooij2008-05-182-26/+42
| * | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-05-1841-391/+1135
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | smbd: pass down lp_ctx to stream_new_connection_merge()Stefan Metzmacher2008-05-172-1/+3
| | * | | | | | smbd: add session_info to struct stream_connectionStefan Metzmacher2008-05-171-0/+6
| | * | | | | | lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK...Stefan Metzmacher2008-05-162-1/+1
| | * | | | | | lib/socket: remove unused configure checks for HAVE_SOCK_SIN_LEN and HAVE_UNI...Stefan Metzmacher2008-05-161-25/+3
| | * | | | | | lib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_UNIXSOCKETStefan Metzmacher2008-05-161-0/+40
| | * | | | | | lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher2008-05-162-103/+0
| | * | | | | | Make rpc-bench-schannel1 use two wks accounts if --option=torture:multijoin=trueVolker Lendecke2008-05-161-10/+21
| | * | | | | | Fix two C++ warningsVolker Lendecke2008-05-161-2/+4
| | * | | | | | torture: add RPC-BENCH-SCHANNEL1 testStefan Metzmacher2008-05-162-0/+273
| | * | | | | | Fix an uninitialized variable warningVolker Lendecke2008-05-161-1/+1
| | * | | | | | In torture_leave_domain, say what account was deletedVolker Lendecke2008-05-161-2/+4
| | * | | | | | build: readd ALL_OBJS which is needed for automatic_dependenciesStefan Metzmacher2008-05-161-0/+2
| | * | | | | | The following patch calls the op_bind operation for an interface which contex...Julien Kerihuel2008-05-161-0/+8
| | * | | | | | This patch adds remaining padding bytes to the dcerpc_fault IDL structure and...Julien Kerihuel2008-05-162-0/+5
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Install python modules by default.Jelmer Vernooij2008-05-161-0/+2
| * | | | | | Merge branch 'nosmbpython' into v4-0-testJelmer Vernooij2008-05-1214-45/+37
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Remove smbpython.Jelmer Vernooij2008-05-113-40/+0
| | * | | | | Set sys.path for running inside source tree.Jelmer Vernooij2008-05-118-4/+30
| | * | | | | Use system python rather than smbpython.Jelmer Vernooij2008-05-115-3/+9
* | | | | | | added mkdir to SMB2 proxyAndrew Tridgell2008-05-193-20/+85
* | | | | | | private -> private_data for struct smb2_requestAndrew Tridgell2008-05-167-24/+39
* | | | | | | build the smb2 composite callsAndrew Tridgell2008-05-161-1/+2
* | | | | | | declare composite_wait_free()Andrew Tridgell2008-05-161-0/+1
* | | | | | | - added a composite_wait_free() callAndrew Tridgell2008-05-161-1/+18
* | | | | | | started adding SMB2 composite functions that emulate common SMB callsAndrew Tridgell2008-05-161-0/+122
* | | | | | | added SMB2 proxying for unlinkAndrew Tridgell2008-05-161-427/+43
* | | | | | | fixed warningAndrew Tridgell2008-05-161-1/+2
* | | | | | | fixed file_index referenceAndrew Tridgell2008-05-161-1/+1
* | | | | | | added handlers for connect, search_first and fsinfo. Andrew Tridgell2008-05-151-152/+225
* | | | | | | better match WSPP doc name for find flagsAndrew Tridgell2008-05-151-1/+1
* | | | | | | update some SMB2 find flagsAndrew Tridgell2008-05-152-4/+5
* | | | | | | use a newer fsinfo level in smbclient, to support larger disksAndrew Tridgell2008-05-152-8/+12
* | | | | | | started new vfs_smb2 moduleAndrew Tridgell2008-05-153-0/+1152
| |_|/ / / / |/| | | | |
* | | | | | Fix an uninitialized variable introduced by 3045d391Volker Lendecke2008-05-141-2/+1