summaryrefslogtreecommitdiffstats
path: root/source3/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
...
* use the specific funtion we have to check if a SID belong to our domainSimo Sorce2003-07-131-12/+6
* Argl. Thinking twice and looking at the rest of callers of sid_compare_domainVolker Lendecke2003-07-131-1/+6
* We have an API to compare the domain parts of two SIDs, so use it.Volker Lendecke2003-07-131-6/+1
* fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter2003-07-111-1/+1
* moving more code around.Gerald Carter2003-07-111-145/+26
* Fix up become_root/unbecome_root pairs needed around local passdbJeremy Allison2003-07-091-3/+17
* Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison2003-07-081-0/+435
* Cleaning up linking issues. sam/idmap*.c only links inGerald Carter2003-07-071-0/+114
* Fixed a couple of const issues with the new code.Jeremy Allison2003-07-071-2/+2
* and so it begins....Gerald Carter2003-07-071-4/+198
* Fixes to our LDAP/vampire codepaths:Andrew Bartlett2003-07-051-0/+4
* This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-041-1/+1
* * revert change to get_global_sam_name()Gerald Carter2003-07-011-2/+23
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-301-4/+7
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-1/+1
* Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce2003-06-181-4/+4
* spellingTim Potter2003-05-141-2/+2
* Restore a number of fixes that idra removed when he merged hisAndrew Bartlett2003-05-131-8/+2
* And finally IDMAP in 3_0Simo Sorce2003-05-121-238/+84
* Fix irritating typo - non arg functions should be fn(void).Jeremy Allison2003-05-071-1/+1
* Set our 'global sam name' in one place. For domain controllers, this isAndrew Bartlett2003-05-071-6/+8
* Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett2003-04-291-25/+36
* The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and tryAndrew Bartlett2003-04-281-2/+2
* Remove ldapsam_search_one_user_by_uid from pdb_ldap.Andrew Bartlett2003-04-221-3/+2
* Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-241-7/+4
* 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