summaryrefslogtreecommitdiffstats
path: root/source3/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* more irix -64 portability fixesAndrew Tridgell2001-12-311-5/+6
* some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter2001-12-311-8/+30
* pdb_getsampwnuid() merge from 2.2Gerald Carter2001-12-301-0/+29
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-52/+21
* Rafal (mimir) patch for trusts r.Jean-François Micouleau2001-12-141-6/+20
* again an intrusive patch:Jean-François Micouleau2001-12-061-12/+4
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-27/+19
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-3/+11
* added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau2001-12-021-18/+72
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-0/+2
* Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett2001-11-241-12/+0
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-231-7/+32
* Minor updates. A small dose of const.Andrew Bartlett2001-11-111-1/+1
* UGLY HACK to get machines to join tdbsam domains again.Andrew Bartlett2001-11-071-2/+4
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-10/+54
* Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett2001-10-301-20/+1
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-82/+60
* This commit is number 2 of 4.Andrew Bartlett2001-10-291-4/+30
* This commit is number 1 of 4.Andrew Bartlett2001-10-291-23/+54
* Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison2001-10-091-0/+10
* Added a comment about not changing the magic timestamp values withoutTim Potter2001-10-031-0/+4
* Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison2001-10-031-2/+2
* set ACB_PWNOEXP by default on new accounts.Andrew Tridgell2001-10-031-2/+2
* Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-021-6/+5
* 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-5/+5
* This is the passdb section of the previously mentioned commit.Andrew Bartlett2001-09-291-63/+110
* How the heck I missed this I don't know, but somehow I got a copy-and-pasteAndrew Bartlett2001-09-281-16/+12
* Merge HEAD and 2.2 - try frantically to keep in sync.Jeremy Allison2001-09-271-13/+13
* Fix memory leak in get_sampwd_entries(), reindent for clarity.Andrew Bartlett2001-09-271-35/+107
* merge from 2.2Gerald Carter2001-09-261-1/+1
* Add a new interface pdb_set_plaintext_passwd() to the passdb. This simplyAndrew Bartlett2001-09-261-11/+26
* We don't use a modified 'user' in any case, so don't modifiy it.Andrew Bartlett2001-09-261-1/+1
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-251-158/+270
* move to SAFE_FREE()Simo Sorce2001-09-171-14/+5
* String length fix from Toomas Soome <tsoome@ut.ee>Tim Potter2001-09-121-1/+1
* Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter2001-09-061-132/+0
* fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf...Andrew Tridgell2001-09-051-3/+2
* more warning fixes on solarisAndrew Tridgell2001-09-051-1/+3
* Fixed typo in debug message.Tim Potter2001-08-131-2/+2
* Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison2001-07-061-2/+2
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* very nasty bug !Jean-François Micouleau2001-05-091-1/+1
* fixes to the group mapping code.Jean-François Micouleau2001-05-081-2/+2
* merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter2001-05-071-16/+3
* Patch from Simo:Gerald Carter2001-05-071-19/+38
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-475/+258
* fixes from SimoGerald Carter2001-05-041-0/+43
* - fixed some compiler warningsAndrew Tridgell2001-04-281-2/+3
* converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-251-257/+294