summaryrefslogtreecommitdiffstats
path: root/source/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from HEAD - we already have one function for converting a unistr2 to aAndrew Bartlett2003-01-041-17/+0
* Merge from HEAD - don't base RID on a name being the lp_guest_account(), letAndrew Bartlett2003-01-041-2/+0
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-8/+6
* Jeremy the janitor again... keeping 3.0 in sync with tridge's changes thisJeremy Allison2002-11-071-0/+3
* Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUAAndrew Bartlett2002-11-051-4/+27
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-35/+34
* sync with HEADGerald Carter2002-09-261-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-23/+47
* sync 3.0 branch with headJelmer Vernooij2002-08-171-65/+93
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-311/+202
* merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell2002-04-121-135/+130
* Fixed up admin user / guest user lookup.Jeremy Allison2002-04-051-5/+8
* Don't leak memory on failure.Andrew Bartlett2002-03-211-1/+3
* Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()Andrew Bartlett2002-03-211-3/+3
* second step to gain free uid<->rid mappingSimo Sorce2002-03-191-7/+42
* Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce2002-03-181-7/+7
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-021-10/+12
* Back out herb's changes (to allow smbpasswd -x to work on accounts outsideAndrew Bartlett2002-01-301-10/+9
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* merge change from @_2 to allow smbpasswd -x to delete user even if noHerb Lewis2002-01-301-7/+10
* - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett2002-01-261-13/+39
* local_lookup_name() doens't acutally use its 'domain' argument, so drop it andAndrew Bartlett2002-01-261-5/+3
* This is another *BIG* change...Andrew Bartlett2002-01-201-42/+38
* Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett2002-01-201-33/+0
* Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNTAndrew Bartlett2002-01-201-20/+40
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-4/+10
* Commit the auth associated changes I missed from the last commit.Andrew Bartlett2002-01-151-0/+15
* Change the passdb interface to use allocated strings.Andrew Bartlett2002-01-151-50/+75
* Move all the pdb_get...() and pdb_set...() functions to a new file.Andrew Bartlett2002-01-121-798/+2
* We should be SHLD not LINK when creating shared libraries.Jeremy Allison2002-01-021-2/+2
* We go to a lot of effort to avoid strcpy() in Samba, but its not much use ifAndrew Bartlett2002-01-021-12/+12
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-186/+261
* 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