summaryrefslogtreecommitdiff
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke2007-10-101-14/+6
* r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.Volker Lendecke2007-10-101-6/+13
* r22766: Merge from 3_0:Volker Lendecke2007-10-101-13/+6
* r22631: Remove the possibility of sid_check_is_domain andJames Peach2007-10-101-2/+1
* r22613: Fix an uninitialized variable warningVolker Lendecke2007-10-101-1/+1
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-9/+27
* r22125: Fix a warningVolker Lendecke2007-10-101-1/+1
* r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2007-10-102-16/+16
* r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2}Gerald Carter2007-10-101-1/+21
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-104-27/+28
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-1/+1
* r21983: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-10-101-27/+25
* r21982: make use of tdb_*_bystring() and string_term_tdb_data()Stefan Metzmacher2007-10-101-29/+12
* r21981: as we use tdb_trans_store(), we should also use tdb_trans_delete()Stefan Metzmacher2007-10-101-1/+1
* r21954: Someone misused a '!' instead of a '~' for a binary NOTJeremy Allison2007-10-101-1/+1
* r21881: Make sure we are very specific when testing whether a backand can han...James Peach2007-10-101-1/+2
* r21853: Fix a valgrind errorVolker Lendecke2007-10-101-0/+5
* r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke2007-10-101-20/+1
* r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke2007-10-101-1/+20
* r21819: Wrap all steps in secrets_store_machine_password into one singleVolker Lendecke2007-10-101-12/+50
* r21818: Remove some unused codeVolker Lendecke2007-10-101-23/+0
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-102-3/+22
* r21782: Fix a memleakVolker Lendecke2007-10-101-0/+1
* r21738: Remove unused file.James Peach2007-10-101-80/+0
* r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2007-10-101-0/+2
* r21608: Fix a couple of memleaks in error code paths beforeJeremy Allison2007-10-101-0/+1
* r21606: Implement escaping function for ldap RDN valuesSimo Sorce2007-10-101-8/+60
* r21507: Fix some "cannot access LDAP when no root" bugs.Gerald Carter2007-10-101-2/+14
* r20998: Fix debug messageVolker Lendecke2007-10-101-1/+2
* r20985: leave room for terminating NULL when printing password hashes via 'pd...Gerald Carter2007-10-101-2/+2
* r20851: To read account policies from LDAP we need root.Volker Lendecke2007-10-101-2/+12
* r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke2007-10-104-46/+123
* r20707: Clean up pdb_interface.c a bit -- patch from Michael Adam <ma@sernet.de>Volker Lendecke2007-10-101-23/+38
* r20644: Make some functions static, thanks to Michael Adam <ma@sernet.de> for...Volker Lendecke2007-10-101-3/+3
* r20614: Dummy-checkin to trigger the buildVolker Lendecke2007-10-101-4/+5
* r20402: Fix spelling: samba bug #4292 debian #402392Andrew Bartlett2007-10-101-1/+1
* r20243: Make lookup_name resolve both the mapped and the real unix group nameSimo Sorce2007-10-101-7/+23
* r20212: Attempt to fix the Solaris buildVolker Lendecke2007-10-101-2/+4
* r20169: Support for fallback to legacy mapping code was not completely tested.Simo Sorce2007-10-101-12/+18
* r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce2007-10-103-98/+202
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-102-25/+56
* r19945: Fix a segfault -- lookup_rids needs to init the names even on failureVolker Lendecke2007-10-101-0/+2
* r19943: Fix bug 4267 -- Thanks to David!Volker Lendecke2007-10-101-0/+2
* r19579: BUG 4075: patch from Dmitry Butskoy <dmitry@butskoy.name>.Gerald Carter2007-10-101-2/+4
* r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn offGerald Carter2007-10-101-10/+6
* r19083: Fix objectclassVolker Lendecke2007-10-101-1/+1
* r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2007-10-104-77/+36
* r18722: Fix up password change times. The can change and must change times areJim McDonough2007-10-101-2/+22
* r18703: Fix the annoying effect that happens when nscd is running:Günther Deschner2007-10-104-0/+18
* r18684: pdb_get_group_sid() has to use the Get_Pwnam_alloc() callGerald Carter2007-10-101-1/+1