summaryrefslogtreecommitdiff
path: root/source3/lib/util_pw.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-14Make memcache_add_talloc NULL out the source pointerVolker Lendecke1-1/+1
2008-11-14Rename some variables in getpwnam_alloc() for clarityVolker Lendecke1-11/+12
2008-11-14sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.Volker Lendecke1-4/+1
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-1/+1
2008-10-13Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij1-2/+2
2007-12-21Convert the pwnam cache to memcacheVolker Lendecke1-53/+15
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-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-1/+1
2007-10-10r22026: Missed in my last commit, another case where we need to copy, not ref...Andrew Bartlett1-1/+1
2007-10-10r22024: Don't leak, actually use the provided memory context...Andrew Bartlett1-1/+1
2007-10-10r22023: I don't like this cache, but I think Jeremy is right, the consequencesAndrew Bartlett1-2/+2
2007-10-10r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett1-6/+6
2007-10-10r17334: Some C++ warningsVolker Lendecke1-2/+2
2007-10-10r14764: Fix possible null pointer deref. Coverity #253.Jeremy Allison1-2/+4
2007-10-10r13601: * Remove unused code from pdb_ldap.cGerald Carter1-5/+4
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-2/+2
2007-10-10r13316: Let the carnage begin....Gerald Carter1-49/+30
2007-10-10r5647: Caches are good for performance, but you get a consistency problem.Volker Lendecke1-0/+14
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r3702: This is a getpwnam-cache. It is mainly to speed up Samba with slow nssVolker Lendecke1-0/+43
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-46/+2
2002-03-18more verbose checking in talloc and util_pwSimo Sorce1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-0/+134