summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2003-09-20Fix a bug and warn when configuration file values are incorrect. Thanks toJelmer Vernooij1-10/+28
2003-09-19Fix pdb_mysql. Jelmer will look into details tonight.Alexander Bokovoy1-3/+5
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison5-23/+75
2003-09-18Oops. Proper fix for #470.Jeremy Allison1-18/+20
2003-09-18Fix for #470 - unable to display SIDs in ACLs.Jeremy Allison1-2/+11
2003-09-16Fix typo. Found by Aurelien DegremontJelmer Vernooij1-1/+1
2003-09-11remove getpwnam() calls from init_sam_from_xxx().Gerald Carter2-61/+30
2003-09-10Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison1-250/+219
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke1-0/+53
2003-09-06Only set sids when they're retrurned by the MySQL queryJelmer Vernooij1-2/+2
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2-5/+7
2003-08-27remove 'ldap trust ids' since there was no way for it to work nowGerald Carter1-0/+5
2003-08-27Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter1-0/+488
2003-08-21fix for BUG 245; make sure we set the sid type when falling back to the rid a...Gerald Carter1-1/+7
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis4-12/+11
2003-08-132 fixesGerald Carter1-0/+48
2003-08-11fix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root()Gerald Carter1-1/+8
2003-08-06fix bug #208; have to get the gid of the user's primary group for %GGerald Carter2-1/+17
2003-08-06oops; fix typo. Noticed by gcc warningGerald Carter1-2/+2
2003-08-05fix bug #245; local_lookupsid() needed to make a getpwuid() call to get the u...Gerald Carter1-9/+20
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-2/+2
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-1/+1
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-14/+14
2003-07-22removing unused functionGerald Carter1-43/+0
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2-15/+15
2003-07-20This creates passdb backend files automatically when adding first account.Rafal Szczesniak2-3/+38
2003-07-19Fix memleakVolker Lendecke1-3/+3
2003-07-18Fix two memleaks in pdb_ldap.c.Volker Lendecke2-1/+13
2003-07-16Fix memleakVolker Lendecke1-1/+4
2003-07-16typoVolker Lendecke1-1/+1
2003-07-16fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter1-6/+0
2003-07-15Fix memleaksVolker Lendecke1-1/+6
2003-07-15make sure to fallback to rid algoruthm for users not in smbpasswd (e.g. force...Gerald Carter1-7/+17
2003-07-13use the specific funtion we have to check if a SID belong to our domainSimo Sorce1-12/+6
2003-07-13Argl. Thinking twice and looking at the rest of callers of sid_compare_domainVolker Lendecke1-1/+6
2003-07-13We have an API to compare the domain parts of two SIDs, so use it.Volker Lendecke1-6/+1
2003-07-11fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter1-1/+1
2003-07-11fix unitialised variableGerald Carter1-0/+6
2003-07-11moving more code around.Gerald Carter4-781/+68
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-2/+2
2003-07-09Fix up become_root/unbecome_root pairs needed around local passdbJeremy Allison1-3/+17
2003-07-08Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison2-401/+438
2003-07-07Cleaning up linking issues. sam/idmap*.c only links inGerald Carter2-1/+115
2003-07-07Fixed a couple of const issues with the new code.Jeremy Allison1-2/+2
2003-07-07and so it begins....Gerald Carter2-6/+206
2003-07-06Fix ldapsam_getsampwsid to correctly only say 'no such user' when indeed thereAndrew Bartlett1-13/+13
2003-07-05Fix commentAndrew Bartlett1-1/+1
2003-07-05Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett3-9/+28
2003-07-05Fixes to our LDAP/vampire codepaths:Andrew Bartlett3-11/+61
2003-07-04This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2-388/+394