summaryrefslogtreecommitdiffstats
path: root/source/lib/util_pw.c
Commit message (Collapse)AuthorAgeFilesLines
* r23190: svn merge ../SAMBA_3_0 -r22019:22026Gerald Carter2007-05-291-6/+6
| | | | | This is abartlet's talloc changes to the samu struct stored in the server info state.
* r19801: grabbing minor changes (some missing pieces from jmcd's SAMR work as ↵Gerald Carter2006-11-201-2/+2
| | | | well)
* r14764: Fix possible null pointer deref. Coverity #253.Jeremy Allison2006-03-291-2/+4
| | | | Jeremy.
* r13601: * Remove unused code from pdb_ldap.cGerald Carter2006-02-211-5/+4
| | | | | | | | | * Add a 'struct passwd *' to the struct samu for later reference (I know this may be controversial but its easily reverted which is is why I'm checking this is as a seaparate patch before I get too deep). * Remove unix_homedir from struct samu {} and update the pdb wrapper functions associated with it.
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2006-02-201-2/+2
| | | | macro which sets the freed pointer to NULL.
* r13316: Let the carnage begin....Gerald Carter2006-02-031-49/+30
| | | | Sync with trunk as off r13315
* r5647: Caches are good for performance, but you get a consistency problem.Volker Lendecke2005-03-031-0/+14
| | | | | | Fix bug # 2401. Volker
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-1/+1
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r3702: This is a getpwnam-cache. It is mainly to speed up Samba with slow nssVolker Lendecke2004-11-121-0/+43
| | | | | | backends such as nss_ldap. Volker
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+89
metze