summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_smbpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* Allow 'normal' accounts in the non-unix-account range for smbpasswd - I hopeAndrew Bartlett2002-11-041-19/+20
* Fix debugAndrew Bartlett2002-11-041-1/+1
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-0/+51
* Nice *big* patch from metze.Andrew Bartlett2002-10-121-10/+10
* move all the passdb internal interface to NTSTATUSSimo Sorce2002-09-261-31/+40
* More hacks for 'guest account' to get it to show up with the right rid...Andrew Bartlett2002-08-211-1/+12
* Quick hack to get around the inadequacy of pdb_smbpasswd. This should make theAndrew Bartlett2002-08-171-1/+1
* Add const to a pile of const to *DOM_SID paramaters.Andrew Bartlett2002-08-071-1/+1
* Fix up a botched prevoius commit.Andrew Bartlett2002-07-141-11/+10
* Make smbpasswd behave like all the other backends, where a NULL or invalidAndrew Bartlett2002-07-131-7/+4
* Patch from ctrlsoft to use the pdb_sethexpwd function in smbpasswd - insteadAndrew Bartlett2002-06-141-48/+7
* It looks like we never tested the 'cleanup' code, so when I triggered itAndrew Bartlett2002-06-141-3/+10
* Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-131-3/+4
* change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce2002-05-261-2/+8
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-181-0/+2
* Remove const from some functions to match the changed prototype in aAndrew Bartlett2002-05-181-7/+5
* Passdb:Andrew Bartlett2002-05-181-26/+18
* A few things in this commit:Andrew Bartlett2002-05-181-51/+4
* Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett2002-04-131-23/+5
* This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett2002-04-131-17/+17
* Allow a zero rid in pdb_smbpasswd. When given a zero rid the pdb backendAndrew Bartlett2002-03-201-1/+3
* second step to gain free uid<->rid mappingSimo Sorce2002-03-191-21/+18
* Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce2002-03-181-0/+21
* Fix SIGSEGV on error message when trying to add a user to smbpasswd file with...Jim McDonough2002-03-061-1/+1
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-021-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+2
* Passdb changes:Andrew Bartlett2002-01-251-1/+4
* This is another *BIG* change...Andrew Bartlett2002-01-201-201/+331
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-3/+5
* some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter2001-12-311-7/+7
* pdb_getsampwnuid() merge from 2.2Gerald Carter2001-12-301-42/+0
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-10/+12
* again an intrusive patch:Jean-François Micouleau2001-12-061-15/+5
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-2/+1
* added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau2001-12-021-3/+28
* unable to open smbpasswd on initial create should only be a warningAndrew Tridgell2001-11-271-1/+1
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-1/+1
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-6/+17
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-8/+8
* This commit is number 2 of 4.Andrew Bartlett2001-10-291-42/+42
* Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison2001-10-031-1/+1
* Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-021-13/+11
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* - fix handling of 0 last_change_time and must_change_timeAndrew Tridgell2001-10-011-4/+5
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-251-22/+12
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
* Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter2001-09-061-6/+6
* merge from 2.2Gerald Carter2001-08-231-3/+14
* a few cleanups while mergeing the passdb code into 2.2Gerald Carter2001-08-091-3/+0
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-4/+4