summaryrefslogtreecommitdiffstats
path: root/source3/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
...
* * make sure we only enumerate group mapping entriesGerald Carter2003-11-171-14/+0
* Match Samba 2.2, and make ACB_NORMAL the default ACB value.Andrew Bartlett2003-10-101-0/+7
* Typo in error message.Jeremy Allison2003-10-031-1/+1
* The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-181-7/+13
* Oops. Proper fix for #470.Jeremy Allison2003-09-181-18/+20
* Fix for #470 - unable to display SIDs in ACLs.Jeremy Allison2003-09-181-2/+11
* remove getpwnam() calls from init_sam_from_xxx().Gerald Carter2003-09-111-29/+8
* fix for BUG 245; make sure we set the sid type when falling back to the rid a...Gerald Carter2003-08-211-1/+7
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-2/+2
* 2 fixesGerald Carter2003-08-131-0/+48
* fix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root()Gerald Carter2003-08-111-1/+8
* fix bug #208; have to get the gid of the user's primary group for %GGerald Carter2003-08-061-0/+7
* oops; fix typo. Noticed by gcc warningGerald Carter2003-08-061-2/+2
* fix bug #245; local_lookupsid() needed to make a getpwuid() call to get the u...Gerald Carter2003-08-051-9/+20
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-2/+2
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-3/+3
* fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter2003-07-161-6/+0
* make sure to fallback to rid algoruthm for users not in smbpasswd (e.g. force...Gerald Carter2003-07-151-7/+17
* 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