summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2004-03-02Let's be polite with poorer backends ;-)Simo Sorce1-1/+3
2004-03-01Ok here it is my latest work on privilegesSimo Sorce2-0/+510
2004-03-01When asked to delete an alias member, don't add it ...Volker Lendecke1-1/+1
2004-03-01Add aliases to winbindd_getgroups().Volker Lendecke1-0/+57
2004-02-29Apply my experimental aliases support to HEAD. This will be a bit difficult toVolker Lendecke1-0/+121
2004-02-26And another little constVolker Lendecke1-1/+1
2004-02-25(merge from 3.0)Andrew Bartlett1-1/+0
2004-02-25(merge from 3.0)Andrew Bartlett2-31/+45
2004-02-23(merge from 3.0)Andrew Bartlett1-1/+1
2004-02-20handle both 0 and -1 as disablingJim McDonough1-4/+4
2004-02-19Clean up bad pw count and autolock flag update fn()sJim McDonough1-79/+95
2004-02-19Add bad pw count and autolock flag update fn()sJim McDonough1-2/+127
2004-02-19Add functions to get/set bad password timeJim McDonough2-1/+21
2004-02-13Fix a few comments/formatting issues to make it more in line withJim McDonough1-3/+6
2004-02-12Fix format error for generating SELECT, since unknown_3 is now goneJim McDonough1-1/+1
2004-02-12abartlet's pdb_set/changed flag fix for NULL passwordsGerald Carter1-6/+4
2004-02-12merges from 3.0Gerald Carter1-2/+2
2004-02-12A couple of versioning adjustments. Remove unused version #define, andJim McDonough1-3/+4
2004-02-12Start of merging changes with SAMBA_3_0. Fix up some comments so thatJim McDonough1-10/+10
2004-02-12tdbsam & smb_panic merge from 3.0 (initial tests are ok but I'll setup a HEAD...Gerald Carter1-53/+103
2004-02-11Move around function to fix build after recent static rampage.Tim Potter1-63/+62
2004-02-10Fix compiler warning.Rafal Szczesniak1-1/+2
2004-02-08(merge from 3.0)Andrew Bartlett2-1/+14
2004-02-08(merge from 3.0)Andrew Bartlett1-1/+4
2004-02-08(merge from 3.0)Andrew Bartlett1-3/+14
2004-02-08(merge from 3.0)Andrew Bartlett1-2/+2
2004-01-30(merge from 3.0)Andrew Bartlett1-17/+31
2004-01-30disable any account that doesn't have a password and doesn't had the ACB_PWNO...Gerald Carter1-6/+12
2004-01-29more initialization fixesGerald Carter1-0/+22
2004-01-29merge from 3.0Gerald Carter2-2/+51
2004-01-22fix previously committed old version by mistakeSimo Sorce1-3/+3
2004-01-22sorry for the conflict markers committed in by mistake :-(Simo Sorce1-7/+1
2004-01-191. The most part of this patch changed the unknown_3 flag to the now knownSimo Sorce8-44/+22
2004-01-15Remove unused variables.Rafal Szczesniak1-3/+0
2004-01-15Remove unused function.Rafal Szczesniak1-13/+0
2004-01-14Initial design of some of the functions to operate on trust passwordsRafal Szczesniak1-0/+202
2004-01-14Comment and formatting fix.Rafal Szczesniak1-2/+3
2004-01-13sync HEAD with recent changes in 3.0Gerald Carter1-0/+38
2004-01-07This was cut-n-paste mistake, I guess... :)Rafal Szczesniak1-1/+1
2004-01-07Typo fix.Rafal Szczesniak1-1/+1
2004-01-07Prototype version of trust passwords moved to SAM/pdb. This isRafal Szczesniak1-0/+141
2004-01-06isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter1-3/+0
2004-01-05(merge from 3.0)Andrew Bartlett1-1/+1
2004-01-05(merge from 3.0)Andrew Bartlett1-2/+10
2004-01-05(merge from 3.0)Andrew Bartlett1-2/+8
2004-01-05Merge commit to 3_0: add pdb_pgsqlJelmer Vernooij3-501/+1008
2003-12-22add well known rid for pre win2k compatible access group; bug 897Gerald Carter1-0/+1
2003-12-22Patch from Jianliang Lu j.lu@tiesse.com to manage Power UsersJeremy Allison1-0/+1
2003-12-11Fix uninitialized variable in passdb code. Reported by Andy Polyakov <appro@f...Alexander Bokovoy1-1/+1
2003-12-10more group lookup access fixes on the neverending bug 281Gerald Carter1-6/+16