summaryrefslogtreecommitdiff
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes to our LDAP/vampire codepaths:Andrew Bartlett2003-07-053-11/+61
* This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-042-388/+394
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-032-15/+15
* Uppercase first letter of debug level 0 statements.Tim Potter2003-07-021-2/+2
* removing nisplussamGerald Carter2003-07-011-1524/+0
* fix compile problem with nisplussamGerald Carter2003-07-011-13/+18
* Different fix for memleak just committed. This belongs intoVolker Lendecke2003-07-011-2/+0
* Fix two memory leaks. tdb_search_keys allocates space for the keyVolker Lendecke2003-07-011-0/+2
* * 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
* Add the 'guest' passdb backend automatically ifVolker Lendecke2003-06-301-0/+25
* large change:Gerald Carter2003-06-252-3/+2
* Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett2003-06-251-718/+8
* Fix pdb_ldap segfaults, and wrong default values for ldapsam_compat.Andrew Bartlett2003-06-241-4/+3
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-223-4/+4
* Fix memory leak. secrets_fetch allocates memory.Volker Lendecke2003-06-211-0/+2