Age | Commit message (Expand) | Author | Files | Lines |
2001-12-10 | robustness fixes and moved ccache location into winbindd_ads code | Andrew Tridgell | 2 | -0/+20 |
2001-12-10 | Treat RAP codes differently. | Jeremy Allison | 1 | -19/+20 |
2001-12-10 | RAP error strings take precedence as they are not encoded in the SMB header | Jeremy Allison | 1 | -9/+9 |
2001-12-10 | Delay gssapi header checking until after kerberos has been located. Wasn't w... | Jim McDonough | 2 | -629/+632 |
2001-12-10 | added info level 3 to samrgetgroupinfo. I don't know what the value is. | Jean-François Micouleau | 4 | -22/+217 |
2001-12-10 | Make proto | Martin Pool | 1 | -1/+0 |
2001-12-10 | Doc. | Martin Pool | 1 | -1/+3 |
2001-12-10 | Allow for internal databases which may have no name. | Martin Pool | 1 | -5/+5 |
2001-12-10 | Log more error messages. | Martin Pool | 1 | -0/+1 |
2001-12-10 | Log more error messages. | Martin Pool | 1 | -2/+12 |
2001-12-10 | Also show LDFLAGS/LDSHFLAGS when starting compilation, because they're | Martin Pool | 1 | -2/+4 |
2001-12-10 | use objectCategory instead of objectClass for faster searching | Andrew Tridgell | 1 | -3/+3 |
2001-12-10 | Merge of memory leak fixes from APPLIANCE_TNG. | Tim Potter | 1 | -0/+7 |
2001-12-10 | Allocate tdb name up front in case log functions want to use it. | Martin Pool | 1 | -6/+5 |
2001-12-10 | winbindd backends can now be marked "consistent" or "inconsistent" | Andrew Tridgell | 4 | -33/+93 |
2001-12-10 | tdb_open_ex: More cleanups: just dynamically allocate the TDB_CONTEXT | Martin Pool | 1 | -14/+27 |
2001-12-10 | Refactor code to check whether already open into its own function. | Martin Pool | 1 | -8/+21 |
2001-12-10 | shrank the winbindd_cache.tdb somewhat | Andrew Tridgell | 1 | -27/+63 |
2001-12-10 | tdb_open_ex should always "goto fail" in case of error, rather than | Martin Pool | 1 | -1/+2 |
2001-12-10 | Doc. | Martin Pool | 1 | -0/+4 |
2001-12-10 | tdb_open_ex: Continue previous refactoring so that we consistently | Martin Pool | 1 | -12/+12 |
2001-12-10 | Added client and server code for the GetPrintProcessorDirectory SPOOLSS | Tim Potter | 6 | -5/+380 |
2001-12-10 | tdb_open_ex: Refactor to use a pointer to tdb, rather than an auto | Martin Pool | 1 | -57/+58 |
2001-12-10 | Formatting fixup. | Tim Potter | 1 | -1/+1 |
2001-12-10 | Explain why snprintf has to be overridden in this way. | Martin Pool | 1 | -1/+8 |
2001-12-10 | (merge 1.130.4.93) Display results of checks for shared libraries. | Martin Pool | 2 | -292/+309 |
2001-12-10 | Typo spotting. | Tim Potter | 1 | -2/+2 |
2001-12-10 | cleanup a little namespace pollution | Andrew Tridgell | 1 | -1/+1 |
2001-12-10 | added some comments | Andrew Tridgell | 1 | -0/+2 |
2001-12-10 | moved the domain sid lookup and enumeration of trusted domains into | Andrew Tridgell | 5 | -109/+143 |
2001-12-10 | added some comments | Andrew Tridgell | 2 | -4/+2 |
2001-12-10 | make sid_binstring available without HAVE_ADS | Andrew Tridgell | 6 | -91/+48 |
2001-12-10 | explicitly encode NULL strings in the cache | Andrew Tridgell | 1 | -1/+15 |
2001-12-10 | removed a debug line | Andrew Tridgell | 1 | -2/+0 |
2001-12-09 | completely new winbindd cache infrastructure | Andrew Tridgell | 9 | -756/+591 |
2001-12-09 | add smb_xvasprintf() panic wrapper around vasprintf | Andrew Tridgell | 1 | -3/+13 |
2001-12-09 | added fr.msg from Fanch | Motonobu Takahashi | 1 | -0/+1709 |
2001-12-09 | added a simple tdbdump utility | Andrew Tridgell | 2 | -0/+92 |
2001-12-09 | set return value to total errors | Andrew Tridgell | 1 | -2/+9 |
2001-12-09 | better error checking in nsstest | Andrew Tridgell | 1 | -9/+64 |
2001-12-09 | - check for correct error codes | Andrew Tridgell | 1 | -27/+48 |
2001-12-09 | - use accountype not accountcontrol | Andrew Tridgell | 1 | -8/+26 |
2001-12-09 | fixed type passed to ads_search | Andrew Tridgell | 1 | -2/+1 |
2001-12-09 | fixed used of string after free | Andrew Tridgell | 1 | -1/+1 |
2001-12-08 | small comment I don't want to loose. | Jean-François Micouleau | 1 | -0/+5 |
2001-12-08 | Fix domain logon that I broke 3 days ago. | Jean-François Micouleau | 1 | -1/+4 |
2001-12-08 | By popular demand: a new config.guess and config.sub | Andrew Bartlett | 2 | -127/+184 |
2001-12-08 | check for gssapi_generic.h | Andrew Tridgell | 4 | -676/+725 |
2001-12-08 | fix a DEBUG() line | Andrew Tridgell | 1 | -2/+3 |
2001-12-08 | added internal sasl/gssapi code. This means we are no longer dependent on cyr... | Andrew Tridgell | 15 | -784/+1074 |