summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-kerberos: support S4U2SELF impersionation through cli_krb5_get_ticket().Günther Deschner2009-11-062-6/+22
* s3-kerberos: use smb_krb5_get_credentials in ads_krb5_mk_req.Günther Deschner2009-11-061-4/+7
* s3-kerberos: modify cli_krb5_get_ticket to take a new impersonate_princ_s arg.Günther Deschner2009-11-065-8/+13
* s3-net: better use memory credential cache in net_ads_kerberos_pac().Günther Deschner2009-11-061-1/+1
* s3-net: allow to call "net ads kerberos pac <impersonation principal> -P".Günther Deschner2009-11-061-1/+7
* s3-kerberos: add impersonate_principal for kerberos_return_pac_X calls.Günther Deschner2009-11-063-1/+28
* s3-kerberos: add smb_krb5_get_tkt_from_creds().Günther Deschner2009-11-061-0/+40
* s3-kerberos: fix some build warnings when building against heimdal.Günther Deschner2009-11-061-2/+2
* s3-kerberos: add smb_krb5_get_{creds,credentials} incl. support for S4U2SELF ...Günther Deschner2009-11-063-2/+284
* s3-kerberos: remove duplicate prototype.Günther Deschner2009-11-061-4/+0
* s3-kerberos: add smb_krb5_parse_name_flags().Günther Deschner2009-11-062-1/+22
* s3-kerberos: add configure checks for krb5_get_creds_X api.Günther Deschner2009-11-061-0/+3
* Got the logic simplification worked out so we still passJeremy Allison2009-11-055-33/+50
* Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplifyJeremy Allison2009-11-054-12/+34
* Remove the smbd:writetimeupdatedelay change Metze added. Metze pleaseJeremy Allison2009-11-052-3/+7
* Simplify the logic - remove extraneous argument and calls to set_close_write_...Jeremy Allison2009-11-054-34/+12
* Fix explicit set of write time on close.Jeremy Allison2009-11-051-1/+5
* Get closer to an accurate model of Windows timestamp changes.Jeremy Allison2009-11-056-32/+56
* s3: Fix a crash in notify_remove_onelevel when "change notify = no"Volker Lendecke2009-11-051-0/+4
* s3: Fix the talloc hierarchy in notify_remove_onelevelVolker Lendecke2009-11-051-1/+1
* s3: Add parameter "ctdb timeout"Volker Lendecke2009-11-055-5/+36
* s3: Fix kerberos refresh chain.Bo Yang2009-11-061-1/+3
* Fix debug comment (brain wasn't working...).Jeremy Allison2009-11-041-2/+2
* Filter the returned DOS attributes by 0xFF for clientsJeremy Allison2009-11-041-0/+12
* Remove "Protocol" as an extern, and add accessor functions.Jeremy Allison2009-11-049-30/+31
* s3: add support for full windows timestamps resolution on filesBjörn Jacke2009-11-042-6/+14
* libcli/nbt Move more of lmhosts lookup into common codeAndrew Bartlett2009-11-041-45/+15
* s3-netlogon: make sure we protect some function codes in _netr_LogonControl2E...Günther Deschner2009-11-041-0/+13
* s3-netlogon: let s3 pass against RPC-NETLOGON-S3 again.Günther Deschner2009-11-041-0/+72
* s3-netlogon: implement _netr_NETLOGON_INFO_4 in netr_LogonControl2Ex() and fr...Günther Deschner2009-11-041-0/+10
* s3-netlogon: implement remote trust account changing in netr_LogonControl2Ex(...Günther Deschner2009-11-041-0/+41
* s3-lsa: fill in some more info levels in _lsa_QueryInfoPolicy().Günther Deschner2009-11-031-0/+32
* s3-passdb: cleanup some callers of pdb_get_trusteddom_pw().Günther Deschner2009-11-032-6/+2
* Fix debug statements to use correct function name.Jeremy Allison2009-11-031-13/+13
* requires_resume_key is a bool not int.Jeremy Allison2009-11-031-7/+2
* Fix more of the RAW-SEARCH test. Older info levels areJeremy Allison2009-11-031-2/+9
* s3: Remove debug_ctx()Volker Lendecke2009-11-0313-86/+70
* Convert from numbers to correct SMB_FIND_XX constant names.Jeremy Allison2009-11-021-8/+12
* s3:registry: add an extra check for dsize==0 to regdb_fetch_keys_internal()Michael Adam2009-11-031-1/+1
* s3:registry: add safety check for return value of tdb_unpack to regdb_fetch_k...Michael Adam2009-11-031-0/+4
* s3:dbwrap_ctdb: add debug message to transaction_fetch_start()Michael Adam2009-11-031-0/+4
* s3:dbwrap_ctdb: split combined check in two and add descriptive debugMichael Adam2009-11-031-1/+14
* s3:dbwrap_ctdb: fix race condition with concurrent transactions on the same n...Michael Adam2009-11-031-0/+12
* s3:configure: add a check for the new CTDB_CONTROL_TRANS2_ACTIVEMichael Adam2009-11-031-0/+17
* s3:dbwrap_ctdb: add new db_ctdb_transaction_active() that calls CTDB_CONTROL_...Michael Adam2009-11-031-0/+21
* s3:dbwrap_ctdb: fix a race in starting concurrent transactions on a single nodeMichael Adam2009-11-031-0/+25
* s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch_startMichael Adam2009-11-031-6/+4
* s3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb_transaction_fetch()Michael Adam2009-11-031-16/+6
* s3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch()Michael Adam2009-11-031-0/+53
* s3:dbrwap_ctdb: add a function db_ctdb_ltdb_store()Michael Adam2009-11-031-27/+39