summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-07Fix irritating typo - non arg functions should be fn(void).Jeremy Allison1-1/+1
2003-05-07Set our 'global sam name' in one place. For domain controllers, this isAndrew Bartlett1-6/+8
2003-04-29Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett1-25/+36
2003-04-28The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and tryAndrew Bartlett1-2/+2
2003-04-22Remove ldapsam_search_one_user_by_uid from pdb_ldap.Andrew Bartlett1-3/+2
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett1-7/+4
2003-01-04Merge from HEAD - we already have one function for converting a unistr2 to aAndrew Bartlett1-17/+0
2003-01-04Merge from HEAD - don't base RID on a name being the lp_guest_account(), letAndrew Bartlett1-2/+0
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-8/+6
2002-11-07Jeremy the janitor again... keeping 3.0 in sync with tridge's changes thisJeremy Allison1-0/+3
2002-11-05Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUAAndrew Bartlett1-4/+27
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-35/+34
2002-09-26sync with HEADGerald Carter1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-23/+47
2002-08-17sync 3.0 branch with headJelmer Vernooij1-65/+93
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-311/+202
2002-04-12merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell1-135/+130
2002-04-05Fixed up admin user / guest user lookup.Jeremy Allison1-5/+8
2002-03-21Don't leak memory on failure.Andrew Bartlett1-1/+3
2002-03-21Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()Andrew Bartlett1-3/+3
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-7/+42
2002-03-18Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce1-7/+7
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-10/+12
2002-01-30Back out herb's changes (to allow smbpasswd -x to work on accounts outsideAndrew Bartlett1-10/+9
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-30merge change from @_2 to allow smbpasswd -x to delete user even if noHerb Lewis1-7/+10
2002-01-26 - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett1-13/+39
2002-01-26local_lookup_name() doens't acutally use its 'domain' argument, so drop it andAndrew Bartlett1-5/+3
2002-01-20This is another *BIG* change...Andrew Bartlett1-42/+38
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett1-33/+0
2002-01-20Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNTAndrew Bartlett1-20/+40
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-4/+10
2002-01-15Commit the auth associated changes I missed from the last commit.Andrew Bartlett1-0/+15
2002-01-15Change the passdb interface to use allocated strings.Andrew Bartlett1-50/+75
2002-01-12Move all the pdb_get...() and pdb_set...() functions to a new file.Andrew Bartlett1-798/+2
2002-01-02We should be SHLD not LINK when creating shared libraries.Jeremy Allison1-2/+2
2002-01-02We go to a lot of effort to avoid strcpy() in Samba, but its not much use ifAndrew Bartlett1-12/+12
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-186/+261
2001-12-31more irix -64 portability fixesAndrew Tridgell1-5/+6
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter1-8/+30
2001-12-30pdb_getsampwnuid() merge from 2.2Gerald Carter1-0/+29
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-52/+21
2001-12-14Rafal (mimir) patch for trusts r.Jean-François Micouleau1-6/+20
2001-12-06again an intrusive patch:Jean-François Micouleau1-12/+4
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-27/+19
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-3/+11
2001-12-02added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau1-18/+72
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-0/+2