Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-02 | s3: Announce HSM in the gpfs module | Volker Lendecke | 1 | -0/+23 | |
2011-03-02 | s3: Pass smb_filename through the set_offline vfs op | Volker Lendecke | 8 | -12/+36 | |
2011-03-02 | s3: Pass smb_filename through the is_offline vfs op | Volker Lendecke | 8 | -14/+53 | |
2011-03-02 | s3: Fix operation names in vfs_full_audit.c | Volker Lendecke | 1 | -2/+2 | |
2011-03-02 | s3: Print all flags in "smbclient allinfo" | Volker Lendecke | 1 | -1/+25 | |
2011-03-02 | s3:idmap_cache: remove an leftover wip comment | Michael Adam | 1 | -1/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Mar 2 14:55:20 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3: adjust loglevel for idmap_cache | Gregor Beck | 1 | -10/+10 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-03-02 | s3-sessionid: avoid global include of sessionid.h | Günther Deschner | 9 | -2/+8 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 2 12:58:12 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3-lanman: talk to srvsvc dcerpc server in api_RNetSessionEnum(). | Günther Deschner | 1 | -10/+63 | |
Guenther | |||||
2011-03-02 | s3-server_id: only include server_id where needed. | Günther Deschner | 12 | -1/+11 | |
Guenther | |||||
2011-03-02 | s3: GPFS can't deal with mangled names | Volker Lendecke | 1 | -0/+7 | |
In getrealfilename, avoid calling the GPFS function | |||||
2011-03-02 | s3-printing: vfs_connect prior to driver/dfs IO | David Disseldorp | 3 | -10/+29 | |
samba3.posix_s3.rpc.spoolss.driver fails with the xattr_tdb vfs module loaded as a part of make test. The (now checked) create_directory() call in move_driver_to_download_area() fails, uncovering another bug in the printer driver upload code path. move_driver_to_download_area() creates a new conn_struct for manipulating files in [print$]. The VFS layer is plumbed through with the call to create_conn_struct(), however SMB_VFS_CONNECT() is never called. Many vfs modules expect state stored at connect time with SMB_VFS_HANDLE_SET_DATA() to be available on any IO operation and fail if this is not the case. This fix adds a call to SMB_VFS_CONNECT() in create_conn_struct() prior to IO. https://bugzilla.samba.org/show_bug.cgi?id=7976 Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 2 01:16:30 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3-printing: clean up get_correct_cversion error paths | David Disseldorp | 1 | -18/+16 | |
Remove an unneeded variable and simplify error paths. | |||||
2011-03-02 | s3-printing: fix move_driver_to_download_area() error paths | David Disseldorp | 3 | -72/+54 | |
WERR_ACCESS_DENIED errors are mapped to WERR_UNKNOWN_PRINTER_DRIVER, resulting in incorrect error messages on Windows clients. move_driver_to_download_area() returns the same error status values to the caller via the *perr argument as well as the return value. The create_directory() call is not checked for error. | |||||
2011-03-02 | s3: remove superfluous debug messages from msg_idmap | Gregor Beck | 1 | -4/+0 | |
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Mar 2 00:30:41 CET 2011 on sn-devel-104 | |||||
2011-03-01 | s3-auth struct security_unix_token replaces UNIX_USER_TOKEN | Andrew Bartlett | 11 | -36/+29 | |
2011-03-01 | s3-rpc_server Handle session key as a constant buffer | Andrew Bartlett | 1 | -28/+4 | |
This way, we don't have to check for memory allocation failures. Andrew Bartlett | |||||
2011-03-01 | lib/util: new merged debug system | Andrew Bartlett | 9 | -1410/+5 | |
This is the s3 debug system, with a number of changes to tidy it up for common use. The debug class system is simplified by the removal of the ISSET table, the system no longer attempts to cope with assignment of DEBUGLEVEL, and the full class table is always available (rather than just DEBUGLEVEL_CLASS[DBCG_ALL]) from startup. It is also no longer confusingly described as a hack, but as the initial table. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Mar 1 04:32:12 CET 2011 on sn-devel-104 | |||||
2011-03-01 | s3-debug Always use C99 true/false rather than True and False | Andrew Bartlett | 1 | -29/+29 | |
This will help with the merge into the common code. Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Mar 1 02:58:55 CET 2011 on sn-devel-104 | |||||
2011-03-01 | s3-build __FUNCTION__ is always available, always use it | Andrew Bartlett | 3 | -5/+5 | |
This avoids duplication between FUNCTION_NAME and __FUNCTION__ | |||||
2011-03-01 | lib/util/time: Merge time functions from source3/lib/time.c | Andrew Bartlett | 1 | -63/+0 | |
2011-02-28 | Fix compiler warning on casting -1 to uint32. | Jeremy Allison | 1 | -3/+3 | |
2011-02-28 | Fix some types | Jelmer Vernooij | 8 | -12/+12 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104 | |||||
2011-02-28 | Fix one more warning introduced by changing the size of ↵ | Jeremy Allison | 1 | -1/+1 | |
UNIX_USER_TOKEN->ngroups from size_t to uint32_t. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Feb 28 22:43:50 CET 2011 on sn-devel-104 | |||||
2011-02-28 | Fix warning introduced by changing the size of UNIX_USER_TOKEN->ngroups from ↵ | Jeremy Allison | 1 | -1/+1 | |
size_t to uint32_t. | |||||
2011-02-28 | s3-torture: fix the build of rpc_open_tcp. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-28 | s3-smbd: Pass tevent context to messaging functions. | Andreas Schneider | 1 | -4/+11 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon Feb 28 19:00:08 CET 2011 on sn-devel-104 | |||||
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 40 | -94/+186 | |
2011-02-28 | s3:test: fix smbclient test on older systems (usage of mktemp) | Michael Adam | 1 | -1/+1 | |
--tmpdir is not a valid option to mktemp on older systems Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 18:12:46 CET 2011 on sn-devel-104 | |||||
2011-02-28 | s3:test: fix registry roundtrip test on older systems (usage of mktemp) | Michael Adam | 1 | -1/+1 | |
--tmpdir is not a valid option to mktemp on older systems | |||||
2011-02-28 | s3: Eliminate sys_select from do_smb_resolve() -- untested | Volker Lendecke | 1 | -14/+3 | |
2011-02-28 | s3: Eliminate sys_select from do_smb_browse() -- untested | Volker Lendecke | 1 | -14/+4 | |
2011-02-28 | s3: Eliminate sys_select_intr from smbfilter | Volker Lendecke | 1 | -17/+43 | |
2011-02-28 | s3: Remove unused receive_packet | Stefan Metzmacher | 2 | -34/+0 | |
2011-02-28 | s3: Eliminate sys_select_intr from read_fd_with_timeout | Volker Lendecke | 1 | -12/+7 | |
2011-02-28 | s3: Eliminiate sys_select_intr from client.c | Volker Lendecke | 1 | -10/+6 | |
2011-02-28 | s3: Add poll_intr_one_fd | Volker Lendecke | 2 | -0/+18 | |
2011-02-28 | s3: Eliminate sys_select from g_lock_lock | Volker Lendecke | 1 | -11/+31 | |
2011-02-28 | s3: Eliminate sys_select from fd_is_readable | Volker Lendecke | 1 | -10/+4 | |
2011-02-28 | s3: Eliminate select from packet_fd_read_sync | Volker Lendecke | 3 | -19/+16 | |
2011-02-28 | s3: Add poll_one_fd() | Volker Lendecke | 2 | -0/+28 | |
2011-02-28 | s3: Remove select-based s3 event backend | Volker Lendecke | 2 | -119/+0 | |
2011-02-28 | s3: Use poll in nmbd | Volker Lendecke | 1 | -102/+113 | |
2011-02-28 | s3: Use poll in winbind | Volker Lendecke | 1 | -22/+29 | |
2011-02-28 | s3: Use poll in smbd | Volker Lendecke | 2 | -20/+23 | |
2011-02-28 | s3: Use poll for the event loop | Volker Lendecke | 2 | -13/+272 | |
2011-02-28 | libreplace: poll based on select | Volker Lendecke | 1 | -1/+1 | |
2011-02-28 | s3: Add timeval_to_msec | Volker Lendecke | 2 | -0/+6 | |
2011-02-28 | s3:msg_idmap: The solaris cc compiler does not like unnamed unions as struct ↵ | Michael Adam | 1 | -13/+13 | |
members - fix the build Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 16:39:15 CET 2011 on sn-devel-104 | |||||
2011-02-28 | s3: fix the waf build after adding smbd/msg_idmap.c | Michael Adam | 1 | -1/+1 | |