summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.Jeremy Allison2003-10-021-0/+4
* Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will beVolker Lendecke2003-10-021-1/+1
* Fix a bug and warn when configuration file values are incorrect. Thanks toJelmer Vernooij2003-09-201-10/+28
* Fix pdb_mysql. Jelmer will look into details tonight.Alexander Bokovoy2003-09-191-3/+5
* The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-185-23/+75
* 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
* Fix typo. Found by Aurelien DegremontJelmer Vernooij2003-09-161-1/+1
* remove getpwnam() calls from init_sam_from_xxx().Gerald Carter2003-09-112-61/+30
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-101-250/+219
* Nobody complained on the team-list, so commit it ...Volker Lendecke2003-09-071-0/+53
* Only set sids when they're retrurned by the MySQL queryJelmer Vernooij2003-09-061-2/+2
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-052-5/+7
* remove 'ldap trust ids' since there was no way for it to work nowGerald Carter2003-08-271-0/+5
* Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter2003-08-271-0/+488
* 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-154-12/+11
* 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-062-1/+17
* 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
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-14/+14
* removing unused functionGerald Carter2003-07-221-43/+0
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-222-15/+15
* This creates passdb backend files automatically when adding first account.Rafal Szczesniak2003-07-202-3/+38
* Fix memleakVolker Lendecke2003-07-191-3/+3
* Fix two memleaks in pdb_ldap.c.Volker Lendecke2003-07-182-1/+13
* Fix memleakVolker Lendecke2003-07-161-1/+4
* typoVolker Lendecke2003-07-161-1/+1
* fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter2003-07-161-6/+0
* Fix memleaksVolker Lendecke2003-07-151-1/+6
* 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
* fix unitialised variableGerald Carter2003-07-111-0/+6
* moving more code around.Gerald Carter2003-07-114-781/+68
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-101-2/+2
* 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-082-401/+438
* Cleaning up linking issues. sam/idmap*.c only links inGerald Carter2003-07-072-1/+115
* Fixed a couple of const issues with the new code.Jeremy Allison2003-07-071-2/+2
* and so it begins....Gerald Carter2003-07-072-6/+206
* Fix ldapsam_getsampwsid to correctly only say 'no such user' when indeed thereAndrew Bartlett2003-07-061-13/+13
* Fix commentAndrew Bartlett2003-07-051-1/+1
* Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett2003-07-053-9/+28