summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:idmap: remove the params argument from the init functionMichael Adam2011-03-221-1/+1
|
* s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell2011-03-221-1/+1
| | | | | | | | | | cont_fn() was supposed to be a way to continue after a seg fault. It could never be called however, as smb_panic() from fault_report() could never return, as dump_core() never returns at the end of smb_panic() Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 22 05:07:58 CET 2011 on sn-devel-104
* s3: Add "print notify backchannel" parameter to prevent us doing the reverse ↵Volker Lendecke2011-03-181-0/+1
| | | | | | | print notify connection. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Mar 18 21:34:30 CET 2011 on sn-devel-104
* s3-build: only include asn1 headers where actually needed.Günther Deschner2011-03-162-1/+4
| | | | Guenther
* s3-packet: only include packet.h where needed.Günther Deschner2011-03-161-1/+0
| | | | Guenther
* s3-interfaces: only include interfaces.h where needed.Günther Deschner2011-03-161-1/+0
| | | | Guenther
* s3-msdfs: avoid global inclusion of msdfs.h.Günther Deschner2011-03-162-1/+2
| | | | Guenther
* s3-build: stop including ldap and lber headers everywhere in the code.Günther Deschner2011-03-164-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
* s3-includes: avoid global include of gssapi headers.Günther Deschner2011-03-162-12/+12
| | | | Guenther
* s3-libsmb: move smb encryption structs into own header.Günther Deschner2011-03-163-28/+63
| | | | Guenther
* libcli/security: move display_sec headers to own header file and add toGünther Deschner2011-03-161-10/+0
| | | | | | security.h grouping header. Guenther
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-152-180/+1
| | | | Guenther
* s3: Remove some unused codeVolker Lendecke2011-03-151-2/+0
|
* s3: Change tldap_entry_attributes to the "array,count" conventionVolker Lendecke2011-03-141-2/+3
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 14 22:02:35 CET 2011 on sn-devel-104
* libsmbclient: Fix a typoVolker Lendecke2011-03-091-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 9 11:19:36 CET 2011 on sn-devel-104
* s3-rpc_server: Add server support for NCALRPC system user pipe.Andreas Schneider2011-03-081-0/+2
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_server: Introduce transport in pipe_struct.Andreas Schneider2011-03-082-1/+3
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_server: Added server address to pipes struct.Andreas Schneider2011-03-081-0/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Remove close_fn from idmap_methodsVolker Lendecke2011-03-061-3/+0
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 6 13:37:13 CET 2011 on sn-devel-104
* s3: Remove unused args from nss_get_infoVolker Lendecke2011-03-061-1/+0
|
* s3: Remove unused args from get_nss_infoVolker Lendecke2011-03-061-1/+0
|
* s3: Move EXOP definitions to smbldap.hVolker Lendecke2011-03-061-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
* s3-printing: follow force user/group for driver IODavid Disseldorp2011-03-041-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>
* libreplace: move "struct timespec" checks into libreplace (where timespec is ↵Günther Deschner2011-03-041-8/+0
| | | | | | | | already used). Bjoern, Metze, please check. Guenther
* s3: Fix some nonempty blank linesVolker Lendecke2011-03-031-3/+3
|
* s3-includes: remove global include of system/readline.h.Günther Deschner2011-03-021-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
* s3-proto: fix some inline comments.Günther Deschner2011-03-021-3/+12
| | | | Guenther
* s3-libds: use already existing ../libds/common/flag_mapping.h header.Günther Deschner2011-03-021-9/+0
| | | | Guenther
* s3: Pass smb_filename through the set_offline vfs opVolker Lendecke2011-03-022-6/+7
|
* s3: Pass smb_filename through the is_offline vfs opVolker Lendecke2011-03-022-6/+9
|
* s3-sessionid: avoid global include of sessionid.hGünther Deschner2011-03-022-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
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-021-1/+0
| | | | Guenther
* s3-printing: fix move_driver_to_download_area() error pathsDavid Disseldorp2011-03-021-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.
* s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett2011-03-013-16/+9
|
* lib/util: new merged debug systemAndrew Bartlett2011-03-014-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
* s3-build __FUNCTION__ is always available, always use itAndrew Bartlett2011-03-012-3/+3
| | | | This avoids duplication between FUNCTION_NAME and __FUNCTION__
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-94/+0
|
* s3: Remove unused receive_packetStefan Metzmacher2011-02-281-1/+0
|
* s3: Add poll_intr_one_fdVolker Lendecke2011-02-281-0/+1
|
* s3: Eliminate select from packet_fd_read_syncVolker Lendecke2011-02-281-2/+1
|
* s3: Add poll_one_fd()Volker Lendecke2011-02-281-0/+1
|
* s3: Remove select-based s3 event backendVolker Lendecke2011-02-281-5/+0
|
* s3: Use poll for the event loopVolker Lendecke2011-02-281-0/+5
|
* s3: Add timeval_to_msecVolker Lendecke2011-02-281-0/+1
|
* s3: smbcontrol to notify smbd about idmap changesGregor Beck2011-02-281-0/+4
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 14:07:23 CET 2011 on sn-devel-104
* s3: add functions to remove entries from idmap memcacheGregor Beck2011-02-281-0/+3
|
* s3: add functions to flush the idmap memcacheGregor Beck2011-02-281-0/+2
|
* s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke2011-02-271-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
* Detect Mac OS X as a separate client type.Justin Maggard2011-02-251-1/+1
|
* s3-errormap: move (unused) map_nt_error_from_wbcErr out of errormap.Günther Deschner2011-02-251-1/+0
| | | | Guenther