summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_smbpasswd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-104/+118
* few cleanups to bring in line with 2.2Gerald Carter2001-04-281-2/+0
* converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-251-73/+30
* merge from 2.2Andrew Tridgell2001-04-181-5/+1
* fixed unused variableAndrew Tridgell2001-03-181-1/+1
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-111-5/+5
* Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-061-0/+5
* o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter2000-11-221-0/+1
* Another large patch for the passdb rewrite.Gerald Carter2000-11-211-7/+9
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-0/+1552