summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_nisplus.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-25Fix memory leak (patch by Steve Langasek)Jelmer Vernooij1-0/+14
2002-10-21This moves the group mapping API into the passdb backend.Volker Lendecke1-3/+2
2002-10-12Nice *big* patch from metze.Andrew Bartlett1-42/+44
2002-09-26move all the passdb internal interface to NTSTATUSSimo Sorce1-53/+58
2002-08-21Add changes suggested by abartlet:Jelmer Vernooij1-1124/+1205
2002-08-20pdb_nisplus converted to the new passdb system API'sJelmer Vernooij1-559/+585
2002-08-07Add const to a pile of const to *DOM_SID paramaters.Andrew Bartlett1-1/+1
2002-07-21Name get and set dir drive functions consistently.Tim Potter1-7/+7
2002-06-17compile warngin fixes merged from 2.2Gerald Carter1-1/+1
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-5/+7
2002-05-26change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce1-1/+9
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-0/+19
2002-03-07Compile fixes for the pdb nisplus module.Tim Potter1-17/+27
2002-01-30Removed version number from file header.Tim Potter1-1/+2
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett1-1/+4
2002-01-20This is another *BIG* change...Andrew Bartlett1-4/+12
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-1/+1
2001-12-31removed extern samlogon_userGerald Carter1-6/+0
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter1-17/+41
2001-12-30pdb_getsampwnuid() merge from 2.2Gerald Carter1-40/+0
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-2/+2
2001-12-06again an intrusive patch:Jean-François Micouleau1-6/+0
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-2/+1
2001-12-02added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau1-3/+18
2001-11-07Added debug in truncate, fixed warning with gcc3.Jeremy Allison1-2/+1
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett1-2/+2
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-15/+13
2001-10-03Added a comment about not changing the magic timestamp values withoutTim Potter1-0/+3
2001-10-03Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison1-4/+4
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison1-6/+6
2001-09-26merge from 2.2Gerald Carter1-2/+2
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-0/+1401