Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 6 | -15/+15 |
2007-10-10 | r22511: Remove unused LDAPMessage. | Günther Deschner | 1 | -3/+0 |
2007-10-10 | r22507: Wrap the method of obtaining sockets to listen on. | James Peach | 3 | -103/+128 |
2007-10-10 | r22473: Correct fix for setting a default compat tdb idmap backend. | Gerald Carter | 1 | -29/+30 |
2007-10-10 | r22466: Fix build warning. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r22461: Use ranged LDAP queries in lookup_usergroups_member() and start to op... | Günther Deschner | 1 | -99/+75 |
2007-10-10 | r22447: Patch from Ying Li <ying.li2@hp.com> to default tdb idmap | Gerald Carter | 1 | -0/+8 |
2007-10-10 | r22444: * Validate a SID before trying to convert it to a uid/gid via the public | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r22430: Add SID validate to sid2uid() and sid2gid() public entry points in wi... | Gerald Carter | 1 | -4/+81 |
2007-10-10 | r22418: Support running under launchd. We abstract the method of obtaining | James Peach | 2 | -17/+104 |
2007-10-10 | r22417: Refactor the various daemon run-mode options to make the semantics | James Peach | 1 | -20/+23 |
2007-10-10 | r22402: Fix build warning. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r22393: fix cut&paste error | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r22392: Remove leftover potentially segfaulty code. | Simo Sorce | 1 | -6/+5 |
2007-10-10 | r22390: Patchset sent to samba-technical to address the winbind | Gerald Carter | 5 | -164/+63 |
2007-10-10 | r22388: clearer message, thanks David | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r22348: 3_0 as well | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r22343: Commit to 3_0 as well after adapting the patch. | Simo Sorce | 7 | -204/+347 |
2007-10-10 | r22340: Fix another segfault in idmap_ldap.c caused by setting the iterator | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r22313: as discussed with simo: | Stefan Metzmacher | 1 | -28/+4 |
2007-10-10 | r22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace | Stefan Metzmacher | 1 | -12/+0 |
2007-10-10 | r22283: Remove very old bug where we assigned the online mode of | Gerald Carter | 1 | -2/+0 |
2007-10-10 | r22230: Let's just cast here, the 2 calls have different allocation mechanisms. | Simo Sorce | 1 | -7/+9 |
2007-10-10 | r22214: Fix incompatible pointer type warnings. Simo, please check and merge ... | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r22211: Don't return a value from void functions ! | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22210: Fix typo in testing for non-centry entries. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22209: Fix the storage of time_t -> make it 64 bits (use the | Jeremy Allison | 2 | -14/+117 |
2007-10-10 | r22207: Fill in the validation functions. Now to test... | Jeremy Allison | 1 | -28/+73 |
2007-10-10 | r22206: Added boilerplate to be filled in for other validation functions. | Jeremy Allison | 1 | -0/+163 |
2007-10-10 | r22205: Add some flesh to the bones of the cache validation code. | Jeremy Allison | 1 | -59/+209 |
2007-10-10 | r22204: Workaround to quickly close bug #4508 | Simo Sorce | 3 | -6/+36 |
2007-10-10 | r22202: Volker is clever :-). Use TDB_NOMMAP to prevent any wild pointer | Jeremy Allison | 1 | -1/+4 |
2007-10-10 | r22173: BUG 4491, 4501: Additional fixes for protecting against | Gerald Carter | 2 | -45/+62 |
2007-10-10 | r22159: BUG 4501 (second half of fix): Just disable the | Gerald Carter | 1 | -8/+8 |
2007-10-10 | r22158: BUG 4501 (partial): Fix a crash caused by not using the | Gerald Carter | 1 | -6/+16 |
2007-10-10 | r22110: don't cache the S-1-22-{1,2} domain SID/uig/gid lookups in idmap_cache | Gerald Carter | 1 | -0/+13 |
2007-10-10 | r22109: Readonly is automatically set in the generic init code, let's just lo... | Simo Sorce | 2 | -5/+1 |
2007-10-10 | r22069: BUG 4447: Fix compile failure on AIX 5.2 (patch from William Jojo <jo... | Gerald Carter | 1 | -0/+4 |
2007-10-10 | r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2} | Gerald Carter | 1 | -1/+3 |
2007-10-10 | r22061: Fix the krb5 user ticket refresh event timeout in winbindd | Gerald Carter | 1 | -9/+32 |
2007-10-10 | r22015: Fix for memory leak from Steven Danneman <steven.danneman@isilon.com> | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 3 | -41/+42 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 3 | -10/+10 |
2007-10-10 | r21986: make use of tdb_*_bystring() and string_term_tdb_data() | Stefan Metzmacher | 1 | -55/+56 |
2007-10-10 | r21985: make use of string_tdb_data() | Stefan Metzmacher | 1 | -8/+5 |
2007-10-10 | r21984: make use of tdb_*_bystring() and string_term_tdb_data() | Stefan Metzmacher | 1 | -52/+29 |
2007-10-10 | r21957: minor formatting fix | Herb Lewis | 1 | -1/+1 |
2007-10-10 | r21941: Attempt to fix bug 4460 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r21940: Sorry Volker, I have to revert your revert in r21935. | Gerald Carter | 3 | -10/+46 |
2007-10-10 | r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ... | Volker Lendecke | 3 | -46/+10 |