summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* Remove p->vuidVolker Lendecke2008-06-261-2/+0
* Now that we have p->server_info, use p->server_info->user_session_keyVolker Lendecke2008-06-261-1/+0
* Add server_info to pipes_structVolker Lendecke2008-06-262-0/+4
* errors: add WERR_DS_DRA_BAD_NC and WERR_DS_DRA_BAD_DN.Günther Deschner2008-06-261-0/+3
* rpc_client: add rpccli_samr_chgpasswd_user() call.Günther Deschner2008-06-251-0/+5
* rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner2008-06-251-7/+7
* rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner2008-06-251-5/+5
* rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner2008-06-251-1/+2
* rpc_client: add cli_get_session_key().Günther Deschner2008-06-241-0/+3
* crypto: add decrypt_drsuapi_blob from samba4.Günther Deschner2008-06-241-0/+5
* libads: add ads_connect_user_creds() that won't overwrite given user creds.Günther Deschner2008-06-241-0/+1
* libads: add ADS_AUTH_USER_CREDS to avoid magic overwriting of usernames.Günther Deschner2008-06-241-8/+9
* kerberos: add smb_krb5_keytab_name().Günther Deschner2008-06-241-0/+4
* kerberos: make smb_krb5_kt_add_entry public, allow to pass keys without salti...Günther Deschner2008-06-241-1/+8
* Remove "conn" from pipes_structVolker Lendecke2008-06-241-1/+2
* time: move uint64s_nt_time_to_unix_abs() to lib/time.cGünther Deschner2008-06-231-0/+1
* Add documentation for kerberos support in libsmbclient.Andreas Schneider2008-06-231-0/+10
* Remove the "exists" parameter from create_msdfs_linkVolker Lendecke2008-06-221-2/+1
* Fix a crash in _dfs_EnumVolker Lendecke2008-06-221-1/+1
* Make pipes_struct its own talloc ctxVolker Lendecke2008-06-211-3/+0
* Remove current_user references from trans2.cVolker Lendecke2008-06-193-7/+2
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-192-9/+4
* Remove the "current_user" arg from fsp_belongs_connVolker Lendecke2008-06-191-1/+1
* Remove the "current_user" arg from check_fspVolker Lendecke2008-06-191-2/+2
* Remove prototype of unimplemented smbc_chown() function.Derrell Lipman2008-06-181-26/+0
* file_access: remove unneeded stat buf parameter from can_access_file_acl().Michael Adam2008-06-171-1/+1
* libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic.Günther Deschner2008-06-171-1/+2
* clikrb5: remove unrequired create_kerberos_key_from_string_direct() prototype.Günther Deschner2008-06-171-1/+0
* Add forgotten protoypesVolker Lendecke2008-06-151-1/+2
* Remove the current_user reference from fake_file.cVolker Lendecke2008-06-151-0/+1
* AIX build fixes from William Jojo -- thanksVolker Lendecke2008-06-121-0/+1
* Fix typos.Christoph Zauner2008-06-121-3/+3
* net: Move includes to net.hKai Blin2008-06-101-14/+0
* Fix the compile on NetBSD -- readlink and read are macros thereVolker Lendecke2008-06-092-10/+10
* Add STREAMINFO op to vfs_full_auditVolker Lendecke2008-06-071-1/+1
* Add prototype for delete_negative_conn_cacheVolker Lendecke2008-06-071-0/+1
* util_str: add talloc_asprintf_strlower_m().Günther Deschner2008-06-041-0/+1
* build: fix the build (missing protoype for lp_ldap_connection_timeout()).Günther Deschner2008-06-031-0/+1
* Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...Björn Jacke2008-06-031-1/+2
* errors: add more WERRORs.Günther Deschner2008-06-031-0/+5
* doserr: Add WERR_GROUP_EXISTS and WERR_SPECIAL_ACCOUNT.Günther Deschner2008-06-031-0/+2
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-281-2/+6
* Fix Bug #5285. (libcap header mismatch)Günther Deschner2008-05-281-1/+2
* fix build: add missing prototype of msg_close_file()Michael Adam2008-05-281-0/+5
* fix the build after prototype change.Michael Adam2008-05-281-1/+1
* build: Fix the build after prototype change.Günther Deschner2008-05-281-1/+1
* Allow server manager to close open files selected by id.Jeremy Allison2008-05-271-0/+4
* doserr: add WERR_REVISION_MISMATCH.Günther Deschner2008-05-271-0/+1
* Remove unused function is_trusted_domain_situation().Michael Adam2008-05-261-1/+0
* Add function is_dc_trusted_domain_situation().Michael Adam2008-05-261-0/+1