summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_smbpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-2/+19
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-110/+43
2003-05-28Merge of uint32/uid_t mismatch from 3.0Tim Potter1-2/+2
2003-05-18port fixes from 3.0Simo Sorce1-1/+1
2003-04-29This is a nice rewrite:Simo Sorce1-16/+11
2003-04-29Change order of parameters to smb_register_passdb()Jelmer Vernooij1-1/+1
2003-04-29ok next_rid out as well local_*id_to*id functionsSimo Sorce1-1/+0
2003-04-27prepare to get _nua out of the door (but back in from the window ;-)Simo Sorce1-22/+3
2003-03-20Use True, not TRUE and False, not FALSEJelmer Vernooij1-1/+1
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-0/+7
2003-02-22Remove 'unixsam' from the default passdb backends.Andrew Bartlett1-70/+15
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