Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-16 | s3-build: only include asn1 headers where actually needed. | Günther Deschner | 2 | -1/+4 | |
Guenther | |||||
2011-03-16 | s3-packet: only include packet.h where needed. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-03-16 | s3-interfaces: only include interfaces.h where needed. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-03-16 | s3-msdfs: avoid global inclusion of msdfs.h. | Günther Deschner | 2 | -1/+2 | |
Guenther | |||||
2011-03-16 | s3-build: stop including ldap and lber headers everywhere in the code. | Günther Deschner | 4 | -51/+63 | |
Instead use new header smb_ldap.h where all LDAP API related things are handled, while smbldap.h only deals with our smbldap_X() API. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 16 10:54:51 CET 2011 on sn-devel-104 | |||||
2011-03-16 | s3-includes: avoid global include of gssapi headers. | Günther Deschner | 2 | -12/+12 | |
Guenther | |||||
2011-03-16 | s3-libsmb: move smb encryption structs into own header. | Günther Deschner | 3 | -28/+63 | |
Guenther | |||||
2011-03-16 | libcli/security: move display_sec headers to own header file and add to | Günther Deschner | 1 | -10/+0 | |
security.h grouping header. Guenther | |||||
2011-03-15 | s3-libsmb: only include rap client when needed. | Günther Deschner | 2 | -180/+1 | |
Guenther | |||||
2011-03-15 | s3: Remove some unused code | Volker Lendecke | 1 | -2/+0 | |
2011-03-14 | s3: Change tldap_entry_attributes to the "array,count" convention | Volker Lendecke | 1 | -2/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 22:02:35 CET 2011 on sn-devel-104 | |||||
2011-03-09 | libsmbclient: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 9 11:19:36 CET 2011 on sn-devel-104 | |||||
2011-03-08 | s3-rpc_server: Add server support for NCALRPC system user pipe. | Andreas Schneider | 1 | -0/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Introduce transport in pipe_struct. | Andreas Schneider | 2 | -1/+3 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-08 | s3-rpc_server: Added server address to pipes struct. | Andreas Schneider | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-06 | s3: Remove close_fn from idmap_methods | Volker Lendecke | 1 | -3/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 6 13:37:13 CET 2011 on sn-devel-104 | |||||
2011-03-06 | s3: Remove unused args from nss_get_info | Volker Lendecke | 1 | -1/+0 | |
2011-03-06 | s3: Remove unused args from get_nss_info | Volker Lendecke | 1 | -1/+0 | |
2011-03-06 | s3: Move EXOP definitions to smbldap.h | Volker Lendecke | 1 | -0/+25 | |
This attempts to fix the build on Solaris Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 6 10:45:16 CET 2011 on sn-devel-104 | |||||
2011-03-04 | s3-printing: follow force user/group for driver IO | David Disseldorp | 1 | -0/+1 | |
Configuring force user/group settings for the print$ share currently has unexpected results, this is explained by how the driver upload/add process takes place. Consider the following example: [print$] path = /print-drv write list = $DRIVER_UPLOAD_USER force group = ntadmin - the client connects to the [print$] share and uploads all driver files to the /print-drv/W32X86 directory. - This is permitted, as /print-drv/W32X86 is owned by group ntadmin, and the "force group = ntadmin" takes effect for the [print$] session. - Once all files are uploaded, the client connects to the [ipc$] share and issues an AddPrinterDriverEx spoolss request. - In handling this request move_driver_to_download_area() is called, which attempts to create the directory /print-drv/W32X86/3 - The create directory fails, as it is done as the user connected to the [ipc$] share which does not have permission to write to the driver directory. The [print$] "force group = ntadmin" has no effect. This is a regression from previous behaviour prior to the commit: 783ab04 Convert move_driver_to_download_area to use create_conn_struct. https://bugzilla.samba.org/show_bug.cgi?id=7921 Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2011-03-04 | libreplace: move "struct timespec" checks into libreplace (where timespec is ↵ | Günther Deschner | 1 | -8/+0 | |
already used). Bjoern, Metze, please check. Guenther | |||||
2011-03-03 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 | |
2011-03-02 | s3-includes: remove global include of system/readline.h. | Günther Deschner | 1 | -1/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 2 23:06:17 CET 2011 on sn-devel-104 | |||||
2011-03-02 | s3-proto: fix some inline comments. | Günther Deschner | 1 | -3/+12 | |
Guenther | |||||
2011-03-02 | s3-libds: use already existing ../libds/common/flag_mapping.h header. | Günther Deschner | 1 | -9/+0 | |
Guenther | |||||
2011-03-02 | s3: Pass smb_filename through the set_offline vfs op | Volker Lendecke | 2 | -6/+7 | |
2011-03-02 | s3: Pass smb_filename through the is_offline vfs op | Volker Lendecke | 2 | -6/+9 | |
2011-03-02 | s3-sessionid: avoid global include of sessionid.h | Günther Deschner | 2 | -2/+1 | |
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-server_id: only include server_id where needed. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-03-02 | s3-printing: fix move_driver_to_download_area() error paths | David Disseldorp | 1 | -2/+1 | |
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-01 | s3-auth struct security_unix_token replaces UNIX_USER_TOKEN | Andrew Bartlett | 3 | -16/+9 | |
2011-03-01 | lib/util: new merged debug system | Andrew Bartlett | 4 | -288/+2 | |
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-build __FUNCTION__ is always available, always use it | Andrew Bartlett | 2 | -3/+3 | |
This avoids duplication between FUNCTION_NAME and __FUNCTION__ | |||||
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -94/+0 | |
2011-02-28 | s3: Remove unused receive_packet | Stefan Metzmacher | 1 | -1/+0 | |
2011-02-28 | s3: Add poll_intr_one_fd | Volker Lendecke | 1 | -0/+1 | |
2011-02-28 | s3: Eliminate select from packet_fd_read_sync | Volker Lendecke | 1 | -2/+1 | |
2011-02-28 | s3: Add poll_one_fd() | Volker Lendecke | 1 | -0/+1 | |
2011-02-28 | s3: Remove select-based s3 event backend | Volker Lendecke | 1 | -5/+0 | |
2011-02-28 | s3: Use poll for the event loop | Volker Lendecke | 1 | -0/+5 | |
2011-02-28 | s3: Add timeval_to_msec | Volker Lendecke | 1 | -0/+1 | |
2011-02-28 | s3: smbcontrol to notify smbd about idmap changes | Gregor Beck | 1 | -0/+4 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 14:07:23 CET 2011 on sn-devel-104 | |||||
2011-02-28 | s3: add functions to remove entries from idmap memcache | Gregor Beck | 1 | -0/+3 | |
2011-02-28 | s3: add functions to flush the idmap memcache | Gregor Beck | 1 | -0/+2 | |
2011-02-27 | s3: Make is_zero_addr take a sockaddr_storage | Volker Lendecke | 1 | -1/+1 | |
All callers had to cast this anyway Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 11:02:53 CET 2011 on sn-devel-104 | |||||
2011-02-25 | Detect Mac OS X as a separate client type. | Justin Maggard | 1 | -1/+1 | |
2011-02-25 | s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-02-25 | s3-printing: move more printing defines out of includes.h | Günther Deschner | 2 | -30/+30 | |
Guenther | |||||
2011-02-23 | Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 test | Jeremy Allison | 1 | -1/+2 | |
We need to revalidate the pathname once re-constructed from a root fsp. Jeremy. | |||||
2011-02-23 | s3-proto: remove some prototypes of non-existing functions. | Günther Deschner | 2 | -42/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 23 15:42:35 CET 2011 on sn-devel-104 |