summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few comments/formatting issues to make it more in line withJim McDonough2004-02-131-3/+6
* A couple of versioning adjustments. Remove unused version #define, andJim McDonough2004-02-121-3/+4
* tdbsam & smb_panic merge from 3.0 (initial tests are ok but I'll setup a HEAD...Gerald Carter2004-02-121-53/+103
* Initial design of some of the functions to operate on trust passwordsRafal Szczesniak2004-01-141-0/+202
* TDBSAM update code from Aur?lien Degr?mont <adegremont@idealx.com>.Jeremy Allison2003-11-031-6/+178
* sync 3.0 into HEAD for the last timeGerald Carter2003-09-091-3/+3
* port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-021-43/+18
* trying to get HEAD building again. If you want the codeGerald Carter2003-07-161-470/+39
* Merge of uint32/uid_t mismatch from 3.0Tim Potter2003-05-281-1/+1
* Fix compiler warnings.Jeremy Allison2003-05-121-1/+0
* fix wrong debug messages in idmap_util.cSimo Sorce2003-05-011-3/+8
* correctly initiazlize idmap tdb when creationg newSimo Sorce2003-04-301-1/+1
* forgot to remove getpwnamSimo Sorce2003-04-291-20/+0
* This is a nice rewrite:Simo Sorce2003-04-291-48/+25
* Change order of parameters to smb_register_passdb()Jelmer Vernooij2003-04-291-1/+1
* ok next_rid out as well local_*id_to*id functionsSimo Sorce2003-04-291-2/+45
* prepare to get _nua out of the door (but back in from the window ;-)Simo Sorce2003-04-271-32/+7
* seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce2003-04-171-3/+7
* Return value in non-void functionJelmer Vernooij2003-03-221-0/+1
* Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2003-03-191-16/+3
* Remove 'unixsam' from the default passdb backends.Andrew Bartlett2003-02-221-59/+0
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-0/+59
* Nice *big* patch from metze.Andrew Bartlett2002-10-121-48/+48
* move all the passdb internal interface to NTSTATUSSimo Sorce2002-09-261-30/+40
* Add const to a pile of const to *DOM_SID paramaters.Andrew Bartlett2002-08-071-1/+1
* Mimir has been busy with patches again, and sent in the followingAndrew Bartlett2002-07-261-1/+1
* Name get and set dir drive functions consistently.Tim Potter2002-07-211-1/+2
* addedd new (t)alloc_sub_* functionsSimo Sorce2002-07-141-5/+5
* Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-131-6/+7
* change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce2002-05-261-2/+9
* Remove unused variable, fix functions to match prototypes in the variousAndrew Bartlett2002-05-251-6/+5
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-181-2/+23
* A few things in this commit:Andrew Bartlett2002-05-181-46/+53
* Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett2002-04-131-11/+34
* This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett2002-04-131-19/+19
* second step to gain free uid<->rid mappingSimo Sorce2002-03-191-74/+19
* more verbose checking in talloc and util_pwSimo Sorce2002-03-181-16/+19
* Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce2002-03-181-22/+87
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-021-5/+5
* update from 2.2Simo Sorce2002-02-011-2/+3
* Removed version number from file header.Tim Potter2002-01-301-1/+2
* Add some information tidbits to an error DEBUG().Andrew Bartlett2002-01-261-1/+1
* Passdb changes:Andrew Bartlett2002-01-251-5/+7
* getpwnam -> getpwnam_alloc.Andrew Bartlett2002-01-231-2/+4
* hmm, get it right this time.Simo Sorce2002-01-211-1/+1
* fix also the comment.Simo Sorce2002-01-211-2/+5
* replace getpwnam_alloc with plain getpwnam.Simo Sorce2002-01-211-2/+1
* getpwnam -> getpwnam_allocAndrew Bartlett2002-01-211-2/+3
* Inititialise the gid to what standard_sub_advanced wants for 'no value'.Andrew Bartlett2002-01-201-1/+1