Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-19 | s3-waf: fix the build. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-08-16 | s3-waf: Try to fix the idl build. | Andreas Schneider | 1 | -16/+16 | |
2010-08-16 | s3-waf: Create a variable for LIBNDR_NTPRINTING_SRC. | Andreas Schneider | 1 | -2/+4 | |
2010-08-16 | s3-waf: Fixed the rpc_client build. | Andreas Schneider | 1 | -6/+2 | |
2010-08-16 | s3-waf: Fixed the build. | Andreas Schneider | 1 | -3/+0 | |
2010-08-13 | s3-waf: remove pointless RPC_PARSE_SRC2. | Günther Deschner | 1 | -4/+2 | |
Guenther | |||||
2010-08-13 | s3-waf: separate out libads_printer. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2010-08-12 | s3-waf: fix the build. | Günther Deschner | 1 | -0/+21 | |
Guenther | |||||
2010-08-11 | s3-waf: fix the waf build with more recent MIT krb5 libs. | Günther Deschner | 1 | -1/+1 | |
(such as MIT krb5 1.7.1 on fedora 13). This whole area needs more work and love later, for now it builds at least. Kai, please check. Guenther | |||||
2010-08-10 | s3: fix the waf build. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-08-05 | s3: avoid global include of ads.h. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2010-08-05 | s3-printing: move AD related printing components to an own file. | Günther Deschner | 1 | -4/+8 | |
Guenther | |||||
2010-08-04 | s3-waf: fix the build. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2010-07-27 | s3-printing: Added automatic migration of printing tdbs. | Andreas Schneider | 1 | -1/+3 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Move all tdb upgrade functions to a separate file. | Andreas Schneider | 1 | -1/+2 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-printing: Removed unused printfsp.c. | Simo Sorce | 1 | -1/+1 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-27 | s3-smbd: Added code to print via spoolss. | Simo Sorce | 1 | -1/+2 | |
2010-07-18 | s3-waf: Fixed the build. | Andreas Schneider | 1 | -2/+4 | |
2010-07-17 | s3-build: add LIBNDR_XATTR_OBJ. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2010-07-16 | s3-waf: fix the build. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2010-07-13 | s3-waf: fix the build. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-07-07 | s3-build: some makefile cosmetics. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2010-07-05 | s3-waf: fix the build. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-07-05 | s3-winbind: Added a common rpc_enum_dom_groups function. | Andreas Schneider | 1 | -0/+1 | |
2010-07-05 | s3-winbind: Rename winbindd_rpc.c to winbindd_msrpc.c. | Andreas Schneider | 1 | -1/+1 | |
2010-07-05 | s3-winbind: Replace the passdb backend with a samr/lsa based backend. | Andreas Schneider | 1 | -1/+0 | |
2010-07-05 | s3-winbind: Added a skeleton for samr based functions. | Andreas Schneider | 1 | -0/+3 | |
The goal is to replace the passdb backend later. | |||||
2010-07-05 | s3-winbind: Initialize the server_info on winbindd start. | Andreas Schneider | 1 | -0/+1 | |
2010-07-02 | s3-registry: remove unused reg_util_marshalling code. | Günther Deschner | 1 | -2/+0 | |
Guenther | |||||
2010-07-01 | s3-waf: fix the build after smbd/change_trust_pw.c removal. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-06-17 | s3-waf: Fix the OSX 10.4 build by adding an explicit resolv dep on smbclient | Kai Blin | 1 | -1/+1 | |
2010-06-17 | s3-waf: Add check for iconv | Kai Blin | 1 | -1/+1 | |
2010-06-15 | s3-waf: fix the build. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-06-08 | s3-waf: fix the the waf build. | Günther Deschner | 1 | -2/+3 | |
Guenther | |||||
2010-06-07 | s3-waf: Build rpc_server/srv_spoolss_util.c too. | Andreas Schneider | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-06-04 | s3-rpc: Create a file with all functions for a internal named pipe. | Andreas Schneider | 1 | -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-04 | s3-rpc: Seperate rpc_srv_register for plain connection. | Andreas Schneider | 1 | -2/+1 | |
This will make it possible to create plain rpc named pipe connnections. Reviewed-by: Simo Sorce <idra@samba.org> | |||||
2010-06-04 | s3-auth: Moved smbd user functions to a generic place. | Andreas Schneider | 1 | -1/+1 | |
Reviewed-by: Simo Sorce <idra@samba.org> | |||||
2010-06-03 | s3-build: pure cosmetics, use better names for gen_ndr code pieces. | Günther Deschner | 1 | -7/+5 | |
Guenther | |||||
2010-06-02 | s3-waf: Fix up smbclient dependencies | Kai Blin | 1 | -3/+2 | |
2010-06-02 | s3-waf: Fixed dependencies of the the krbclient subsystem. | Kai Blin | 1 | -0/+1 | |
2010-06-02 | s3-waf: Fixed dependencies of the the avahi subsystem. | Andreas Schneider | 1 | -0/+1 | |
2010-06-01 | s3-waf: Fix the build | Kai Blin | 1 | -1/+2 | |
2010-05-31 | s3-waf: Fix build after ntlmssp_sign.c moved | Kai Blin | 1 | -1/+2 | |
2010-05-30 | s3-waf: Fix the build after rebase | Kai Blin | 1 | -3/+3 | |
2010-05-30 | s3-waf: support avahi builds | Kai Blin | 1 | -3/+7 | |
2010-05-28 | s3-waf: Fix the smbclient build with libcap | Kai Blin | 1 | -1/+1 | |
2010-05-28 | s3-waf: Fix the build of swat with --enable-cups | Kai Blin | 1 | -1/+1 | |
2010-05-27 | s3-waf: fix the build after tstream changes. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2010-05-26 | s3-waf: fix the build after chgpasswd.c changes. | Günther Deschner | 1 | -2/+3 | |
Guenther |