Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-16 | s3:rpc_client: remove unused cli_do_rpc_ndr* functions | Stefan Metzmacher | 1 | -4/+1 | |
metze | |||||
2010-08-16 | s3:rpc_client: remove unused rpc_pipe_open_local() | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2010-08-15 | s3-test: Try to fix the build farm subunit parsing. | Andreas Schneider | 1 | -3/+19 | |
2010-08-14 | s3:idmap_ldap: add idmap_rw_ops to idmap_ldap_context and init in db_init() | Michael Adam | 1 | -2/+2 | |
2010-08-14 | s3:idmap_tdb: add idmap_rw_ops to idmap_tdb_context and initialize them in ↵ | Michael Adam | 1 | -3/+5 | |
init_db | |||||
2010-08-14 | s3:idmap_tdb2: add rw_ops to idmap_tdb2_context and initialize in ↵ | Michael Adam | 1 | -2/+2 | |
idmap_tdb2_db_init | |||||
2010-08-14 | s3:winbind: remove the method REMOVE_MAPPING from winbind's API | Michael Adam | 1 | -1/+0 | |
Michael | |||||
2010-08-14 | s3:winbind: remove the method SET_MAPPING from winbind's API | Michael Adam | 1 | -1/+0 | |
Michael | |||||
2010-08-14 | s3:winbind: remove SET_HWM from winbind's API. | Michael Adam | 1 | -1/+0 | |
2010-08-14 | s3:test: add a new "valgrindtestenv" target, similar to gdbtestenv | Michael Adam | 1 | -0/+7 | |
this runs the daemins in xterm under valgrind instead of in gdb | |||||
2010-08-14 | s3:gdbtestenv: also start an xterm with nmbd. and start winbindd before smbd. | Michael Adam | 1 | -2/+3 | |
2010-08-14 | s3:gdbtestenv: also set the xterm's window title appropriately | Michael Adam | 1 | -2/+2 | |
2010-08-14 | s3:gdbtestenv: print the server's name in the icontitle instead of "server" | Michael Adam | 1 | -2/+2 | |
2010-08-13 | s3-selftest: move make test to selftest. | Günther Deschner | 1 | -6/+6 | |
The old "make test" can be still called as "make oldtest". Guenther | |||||
2010-08-13 | s3-build: remove pointless RPC_PARSE_OBJ2. | Günther Deschner | 1 | -6/+4 | |
Guenther | |||||
2010-08-13 | tdb: add TDB_DEPS variable filled with required libraries | Björn Jacke | 1 | -1/+2 | |
This is required for Solaris, which needs to link in librt to make use of fdatasync(). | |||||
2010-08-13 | s3-build: pointless to link in libads and dcutils into smbcacls. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-08-13 | s3-build: separate out libads_printer. | Günther Deschner | 1 | -3/+5 | |
Guenther | |||||
2010-08-12 | s3:Makefile: link in dcerpc client stubs | Stefan Metzmacher | 1 | -0/+20 | |
metze | |||||
2010-08-12 | s3:rpc_client: add dcerpc_binding_handle backend | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2010-08-10 | libcli/auth Move some source3/ NTLMSSP functions to the common code. | Andrew Bartlett | 1 | -1/+2 | |
libcli/auth Use true and false rather than True and False in common code Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
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 | -3/+7 | |
Guenther | |||||
2010-07-30 | s3-dcerpc: Add SPNEGO incapsulation for KRB5 auth | Simo Sorce | 1 | -1/+4 | |
2010-07-28 | s3-decrpc: Introduce gssapi support for dcerpc krb5 auth | Simo Sorce | 1 | -1/+3 | |
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-26 | s3: Early start of an async nbench | Volker Lendecke | 1 | -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-20 | s3-auth: Move auth_ntlmssp wrappers in their own file | Simo Sorce | 1 | -0/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-17 | s3-dcerpc: Move common cli/srv functions into a common file | Simo Sorce | 1 | -2/+5 | |
2010-07-17 | s3-build: add LIBNDR_XATTR_OBJ. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2010-07-16 | Move the remnants of rpc_parse code under registry/ | Simo Sorce | 1 | -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-16 | s3-misc: Move smb_io_time() to regfio.c | Simo Sorce | 1 | -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-16 | s3-dcerpc: Move common helpers into a common file | Simo Sorce | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-16 | s3-dcerpc: Remove unused functions and headers | Simo Sorce | 1 | -2/+1 | |
parse_rpc.c is dead, long live parse_rpc.c ! Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-13 | s3-dcerpc: link against ../librpc/rpc/dcerpc_util.c | Günther Deschner | 1 | -0/+1 | |
Guenther Signed-off-by: Simo Sorce <idra@samba.org> Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-07-09 | s3-build: Add a gdbtestenv environment for Samba3. | Andreas Schneider | 1 | -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-07 | s3-libgpo: remove handmarshalled PReg parser from registry CSE. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2010-07-07 | s3-registry: add preg.idl. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-07-07 | s3-build: some makefile cosmetics. | Günther Deschner | 1 | -4/+9 | |
Guenther | |||||
2010-07-07 | s3-build: add IDL_FILES variable. | Günther Deschner | 1 | -8/+11 | |
Guenther | |||||
2010-07-06 | s3-selftest: add "make testenv" target to Makefile. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2010-07-05 | s3-winbind: Added a common rpc_enum_dom_groups function. | Andreas Schneider | 1 | -1/+2 | |
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 | -1/+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-05 | s3-build: add idl_full to Makefile. | Günther Deschner | 1 | -0/+9 | |
Guenther |