summaryrefslogtreecommitdiff
path: root/source3/libsmb/samlogon_cache.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-21samlogoncache: Use data_blob_const in netsamlogon_cache_get.Günther Deschner1-2/+1
2008-03-25Fix a valgrind errorVolker Lendecke1-1/+1
2008-02-28Fix memleak in netsamlogon_cache_get().Günther Deschner1-0/+1
2008-02-27Add my copyright.Günther Deschner1-0/+1
2008-02-23Fix a C++ warningVolker Lendecke1-1/+2
2008-02-17Use netr_SamInfo3 in samlogon cache and use ndr functions for storing the blob.Günther Deschner1-98/+119
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-4/+4
2007-12-15Replace sid_string_static with sid_to_stringVolker Lendecke1-4/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-7/+7
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22655: Call correct free-macros in netsamlogon_cache_get() error paths. Forg...Günther Deschner1-4/+3
2007-10-10r22647: Avoid leaking a full info3 structure on each winbindd cached login by...Günther Deschner1-4/+6
2007-10-10r22091: Fix an uninitialized variable warningVolker Lendecke1-2/+1
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-2/+2
2007-10-10r21998: Fix tdb keynames in netsamlogon_clear_cached_user().Günther Deschner1-15/+11
2007-10-10r21975: if we use the _bystring() version when storing, we should use it on f...Stefan Metzmacher1-4/+2
2007-10-10r19368: Use WINBINDD_CACHE_TDB_DEFAULT_HASH_SIZE whereever the winbindd tdb isGünther Deschner1-1/+2
2007-10-10r15227: Fix a valgrind error. We are marshalling here, not unmarshalling.Volker Lendecke1-2/+1
2007-10-10r13991: Fix Coverity bug # 69Volker Lendecke1-0/+1
2007-10-10r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison1-2/+6
2007-10-10r11661: Store the INFO3 in the PAC data into the netsamlogon_cache.Gerald Carter1-2/+10
2007-10-10r11652: Reinstate the netsamlogon_cache in order to workGerald Carter1-0/+247
2007-10-10r9590: forget to remove this from the 3.0 treeGerald Carter1-0/+0
2007-10-10r9588: remove netsamlogon_cache interface...everything seems to work fine. W...Gerald Carter1-247/+0
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r4005: Fix for bug #2071 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison1-1/+1
2007-10-10r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ...Gerald Carter1-1/+10
2004-03-30Apply some constVolker Lendecke1-2/+2
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-1/+1
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-0/+238