summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_smbpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-08Make smbpasswd use the group mapping, and fix spelling in ldapsam.Andrew Bartlett1-16/+24
2002-11-04Allow 'normal' accounts in the non-unix-account range for smbpasswd - I hopeAndrew Bartlett1-19/+20
2002-11-04Fix debugAndrew Bartlett1-1/+1
2002-10-21This moves the group mapping API into the passdb backend.Volker Lendecke1-0/+51
2002-10-12Nice *big* patch from metze.Andrew Bartlett1-10/+10
2002-09-26move all the passdb internal interface to NTSTATUSSimo Sorce1-31/+40
2002-08-21More hacks for 'guest account' to get it to show up with the right rid...Andrew Bartlett1-1/+12
2002-08-17Quick hack to get around the inadequacy of pdb_smbpasswd. This should make theAndrew Bartlett1-1/+1
2002-08-07Add const to a pile of const to *DOM_SID paramaters.Andrew Bartlett1-1/+1
2002-07-14Fix up a botched prevoius commit.Andrew Bartlett1-11/+10
2002-07-13Make smbpasswd behave like all the other backends, where a NULL or invalidAndrew Bartlett1-7/+4
2002-06-14Patch from ctrlsoft to use the pdb_sethexpwd function in smbpasswd - insteadAndrew Bartlett1-48/+7
2002-06-14It looks like we never tested the 'cleanup' code, so when I triggered itAndrew Bartlett1-3/+10
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett1-3/+4
2002-05-26change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce1-2/+8
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce1-0/+2
2002-05-18Remove const from some functions to match the changed prototype in aAndrew Bartlett1-7/+5
2002-05-18Passdb:Andrew Bartlett1-26/+18
2002-05-18A few things in this commit:Andrew Bartlett1-51/+4
2002-04-13Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett1-23/+5
2002-04-13This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett1-17/+17
2002-03-20Allow a zero rid in pdb_smbpasswd. When given a zero rid the pdb backendAndrew Bartlett1-1/+3
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-21/+18
2002-03-18Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce1-0/+21
2002-03-06Fix SIGSEGV on error message when trying to add a user to smbpasswd file with...Jim McDonough1-1/+1
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+2
2002-01-25Passdb changes:Andrew Bartlett1-1/+4
2002-01-20This is another *BIG* change...Andrew Bartlett1-201/+331
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-3/+5
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter1-7/+7
2001-12-30pdb_getsampwnuid() merge from 2.2Gerald Carter1-42/+0
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-10/+12
2001-12-06again an intrusive patch:Jean-François Micouleau1-15/+5
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/+28
2001-11-27unable to open smbpasswd on initial create should only be a warningAndrew Tridgell1-1/+1
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-1/+1
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-6/+17
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-8/+8
2001-10-29This commit is number 2 of 4.Andrew Bartlett1-42/+42
2001-10-03Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison1-1/+1
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison1-13/+11
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-10-01- fix handling of 0 last_change_time and must_change_timeAndrew Tridgell1-4/+5
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-22/+12
2001-09-17move to SAFE_FREE()Simo Sorce1-4/+4
2001-09-06Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter1-6/+6
2001-08-23merge from 2.2Gerald Carter1-3/+14
2001-08-09a few cleanups while mergeing the passdb code into 2.2Gerald Carter1-3/+0