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