Age | Commit message (Expand) | Author | Files | Lines |
2002-03-10 | failed timed locks always give LOCK_CONFLICT not LOCK_NOT_GRANTED | Andrew Tridgell | 1 | -0/+6 |
2002-03-10 | added -E and -Z options, and allow for the 2 servers to have different | Andrew Tridgell | 1 | -33/+63 |
2002-03-10 | this attempts to handle the rather bizarre lock cache semantics in | Andrew Tridgell | 2 | -1/+15 |
2002-03-10 | better handling of a zero timeout in cli_lock | Andrew Tridgell | 1 | -2/+6 |
2002-03-10 | make tdbbackup more portable | Andrew Tridgell | 1 | -4/+17 |
2002-03-10 | forgotten file, oops | Andrew Tridgell | 1 | -0/+175 |
2002-03-10 | preparing for release of 3.0-alpha16 | Samba Release Account | 1 | -1/+1 |
2002-03-10 | Fix typo. | Martin Pool | 1 | -1/+1 |
2002-03-10 | yipee! Finally put in the patch from Alexey Kotovich | Andrew Tridgell | 5 | -78/+438 |
2002-03-10 | try to use our workstation account password for ADS leave | Andrew Tridgell | 1 | -4/+11 |
2002-03-10 | add a note about the meaning of global_sam_sid | Andrew Tridgell | 1 | -0/+3 |
2002-03-10 | remove an unused variable | Andrew Tridgell | 1 | -1/+1 |
2002-03-10 | prevent bogus compiler complaints about comments in comments | Andrew Tridgell | 1 | -2/+2 |
2002-03-10 | return the correct SID and domain name for the samr enum_domain and | Andrew Tridgell | 1 | -8/+30 |
2002-03-10 | rewrote the machine sid storage code to store the SID in secrets.tdb | Andrew Tridgell | 1 | -208/+63 |
2002-03-10 | make sure we use consistent keys in secrets.tdb by uppercasing domain | Andrew Tridgell | 1 | -0/+4 |
2002-03-09 | removed bogus prepend_domain() call which was screwing up getpwuid() | Andrew Tridgell | 1 | -10/+2 |
2002-03-09 | a more informitive debug message when a SID can't be validated | Andrew Tridgell | 1 | -1/+2 |
2002-03-09 | prevent a segv when a trusted domain is unavailable at startup | Andrew Tridgell | 1 | -3/+2 |
2002-03-09 | better detection of dead ADS connections, so we have some chance of | Andrew Tridgell | 1 | -0/+6 |
2002-03-09 | Doc. | Tim Potter | 1 | -9/+14 |
2002-03-09 | added a bunch of explanation about tdbbackup | Andrew Tridgell | 1 | -0/+23 |
2002-03-09 | don't use -pg by default when building standalone | Andrew Tridgell | 1 | -1/+1 |
2002-03-09 | build tdbbackup by default | Andrew Tridgell | 1 | -1/+1 |
2002-03-08 | merge from 2.2 | Gerald Carter | 1 | -3/+3 |
2002-03-08 | merge from 2.2 | Gerald Carter | 1 | -2/+2 |
2002-03-08 | added -v and -s options | Andrew Tridgell | 1 | -23/+101 |
2002-03-08 | Added case statment for decoding enumprinters level 0 result. | Tim Potter | 1 | -0/+4 |
2002-03-08 | Swap order of close brace and done: tag to appease AIX compiler. Order shoul... | Jim McDonough | 1 | -1/+1 |
2002-03-08 | One more fix to get popt to work for some compilers...this is the downside to... | Jim McDonough | 1 | -15/+22 |
2002-03-08 | Turns out an Admin user shouldn't always have access on a handle. | Jeremy Allison | 1 | -7/+0 |
2002-03-07 | Fix for machines that have their time changed forward, then back. Ensure | Jeremy Allison | 2 | -6/+25 |
2002-03-07 | Update Makefile.in for rpcclient build on machines without libpopt or request... | Jim McDonough | 1 | -2/+2 |
2002-03-07 | added a tdb backup utility | Andrew Tridgell | 3 | -2/+185 |
2002-03-07 | Convert rpcclient to use popt instead of getopt. Includes changing of got_pa... | Jim McDonough | 1 | -32/+46 |
2002-03-07 | get the right return code for batch vs exclusive oplocks | Andrew Tridgell | 1 | -5/+12 |
2002-03-07 | Cosmetic fixup for enum_printers | Tim Potter | 1 | -2/+5 |
2002-03-07 | Fixed a bunch of crash bugs for enumprinters at various info levels. | Tim Potter | 2 | -30/+41 |
2002-03-07 | Fixed delete on close semantics - preparing for share mode rewrite. | Jeremy Allison | 2 | -13/+14 |
2002-03-07 | Added another 2 delete on close tests. Now 10. Had to fix smbd to match... | Jeremy Allison | 1 | -42/+121 |
2002-03-07 | argc == 0 is an impossible condition. | Tim Potter | 1 | -1/+2 |
2002-03-07 | Change xcopy test to use defined constants rather than magic hex | Jeremy Allison | 2 | -10/+28 |
2002-03-07 | Merge in the change to do per-handle access checks on setdata/setform etc. | Jeremy Allison | 1 | -70/+138 |
2002-03-07 | Compile fixes for the pdb nisplus module. | Tim Potter | 1 | -17/+27 |
2002-03-06 | Removed duplicate \n from debug message. | Tim Potter | 1 | -21/+13 |
2002-03-06 | fixed NBENCH test on IRIX (tridge) | Herb Lewis | 1 | -1/+1 |
2002-03-06 | fixed the upper/lower case table generation on big-endian machines | Herb Lewis | 1 | -9/+26 |
2002-03-06 | nicer message for --sequence when the server is disconnected | Andrew Tridgell | 1 | -2/+7 |
2002-03-06 | Fix SIGSEGV on error message when trying to add a user to smbpasswd file with... | Jim McDonough | 1 | -1/+1 |
2002-03-06 | make error codes match W2k advanced server sp2 | Herb Lewis | 1 | -5/+5 |