Age | Commit message (Expand) | Author | Files | Lines |
2001-11-15 | Bit of a cleanup of signal handling code. | Tim Potter | 1 | -8/+14 |
2001-11-15 | Fix detection of RedHat 7.2. | Jeremy Allison | 4 | -542/+113 |
2001-11-14 | Fix compile on RedHat 7.2 systems with broken system headers. | Jeremy Allison | 4 | -643/+696 |
2001-11-14 | Make signal handling safer (handle EINTR on read/write/accept), don't | Jeremy Allison | 1 | -38/+52 |
2001-11-14 | Got ready to implement Martin's idea, but request doesn't have a length | Jeremy Allison | 2 | -10/+24 |
2001-11-14 | Random connection robustness related fixes. Display some debugs about | Tim Potter | 5 | -31/+122 |
2001-11-14 | Give sensible defaults to some variables that are set by the build | Martin Pool | 1 | -0/+32 |
2001-11-14 | Close the socket and set the file descriptor to -1 if there was a socket | Tim Potter | 1 | -0/+9 |
2001-11-14 | Clean up message. | Martin Pool | 1 | -4/+4 |
2001-11-14 | #ifdef'd out suggestion for tim on making the winbindd protocol more | Martin Pool | 1 | -1/+13 |
2001-11-14 | Little note about what's happening with Satyr. | Martin Pool | 1 | -0/+4 |
2001-11-14 | Doc. | Martin Pool | 1 | -0/+35 |
2001-11-14 | Added needed debugs... | Jeremy Allison | 1 | -25/+39 |
2001-11-14 | Removed the "reestablish" code. Tridge - scream if this was needed.... | Jeremy Allison | 2 | -60/+2 |
2001-11-14 | Too much of samba depends on finding files in their installed | Martin Pool | 1 | -5/+11 |
2001-11-14 | Fix from Herb. mincount/maxcount need to be ssize_t for comparisons. | Jeremy Allison | 1 | -1/+1 |
2001-11-14 | Removed unused variable. | Tim Potter | 1 | -1/+0 |
2001-11-14 | Reformatted to 75 columns. | Tim Potter | 1 | -86/+114 |
2001-11-14 | Add basic "make check" and "make installcheck" targets, using the | Martin Pool | 1 | -15/+57 |
2001-11-14 | Cosmetic fix for libpopt-checking test. | Martin Pool | 2 | -630/+633 |
2001-11-13 | Look for DOMAIN\group in group lists and ask winbind. | Jeremy Allison | 1 | -68/+89 |
2001-11-13 | Fix winbind client code so that winbind calls are not made if the | Jeremy Allison | 2 | -15/+43 |
2001-11-13 | List of coding suggestions for submitters | Steve French | 1 | -0/+86 |
2001-11-13 | verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx() | Gerald Carter | 1 | -6/+3 |
2001-11-13 | Fix typo. | Martin Pool | 1 | -2/+0 |
2001-11-13 | new Win2k spoolss rpc opnum (unknown right now). | Gerald Carter | 1 | -0/+6 |
2001-11-13 | Formatting fixes only. | Jeremy Allison | 2 | -58/+57 |
2001-11-12 | Minor fixes to help display, and domain enumeration , and also preparation fo... | Steve French | 1 | -19/+35 |
2001-11-12 | Spelling fixes. | Tim Potter | 1 | -6/+6 |
2001-11-12 | Don't check space on every extend if strict allocate not set. | Jeremy Allison | 1 | -5/+3 |
2001-11-12 | messed up with patches, this should be the right one, | Simo Sorce | 1 | -2/+1 |
2001-11-12 | Fixed allocation bug in database prog. Some format fixes. | Jeremy Allison | 4 | -997/+985 |
2001-11-12 | some bugfix and new functions, | Simo Sorce | 4 | -41/+98 |
2001-11-12 | Code duplication is bad. So add an add_signiture() function and just refernce | Andrew Bartlett | 1 | -23/+17 |
2001-11-11 | Kill off 'restrict anonymous' becouse it is useless in its current form. | Andrew Bartlett | 1 | -47/+0 |
2001-11-11 | Fix up some DEBUG()s | Andrew Bartlett | 2 | -34/+74 |
2001-11-11 | Add back the not null checks in a better place. | Andrew Bartlett | 2 | -2/+14 |
2001-11-11 | make sam_account_ok static. | Andrew Bartlett | 2 | -64/+58 |
2001-11-11 | This extra check isn't needed, we can only get here if secuirty=domain | Andrew Bartlett | 2 | -6/+0 |
2001-11-11 | Minor updates. A small dose of const. | Andrew Bartlett | 6 | -6/+6 |
2001-11-11 | autoconf | Andrew Bartlett | 1 | -794/+755 |
2001-11-11 | Remove built-in support for clear-text kerberos authentication. | Andrew Bartlett | 3 | -279/+16 |
2001-11-10 | fixed, moved and added some functions | Simo Sorce | 3 | -99/+154 |
2001-11-10 | Use defined constants not integers. | Jeremy Allison | 1 | -3/+3 |
2001-11-09 | As pdb_ldap.c does not compile in HEAD anyway, a not-compiled merge | Volker Lendecke | 1 | -2/+6 |
2001-11-09 | Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to the | Gerald Carter | 2 | -3/+10 |
2001-11-09 | Fixup __LPID -> _LPID. | Jeremy Allison | 2 | -2/+2 |
2001-11-09 | This change updates lp_guestaccount() to be a *global* paramater, rather than | Andrew Bartlett | 7 | -28/+21 |
2001-11-09 | fix the tree so it compiles again | Andrew Tridgell | 1 | -1/+1 |
2001-11-09 | Removed #ifdef TDB_DEBUG around tdb_dump_all() and tdb_printfreelist() | Tim Potter | 2 | -13/+5 |