summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Collapse)AuthorAgeFilesLines
* s3-passdb: missed two prototypes while moving to enum netr_SchannelType.Günther Deschner2009-10-141-2/+4
| | | | Guenther
* s3:libsmb: Add cli_notifyVolker Lendecke2009-10-131-0/+8
|
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-131-7/+7
| | | | Guenther
* s3-netlogon: pass down account name to remote password set functions.Günther Deschner2009-10-131-0/+2
| | | | Guenther
* s3/proto.h: Add lp_ldap_ref_follow prototype.Karolin Seeger2009-10-121-0/+1
| | | | | | Fix build of smbldap. Karolin
* s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer2009-10-081-1/+1
|
* s3: Add access_mask to the flock VFS callAbhidnya P Chirmule2009-10-061-1/+1
|
* Revert "s3: Attempt to fix machine password change"Volker Lendecke2009-10-051-8/+1
| | | | | | This reverts commit 20a8ea91e10af167067cc794a251265aaf489e75. Ooops, this should not have been committed.
* s3: Attempt to fix machine password changeVolker Lendecke2009-10-051-1/+8
|
* Remove lots of duplicate code and move it into oneJeremy Allison2009-10-021-0/+1
| | | | | | function vfs_stat_fsp(). Stops code looking at fsp->posix_open except for exceptional circumstances. Jeremy.
* s3-perfcount: more cleanup.Günther Deschner2009-10-011-14/+0
| | | | Guenther
* s3-perfcount: only pass down prs_struct when really required.Günther Deschner2009-10-011-2/+2
| | | | Guenther
* s3: add perfcount idl and generated files.Günther Deschner2009-10-011-6/+4
| | | | Guenther
* s3-registry: move rpccli_winreg_Connect to the only file it belongs.Günther Deschner2009-10-011-6/+0
| | | | Guenther
* s3: remove unused rpcstr_pull and rpcstr_pull_talloc.Günther Deschner2009-10-011-6/+0
| | | | Guenther
* s3-registry: use pull_reg_sz() where appropriate.Günther Deschner2009-10-011-1/+1
| | | | | | (and move away from rpcstr_pull and rpcstr_pull_talloc). Guenther
* s3-registry: add regval_ctr_addvalue_multi_sz.Günther Deschner2009-09-301-0/+1
| | | | Guenther
* s3-rpc_parse: remove unused prs_string.Günther Deschner2009-09-301-1/+0
| | | | Guenther
* s3: remove unused regval_convert_multi_sz().Günther Deschner2009-09-301-1/+0
| | | | Guenther
* s3: remove unused regval_build_multi_sz().Günther Deschner2009-09-301-1/+0
| | | | Guenther
* s3-rpc_parse: remove unused UNISTR2 struct and init function.Günther Deschner2009-09-301-1/+0
| | | | Guenther
* s3-util: add pull_reg_sz() and pull_reg_multi_sz() convenience functions.Günther Deschner2009-09-301-0/+2
| | | | Guenther
* s3-registry: add regval_ctr_addvalue_sz.Günther Deschner2009-09-301-0/+1
| | | | Guenther
* s3-util: add push_reg_sz() and push_reg_multi_sz() convenience functions.Günther Deschner2009-09-301-0/+2
| | | | Guenther
* s3:gencache: Add a "was_expired" argument to gencache_get_data_blobVolker Lendecke2009-09-231-1/+1
| | | | | This is set to true if the routine returns failure due to an existing but expired entry.
* libcli:nbt move prototypes of lmhosts functions to libnbt.hAndrew Bartlett2009-09-191-4/+0
|
* We now pass the Microsoft SMB2 fileio test with EA's and streams...Jeremy Allison2009-09-171-0/+1
| | | | Jeremy.
* spnego: share spnego_parse.Günther Deschner2009-09-171-6/+0
| | | | Guenther
* s3-netlogon: support validation level 6 in netr_SamLogon calls.Günther Deschner2009-09-161-0/+4
| | | | Guenther
* s3-dcerpc: remove more obsolete or duplicate headers.Günther Deschner2009-09-161-1/+1
| | | | Guenther
* s3-schannel: remove unused schannel_decode/schannel_encode.Günther Deschner2009-09-161-7/+0
| | | | Guenther
* schannel: fully share schannel sign/seal between s3 and 4.Günther Deschner2009-09-161-1/+1
| | | | Guenther
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-151-11/+11
| | | | Guenther
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-151-9/+0
| | | | | | This starts the process to have Samba4 use lmhosts. Andrew Bartlett
* s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.Günther Deschner2009-09-141-0/+8
| | | | Guenther
* s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.Günther Deschner2009-09-141-0/+9
| | | | Guenther
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-09-111-0/+3
| | | | Guenther
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp ↵Günther Deschner2009-09-111-0/+2
| | | | | | and cli_rpc_pipe_open_ntlmssp. Guenther
* s3-rpc_client: add cli_rpc_pipe_open_noauth_transport.Günther Deschner2009-09-111-0/+4
| | | | Guenther
* s3-schannel: remove last schannel hand-marshalling function.Günther Deschner2009-09-111-3/+0
| | | | Guenther
* s3-schannel: use NL_AUTH_SIGNATURE for schannel sign & seal (client & server).Günther Deschner2009-09-111-2/+2
| | | | Guenther
* s3-schannel: remove unused code.Günther Deschner2009-09-111-6/+0
| | | | Guenther
* s3-util: add get/set_cmdline_auth_info_domain to user_auth_info struct.Günther Deschner2009-09-111-0/+3
| | | | Guenther
* s3: remove unused RPC_AUTH_SCHANNEL_NEG struct and parsing functions.Günther Deschner2009-09-081-4/+0
| | | | Guenther
* Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".Jeremy Allison2009-09-061-1/+1
| | | | | | | | | | Revert change from 3.3 -> 3.4 with read_socket_with_timeout changed from sys_read() to sys_recv(). read_socket_with_timeout() is called with non-fd's (with a pty in chgpasswd.c and with a disk file in lib/dbwrap_file.c via read_data()). recv works for the disk file, but not the pty. Change the name of read_socket_with_timeout() to read_fd_with_timeout() to make this clear (and add comments). Jeremy.
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-281-1/+1
| | | | | | | | | | | This vop is designed to work in tandem with SMB_VFS_READDIR to allow vfs modules to make modifications to arbitrary filenames before they're consumed by callers. Subsequently the core directory enumeration code in smbd is now changed to free the memory that may be allocated in a module. This vop enables the new version of catia in the following patch. Signed-off-by: Tim Prouty <tprouty@samba.org>
* s3:smbd: add is_fake_file_path() that takes only the raw path as stringStefan Metzmacher2009-08-271-0/+1
| | | | metze
* s3-schannel: remove remaining code that was using "struct dcinfo".Günther Deschner2009-08-271-6/+0
| | | | Guenther
* s3-credentials: remove unused code.Günther Deschner2009-08-271-17/+0
| | | | Guenther
* s3-schannel: add simple wrappers to fetch and store schannel auth info.Günther Deschner2009-08-271-0/+8
| | | | Guenther