summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22125: Fix a warningVolker Lendecke1-1/+1
2007-10-10r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2-16/+16
2007-10-10r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2}Gerald Carter1-1/+21
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher4-27/+28
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-1/+1
2007-10-10r21983: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher1-27/+25
2007-10-10r21982: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher1-29/+12
2007-10-10r21981: as we use tdb_trans_store(), we should also use tdb_trans_delete()Stefan Metzmacher1-1/+1
2007-10-10r21954: Someone misused a '!' instead of a '~' for a binary NOTJeremy Allison1-1/+1
2007-10-10r21881: Make sure we are very specific when testing whether a backand can han...James Peach1-1/+2
2007-10-10r21853: Fix a valgrind errorVolker Lendecke1-0/+5
2007-10-10r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke1-20/+1
2007-10-10r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke1-1/+20
2007-10-10r21819: Wrap all steps in secrets_store_machine_password into one singleVolker Lendecke1-12/+50
2007-10-10r21818: Remove some unused codeVolker Lendecke1-23/+0
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2-3/+22
2007-10-10r21782: Fix a memleakVolker Lendecke1-0/+1
2007-10-10r21738: Remove unused file.James Peach1-80/+0
2007-10-10r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison1-0/+2
2007-10-10r21608: Fix a couple of memleaks in error code paths beforeJeremy Allison1-0/+1
2007-10-10r21606: Implement escaping function for ldap RDN valuesSimo Sorce1-8/+60
2007-10-10r21507: Fix some "cannot access LDAP when no root" bugs.Gerald Carter1-2/+14
2007-10-10r20998: Fix debug messageVolker Lendecke1-1/+2
2007-10-10r20985: leave room for terminating NULL when printing password hashes via 'pd...Gerald Carter1-2/+2
2007-10-10r20851: To read account policies from LDAP we need root.Volker Lendecke1-2/+12
2007-10-10r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke4-46/+123
2007-10-10r20707: Clean up pdb_interface.c a bit -- patch from Michael Adam <ma@sernet.de>Volker Lendecke1-23/+38
2007-10-10r20644: Make some functions static, thanks to Michael Adam <ma@sernet.de> for...Volker Lendecke1-3/+3
2007-10-10r20614: Dummy-checkin to trigger the buildVolker Lendecke1-4/+5
2007-10-10r20402: Fix spelling: samba bug #4292 debian #402392Andrew Bartlett1-1/+1
2007-10-10r20243: Make lookup_name resolve both the mapped and the real unix group nameSimo Sorce1-7/+23
2007-10-10r20212: Attempt to fix the Solaris buildVolker Lendecke1-2/+4
2007-10-10r20169: Support for fallback to legacy mapping code was not completely tested.Simo Sorce1-12/+18
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce3-98/+202
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2-25/+56
2007-10-10r19945: Fix a segfault -- lookup_rids needs to init the names even on failureVolker Lendecke1-0/+2
2007-10-10r19943: Fix bug 4267 -- Thanks to David!Volker Lendecke1-0/+2
2007-10-10r19579: BUG 4075: patch from Dmitry Butskoy <dmitry@butskoy.name>.Gerald Carter1-2/+4
2007-10-10r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn offGerald Carter1-10/+6
2007-10-10r19083: Fix objectclassVolker Lendecke1-1/+1
2007-10-10r19058: Implement "user cannot change password", and complete "user must changeJim McDonough4-77/+36
2007-10-10r18722: Fix up password change times. The can change and must change times areJim McDonough1-2/+22
2007-10-10r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner4-0/+18
2007-10-10r18684: pdb_get_group_sid() has to use the Get_Pwnam_alloc() callGerald Carter1-1/+1
2007-10-10r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij1-8/+8
2007-10-10r18527: Janitor for Jeremy ;-)Volker Lendecke1-12/+12
2007-10-10r18483: Ensure all pdb_XXX calls are wrapped in become_root()/unbecome_root()Jeremy Allison1-5/+32
2007-10-10r18313: Nobody said "no" (yet.... gd?), so commit it:Volker Lendecke1-10/+0
2007-10-10r18271: Big change:Gerald Carter5-39/+39
2007-10-10r17971: Disable storing SIDs in the S-1-22-1 and S-1-22-2 domain to the SID<-...Gerald Carter1-0/+10