summaryrefslogtreecommitdiff
path: root/source3/lib/util_pw.c
Commit message (Expand)AuthorAgeFilesLines
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-141-1/+1
* Rename some variables in getpwnam_alloc() for clarityVolker Lendecke2008-11-141-11/+12
* sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.Volker Lendecke2008-11-141-4/+1
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-1/+1
* Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij2008-10-131-2/+2
* Convert the pwnam cache to memcacheVolker Lendecke2007-12-211-53/+15
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r22026: Missed in my last commit, another case where we need to copy, not ref...Andrew Bartlett2007-10-101-1/+1
* r22024: Don't leak, actually use the provided memory context...Andrew Bartlett2007-10-101-1/+1
* r22023: I don't like this cache, but I think Jeremy is right, the consequencesAndrew Bartlett2007-10-101-2/+2
* r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett2007-10-101-6/+6
* r17334: Some C++ warningsVolker Lendecke2007-10-101-2/+2
* r14764: Fix possible null pointer deref. Coverity #253.Jeremy Allison2007-10-101-2/+4
* r13601: * Remove unused code from pdb_ldap.cGerald Carter2007-10-101-5/+4
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-2/+2
* r13316: Let the carnage begin....Gerald Carter2007-10-101-49/+30
* r5647: Caches are good for performance, but you get a consistency problem.Volker Lendecke2007-10-101-0/+14
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r3702: This is a getpwnam-cache. It is mainly to speed up Samba with slow nssVolker Lendecke2007-10-101-0/+43
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-46/+2
* more verbose checking in talloc and util_pwSimo Sorce2002-03-181-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-0/+134