summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2010-08-05s3-printing: move AD related printing components to an own file.Günther Deschner1-3/+7
Guenther
2010-07-30s3-dcerpc: Add SPNEGO incapsulation for KRB5 authSimo Sorce1-1/+4
2010-07-28s3-decrpc: Introduce gssapi support for dcerpc krb5 authSimo Sorce1-1/+3
2010-07-27s3-printing: Added automatic migration of printing tdbs.Andreas Schneider1-1/+3
Signed-off-by: Jim McDonough <jmcd@samba.org>
2010-07-27s3-printing: Move all tdb upgrade functions to a separate file.Andreas Schneider1-1/+2
Signed-off-by: Jim McDonough <jmcd@samba.org>
2010-07-27s3-printing: Removed unused printfsp.c.Simo Sorce1-1/+1
Signed-off-by: Jim McDonough <jmcd@samba.org>
2010-07-27s3-smbd: Added code to print via spoolss.Simo Sorce1-1/+2
2010-07-26s3: Early start of an async nbenchVolker Lendecke1-0/+1
The current nbench implementations have the problem that they fork a child per simulated client. With hundreds or thousands of clients this can put quite some load on the client. This test (when finished) will read the standard dbench client.txt and run completely async from within one process. Volker
2010-07-20s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce1-0/+1
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-07-17s3-dcerpc: Move common cli/srv functions into a common fileSimo Sorce1-2/+5
2010-07-17s3-build: add LIBNDR_XATTR_OBJ.Günther Deschner1-2/+4
Guenther
2010-07-16Move the remnants of rpc_parse code under registry/Simo Sorce1-2/+2
The registry code is the only last user of this code. Move everything under registry/ and hope someone will get rid od it completely from there in the future. Signed-off-by: Günther Deschner <gd@samba.org>
2010-07-16s3-misc: Move smb_io_time() to regfio.cSimo Sorce1-1/+1
This is the last file using this function and we do not want anyone else to keep using hand marshalled stuff anyway. So make it also private to that file. Signed-off-by: Günther Deschner <gd@samba.org>
2010-07-16s3-dcerpc: Move common helpers into a common fileSimo Sorce1-0/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2010-07-16s3-dcerpc: Remove unused functions and headersSimo Sorce1-2/+1
parse_rpc.c is dead, long live parse_rpc.c ! Signed-off-by: Günther Deschner <gd@samba.org>
2010-07-13s3-dcerpc: link against ../librpc/rpc/dcerpc_util.cGünther Deschner1-0/+1
Guenther Signed-off-by: Simo Sorce <idra@samba.org> Signed-off-by: Günther Deschner <gd@samba.org>
2010-07-09s3-build: Add a gdbtestenv environment for Samba3.Andreas Schneider1-0/+6
This will open 3 xterms; smbd with gdb, winbind with gdb and a window to run client commands. Example: make gdbtestenv SMBD_OPTIONS="-d2"
2010-07-07s3-libgpo: remove handmarshalled PReg parser from registry CSE.Günther Deschner1-1/+5
Guenther
2010-07-07s3-registry: add preg.idl.Günther Deschner1-1/+2
Guenther
2010-07-07s3-build: some makefile cosmetics.Günther Deschner1-4/+9
Guenther
2010-07-07s3-build: add IDL_FILES variable.Günther Deschner1-8/+11
Guenther
2010-07-06s3-selftest: add "make testenv" target to Makefile.Günther Deschner1-0/+6
Guenther
2010-07-05s3-winbind: Added a common rpc_enum_dom_groups function.Andreas Schneider1-1/+2
2010-07-05s3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c.Andreas Schneider1-1/+1
2010-07-05s3-winbind: Replace the passdb backend with a samr/lsa based backend.Andreas Schneider1-1/+0
2010-07-05s3-winbind: Added a skeleton for samr based functions.Andreas Schneider1-1/+3
The goal is to replace the passdb backend later.
2010-07-05s3-winbind: Initialize the server_info on winbindd start.Andreas Schneider1-0/+1
2010-07-05s3-build: add idl_full to Makefile.Günther Deschner1-0/+9
Guenther
2010-07-05s3: Add sconn_server_id()Volker Lendecke1-0/+1
2010-07-04s3: Fix bug 7336: Enable idmap_passdb module build as sharedVolker Lendecke1-0/+4
2010-07-02s3-registry: remove unused reg_util_marshalling code.Günther Deschner1-3/+0
Guenther
2010-06-30s3-libsmb: move change_trust_account_password out of smbd into libsmb.Günther Deschner1-1/+1
Guenther
2010-06-16s3-build: allow to build bin/ndrdump4 (just as bin/smbtorture4)Günther Deschner1-0/+4
Jelmer, please check. Guenther
2010-06-10s3:winbindd use common server context functionsSimo Sorce1-1/+0
2010-06-10s3:lib make server contexts genericSimo Sorce1-0/+1
Pair-programmed-with: Andreas Schneider <asn@samba.org>
2010-06-07s3:rpc handles are used by all pipes, use better nameSimo Sorce1-1/+1
2010-06-04s3-rpc: Create a file with all functions for a internal named pipe.Andreas Schneider1-1/+5
This makes it possible to use the samr rpc server in winbind without linking in smbd. Reviewed-by: Simo Sorce <idra@samba.org>
2010-06-04s3-rpc: Seperate rpc_srv_register for plain connection.Andreas Schneider1-2/+1
This will make it possible to create plain rpc named pipe connnections. Reviewed-by: Simo Sorce <idra@samba.org>
2010-06-04s3-auth: Moved smbd user functions to a generic place.Andreas Schneider1-1/+2
Reviewed-by: Simo Sorce <idra@samba.org>
2010-06-04ѕ3:Makefile: use PIC instead of PIE flags for shared libsBjörn Jacke1-4/+4
otherwise shared lib builds are broken on some platforms
2010-06-03s3-build: pure cosmetics, use better names for gen_ndr code pieces.Günther Deschner1-8/+6
Guenther
2010-06-02s3: Add vfs_linux_xfs_sgidVolker Lendecke1-0/+5
http://oss.sgi.com/bugzilla/show_bug.cgi?id=280 shows an old Linux XFS bug that still exists: Under certain circumstances the SGID bit is not inherited.
2010-06-01s3:param Put 'server_role' functions in another file.Andrew Bartlett1-1/+1
Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-05-31s3:ntlmssp Move ntlmssp_sign.c from source3 to common code.Andrew Bartlett1-1/+2
This needs a small re-arrangement of the supporting code. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-30s3: set pthread cflags in a more portable fashionBjörn Jacke1-4/+33
this avoids one place of a GNU make dependency. Portable make sucks a bit as it has no way of defining variables for a limited set of targets only. Manual duplication of target rules is the only way to achieve what we need. If someone actually knows a trick how to do this without target duplication, let me know.
2010-05-30Revert "s3: Attempt to fix the non-gnumake build"Björn Jacke1-2/+1
This reverts commit 086c6c0e9a56f7e6dca6c1398e210b8c6225e4ed, it broke some builds. The following commit should also remove the gmake dependency.
2010-05-28s3:lib split out global workgroup and netbios name functions.Andrew Bartlett1-1/+2
Having these in their own file allows easier selective inclusion. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-05-28s3:smbd split reload services/printers functions from server.cAndrew Bartlett1-1/+2
This helps vfstest, as it previously had duplicate copies of these functions. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-05-28s3:smbd split smbd/server.c into smbd/server.c and smbd/server_exit.cAndrew Bartlett1-1/+1
Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-05-27s3:Makefile.in: add npa_tstream.o to the build of smbdStefan Metzmacher1-1/+3
metze