s3-rpcclient: make netlogon credential setup also work for interdomain trusts.
[ira/wip.git] / source3 / include /
2009-09-11 Günther Deschners3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_o...
2009-09-11 Günther Deschners3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_o...
2009-09-11 Günther Deschners3-rpc_client: add cli_rpc_pipe_open_noauth_transport.
2009-09-11 Günther Deschners3-schannel: remove last schannel hand-marshalling...
2009-09-11 Günther Deschners3-schannel: use NL_AUTH_SIGNATURE for schannel sign...
2009-09-11 Günther Deschners3-schannel: remove unused code.
2009-09-10 Günther Deschners3-util: add get/set_cmdline_auth_info_domain to user_a...
2009-09-10 Günther Deschners3-rpc_client: add enum dcerpc_transport_t to rpc_cli_t...
2009-09-08 Günther Deschners3: remove unused RPC_AUTH_SCHANNEL_NEG struct and...
2009-09-08 Günther Deschners3-schannel: Fix Bug #6697. Interdomain trusts with...
2009-09-07 Jeremy AllisonFix bug 6673 - smbpasswd does not work with "unix passw...
2009-08-28 Aravind Srinivasans3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
2009-08-28 Günther Deschners3-ntlmssp: use NTLMSSP headers from IDL and remove...
2009-08-27 Stefan Metzmachers3:smbd: add is_fake_file_path() that takes only the...
2009-08-27 Günther Deschners3-ntlmssp: remove trailing whitespace.
2009-08-27 Günther Deschners3-schannel: remove remaining code that was using ...
2009-08-27 Günther Deschners3-credentials: remove unused code.
2009-08-27 Günther Deschners3-netlogon: use shared credential and schannel storage...
2009-08-27 Günther Deschners3-schannel: add simple wrappers to fetch and store...
2009-08-27 Günther Deschners3-schannel: make open_schannel_session_store() public.
2009-08-26 Steven Dannemans3/smbd: open the share_info.tdb on startup instead...
2009-08-26 Volker LendeckeAdd a parameter to disable the automatic creation of...
2009-08-25 Volker LendeckeAdd some const to dsgetdcname
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-08-24 Jeremy AllisonSecond part of fix for 6529 - Offline files conflict...
2009-08-22 Jeremy AllisonFix bug 6529 - Offline files conflict with Vista and...
2009-08-21 Steve FrenchAdd missing CreateFile flags to smb.h
2009-08-19 Stefan Metzmachers3:smbd: store a dirptr on the files_struct for SMB2...
2009-08-16 Volker Lendeckes3: Add talloc_dict.[ch]
2009-08-12 Jeremy AllisonAdd "store create time" parameter (docs to follow)
2009-08-11 Michael Adams3: refomat definitions of some generic access rights...
2009-08-10 Jeremy AllisonRefactor the use of create_time and change time to go
2009-08-10 Günther Deschners3-spoolss: remove device mode defines from nt_printing.h.
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Stefan Metzmachers3:smbd: move dptr globals into struct smbd_server_conn...
2009-08-07 Stefan Metzmachers3:smbd: remove dirptr and dirpath from connection_struct
2009-08-07 Stefan Metzmachers3:smbd: conn_free_internal() can be static now
2009-08-07 Stefan Metzmachers3:smbd: add a smbd_server_connection pointer to connec...
2009-08-06 Jeremy AllisonRemove a const warning.
2009-08-06 Jeremy AllisonFix bug #5714 - NetBSD, ENODATA undefined, at least...
2009-08-05 Andrew Tridgelldefine uwrap_enabled() on Samba3
2009-08-03 Volker LendeckeAdd some const to winbind_userinfo
2009-07-31 Volker LendeckeRename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS
2009-07-31 Stefan Metzmachers3:rpc_client: add dispatch_send/recv() to struct rpc_p...
2009-07-30 Jeremy AllisonRemove the extraneous logic in smb_set_info_standard...
2009-07-29 Michael Adams3:dbwrap: add dbwrap_trans_change_int32_atomic()
2009-07-29 Michael Adams3:dbwrap: change dbwrap_change_int32_atomic() to take...
2009-07-29 Michael Adams3:dbwrap: add dbwrap_trans_change_uint32_atomic()
2009-07-29 Michael Adams3:dbwrap: change dbwrap_change_int32_atomic() to retur...
2009-07-29 Michael Adams3:dbwrap: change dbwrap_change_uint32_atomic() to...
2009-07-29 Jeremy Allison(Hopefully) fix the problem Kai reported with
2009-07-28 Jeremy AllisonAdded prefer_ipv4 bool parameter to resolve_name().
2009-07-27 Jeremy AllisonFix the build breakage by #including modules/vfs_acl_co...
2009-07-27 Volker LendeckeLift the event loop in rpc_api_pipe_req() one level...
2009-07-27 Volker LendeckeFix a valgrind error in chain_reply
2009-07-25 Tim Proutys3: Convert a few callers of unix_convert() over to...
2009-07-25 Jeremy AllisonFactor out common code into vfs_acl_common.c.
2009-07-24 Tim Proutys3: Simplify rename_internals() by passing in smb_filen...
2009-07-24 Tim Proutys3: Allow filename_convert() to pass through unix_conve...
2009-07-24 Volker Lendeckeadd my copyright after the VFS rewrite
2009-07-24 Volker LendeckeMove the "enum _vfs_op_type" to full_audit
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Remove the now unused fname parameter from filename...
2009-07-21 Tim Proutys3: Plumb smb_filename through map_open_params_to_ntcreate
2009-07-21 Tim Proutys3: Plumb smb_filename through open_fake_file
2009-07-21 Tim Proutys3: Separate out a new file: filename_utils.c
2009-07-21 Tim Proutys3: Move is_ntfs_stream*() to filename.c
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-20 Jeremy AllisonMake cli_send_mailslot() static. Preparing to do away...
2009-07-16 Günther Deschners3-rpc_parse: remove more unused code.
2009-07-16 Günther Deschners3-spoolss: make some of the command hooks static.
2009-07-15 Jeremy AllisonMake cli_unlock and cli_unlock64 async. Fix POSIX lock...
2009-07-15 Michael Adams3:registry: add function regsubkey_ctr_reinit()
2009-07-15 Michael Adams3:dbwrap: add dbwrap_fetch_bystring_upper().
2009-07-15 Michael Adams3:dbwrap: add dbwrap_store_bystring_upper().
2009-07-15 Michael Adams3:dbwrap: add dbwrap_delete_bystring_upper()
2009-07-15 Michael Adams3:dbwrap: add a wrapper dbwrap_trans_do()
2009-07-15 Volker LendeckeConsolidate string and data_blob routines in gencache
2009-07-15 Volker LendeckeMake gencache more stable
2009-07-15 Volker LendeckeAdd tdb_data_cmp
2009-07-15 Volker LendeckeRemove gencache_init/shutdown
2009-07-15 Volker LendeckeRemove gencache_[un]lock_key
2009-07-14 Jeremy AllisonRevert this commit :
2009-07-15 Bo Yangs3: Make smbd aware of permission change of usershare...
2009-07-14 Günther Deschners3-account_policy: add pdb_policy_type enum.
2009-07-14 Jeremy AllisonMake cli_posix_lock/unlock asynchronous.
2009-07-13 Günther Deschners3-rpc_server: pass down full unix token to map_max_all...
2009-07-13 Günther Deschnerlibds: merge the UF<->ACB flag mapping functions.
2009-07-13 Günther Deschnerlibds: share UF_ flags between samba3 and 4.
2009-07-11 Jeremy AllisonRemove reply_unixerror() - no longer needed. Should...
2009-07-09 Volker LendeckeMake escape_ldap_string take a talloc context
2009-07-09 Tim Proutys3: Change the share_mode_lock struct to store a base_n...
2009-07-09 Tim Proutys3: Remove is_ntfs_stream_name() and split_ntfs_stream_...
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-09 Tim Proutys3: convert unix_mode to take an smb_filename
2009-07-09 Jeremy AllisonRename update_stat_ex_writetime() -> update_stat_ex_mtime()
2009-07-09 Jeremy AllisonThe migration to struct stat_ex broke the calculation of
2009-07-08 Tim Proutys3: Remove unnecessary const qualifiers
2009-07-07 Björn Jackes3: QNX doesn't know uint - replace with uint_t
next