summaryrefslogtreecommitdiff
path: root/source3/libsmb/samlogon_cache.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-15s3:winbind: Improve logging in samlogon_cache.cPavel Filipenský1-7/+6
2019-02-14lib:util: Move discard_const(_p) to own header for libndr.hAndreas Schneider1-0/+1
2018-11-02libsmb: Use dom_sid_str_bufVolker Lendecke1-19/+19
2018-10-17netsamlogon_cache: Improve a DBG messageVolker Lendecke1-1/+2
2018-10-17netsamlogon_cache: Add some error checksVolker Lendecke1-0/+6
2018-10-17netsamlogon_cache: Use "goto fail", save some linesVolker Lendecke1-9/+5
2018-10-17netsamlogon_cache: Fix talloc_stackframe error return leaksVolker Lendecke1-0/+2
2018-08-17lib: Pass mem_ctx to cache_path()Volker Lendecke1-1/+1
2018-03-19s3:libsmb/samlogon_cache: zero session keys before storing the info3 structureStefan Metzmacher1-0/+4
2017-11-13netsamlogon_cache: Use ndr_pull_struct_blob_allVolker Lendecke1-2/+3
2017-07-03samlogon_cache: add netsamlog_cache_for_all()Ralph Boehme1-0/+102
2016-12-16samlogon_cache: Rename "user_sid" to "sid"Volker Lendecke1-2/+2
2016-12-16samlogon_cache: Add the user's domain sid into the samlogon_cacheVolker Lendecke1-1/+20
2016-12-16samlogon_cache: Simplify netsamlogon_cache_haveVolker Lendecke1-10/+7
2016-12-02lib: Remove a used-once variableVolker Lendecke1-2/+1
2016-12-02lib: Fix a commentVolker Lendecke1-1/+1
2016-12-02lib: Avoid includes.h in samlogon_cache.cVolker Lendecke1-1/+5
2016-12-02lib: Replace use of deprecated talloc_destroyVolker Lendecke1-1/+1
2016-12-02lib: Avoid fstring in samlogon_cache.cVolker Lendecke1-6/+6
2016-12-02lib: Add samlogon_cache.hVolker Lendecke1-0/+1
2016-12-02lib: Fix netsamlogon_cache_have for README.CodingVolker Lendecke1-2/+3
2016-12-02lib: Delete unused netsamlogon_cache_shutdownVolker Lendecke1-14/+0
2016-12-02lib: Delete an orphaned piece of code in samlogon_cache.cVolker Lendecke1-19/+0
2016-05-13s3:samlogon_cache: fix O3 error unused result of truncateMichael Adam1-1/+7
2015-05-13Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe1-1/+1
2014-12-12libsmb: Simplify netsamlogon_cache_getVolker Lendecke1-2/+2
2014-12-12libsmb: Only print decoded netsamlogon cache entriesVolker Lendecke1-4/+4
2014-12-12libsmb: Fix removing invalid samlogon cache entriesVolker Lendecke1-1/+1
2014-10-06samlogon_cache: don't leak cache_path onto talloc tosDavid Disseldorp1-1/+6
2014-07-15samlogon_cache: avoid overwriting info3->base.full_name.string.Andreas Schneider1-0/+14
2014-07-15samlogon_cache: use a talloc_stackframe inside netsamlogon_cache_store.Günther Deschner1-9/+4
2011-12-20s3: Fix some False/NULL hickupsVolker Lendecke1-1/+1
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-1/+1
2011-04-19gencache: don't use CLEAR_IF_FIRST as fallback.Rusty Russell1-10/+3
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-12-19s3: netsamlogon_clear_cached_user only needs the SIDVolker Lendecke1-8/+2
2010-12-19s3: Remove two pointless slprintf callsVolker Lendecke1-4/+4
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-09-27Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison1-2/+2
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-4/+4
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-2/+2
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-4/+2
2009-12-07s3: let netsamlogon_cache_init() use tdb_check()Stefan Metzmacher1-4/+42
2009-01-16s3: put netsamlogon_cache.tdb into cache_dir instead of lock_dirMichael Adam1-1/+1
2008-10-20s3-build: no need to duplicate generated ndr_ prototypes.Günther Deschner1-0/+1
2008-09-23s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner1-2/+2
2008-08-27Correct the netsamlogon_clear_cached_user function.Ephi Dror1-36/+18