summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* - 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
* fix typoAndrew Bartlett2002-01-261-1/+1
* Add some information tidbits to an error DEBUG().Andrew Bartlett2002-01-261-1/+1
* Passdb changes:Andrew Bartlett2002-01-253-11/+30
* getpwnam -> getpwnam_alloc.Andrew Bartlett2002-01-233-4/+11
* getpwnam_alloc -> getpwnamSimo Sorce2002-01-211-9/+8
* hmm, get it right this time.Simo Sorce2002-01-211-1/+1
* fix also the comment.Simo Sorce2002-01-211-2/+5
* replace getpwnam_alloc with plain getpwnam.Simo Sorce2002-01-211-2/+1
* getpwnam -> getpwnam_allocAndrew Bartlett2002-01-211-2/+3
* Inititialise the gid to what standard_sub_advanced wants for 'no value'.Andrew Bartlett2002-01-201-1/+1
* fixes from 2.2Simo Sorce2002-01-201-93/+127
* This is another *BIG* change...Andrew Bartlett2002-01-206-439/+992
* 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
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-6/+6
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-174-12/+27
* For some reason I wasn't thinking about failure cases this morning...Andrew Bartlett2002-01-151-0/+72
* Add constness to parametersMartin Pool2002-01-151-1/+1
* Commit the auth associated changes I missed from the last commit.Andrew Bartlett2002-01-152-0/+16
* Change the passdb interface to use allocated strings.Andrew Bartlett2002-01-153-114/+161
* Move all the pdb_get...() and pdb_set...() functions to a new file.Andrew Bartlett2002-01-122-798/+825
* Fixed up atomic update code.Jeremy Allison2002-01-091-1/+1
* fixing compile errorGerald Carter2002-01-021-4/+4
* 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-024-189/+264
* ops, froget to set the values.Simo Sorce2001-12-311-1/+7
* port mods from 2.2Simo Sorce2001-12-311-3/+36
* more irix -64 portability fixesAndrew Tridgell2001-12-311-5/+6
* Make --with-tdbsam compile again, given the new 'am I setting a default' flags.Andrew Bartlett2001-12-311-4/+4
* removed extern samlogon_userGerald Carter2001-12-311-6/+0
* remove samlogon_userGerald Carter2001-12-311-10/+1
* some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter2001-12-314-143/+239
* util_sid.c - respect a const variabile (addedd strdup)Simo Sorce2001-12-302-23/+48
* Finally remove these files, which moved (by cvs backend magic) to source/authAndrew Bartlett2001-12-302-1668/+0
* pdb_getsampwnuid() merge from 2.2Gerald Carter2001-12-305-156/+29
* removed unused filesGerald Carter2001-12-284-2320/+0
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-275-73/+45
* Rafal (mimir) patch for trusts r.Jean-François Micouleau2001-12-141-6/+20
* update the ldap support code. it compiles.Jean-François Micouleau2001-12-131-0/+41
* again an intrusive patch:Jean-François Micouleau2001-12-065-45/+10
* Add a couple of extra debugs for the secrets.tdb stuffAndrew Bartlett2001-12-051-2/+8
* auto-init secrets.tdbAndrew Tridgell2001-12-051-0/+5
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-045-35/+23
* This comment no longer applies.Andrew Bartlett2001-12-041-1/+0
* 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-025-29/+143
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-0/+2