summaryrefslogtreecommitdiffstats
path: root/source/passdb/pdb_unix.c
Commit message (Expand)AuthorAgeFilesLines
* This is a nice rewrite:Simo Sorce2003-04-291-1/+1
* Change order of parameters to smb_register_passdb()Jelmer Vernooij2003-04-291-1/+1
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-1/+1
* Restore previous behaviour to update on pdb_unix (auto-upgrade to new account)Andrew Bartlett2003-04-071-0/+1
* Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2003-03-191-0/+5
* Remove 'unixsam' from the default passdb backends.Andrew Bartlett2003-02-221-88/+0
* pdb_unix.c did not really expect group RIDs dictated by a PDC and lookingVolker Lendecke2002-10-211-2/+4
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-0/+51
* move all the passdb internal interface to NTSTATUSSimo Sorce2002-09-261-21/+41
* Rework the 'guest account get's RID 501' code again...Andrew Bartlett2002-08-171-7/+20
* I must have missed this when I was adding 'const' to these earlier...Andrew Bartlett2002-08-051-1/+1
* Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-131-1/+2
* change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce2002-05-261-1/+8
* Make function match the defintion require for assignment as a functionAndrew Bartlett2002-05-241-1/+1
* Passdb:Andrew Bartlett2002-05-181-18/+11
* A few things in this commit:Andrew Bartlett2002-05-181-0/+126