summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-07and so it begins....Gerald Carter1-4/+198
2003-07-05Fixes to our LDAP/vampire codepaths:Andrew Bartlett1-0/+4
2003-07-04This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett1-1/+1
2003-07-01* revert change to get_global_sam_name()Gerald Carter1-2/+23
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter1-4/+7
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-1/+1
2003-06-18Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce1-4/+4
2003-05-14spellingTim Potter1-2/+2
2003-05-13Restore a number of fixes that idra removed when he merged hisAndrew Bartlett1-8/+2
2003-05-12And finally IDMAP in 3_0Simo Sorce1-238/+84
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