Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23244: Fix loop with nscd and NSS recusive calls. | Gerald Carter | 1 | -4/+4 |
2007-10-10 | r23194: cherry pick two fixes from SAMBA_3_0_26 | Gerald Carter | 2 | -6/+10 |
2007-10-10 | r23192: Remove fallback to looking up group mappings by the | Gerald Carter | 1 | -17/+1 |
2007-10-10 | r23051: sid_to_[ug]id fixes for smbd | Simo Sorce | 1 | -12/+26 |
2007-10-10 | r23046: Few missing merges from cleaning out the Centeris winbindd tree. | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r23005: If we're running on a system where time_t is 8 bytes | Jeremy Allison | 1 | -16/+16 |
2007-10-10 | r22977: Trim noise by removing redundant WARNING log message that | Gerald Carter | 1 | -4/+0 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change | Volker Lendecke | 1 | -14/+6 |
2007-10-10 | r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert. | Volker Lendecke | 1 | -6/+13 |
2007-10-10 | r22766: Merge from 3_0: | Volker Lendecke | 1 | -13/+6 |
2007-10-10 | r22631: Remove the possibility of sid_check_is_domain and | James Peach | 1 | -2/+1 |
2007-10-10 | r22613: Fix an uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
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 |