summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* try to use our workstation account password for ADS leaveAndrew Tridgell2002-03-101-4/+11
| | | | (This used to be commit 2a42e91397d7871d326abed0e99af297e71dd77e)
* add a note about the meaning of global_sam_sidAndrew Tridgell2002-03-101-0/+3
| | | | (This used to be commit 3db97530b62ac12d334d0244ea52db8750cebf2e)
* remove an unused variableAndrew Tridgell2002-03-101-1/+1
| | | | (This used to be commit 9c44ad4e42892be8fc99998fd53c3027353c0d1b)
* prevent bogus compiler complaints about comments in commentsAndrew Tridgell2002-03-101-2/+2
| | | | (This used to be commit 73b3487daf4d7c65aac2c8ec150539791d19e1f5)
* return the correct SID and domain name for the samr enum_domain andAndrew Tridgell2002-03-101-8/+30
| | | | | | | lookup_domain calls. We were incorrectly returning the PDCs domain nameand SID when we are a domain member. We should only do that when we are the DC (This used to be commit f56d689497eaa670cbfb214486ba88d5972129db)
* rewrote the machine sid storage code to store the SID in secrets.tdbAndrew Tridgell2002-03-101-208/+63
| | | | | | | | rather than MACHINE.SID. We try to load MACHINE.SID only if we can't fetch the SID from secrets.tdb This also fixes the value of global_sam_sid for the DC/non-DC case (This used to be commit bcd018f07c2e2c0aabdb4574d199d7f5f199a264)
* make sure we use consistent keys in secrets.tdb by uppercasing domainAndrew Tridgell2002-03-101-0/+4
| | | | | names (This used to be commit 4cb7b6954b96e6964743e65413e122f7b4d39052)
* removed bogus prepend_domain() call which was screwing up getpwuid()Andrew Tridgell2002-03-091-10/+2
| | | | | with the new default domain code (This used to be commit 0f75b6bd5b42f745f17e2e6624d5d541a30ee897)
* a more informitive debug message when a SID can't be validatedAndrew Tridgell2002-03-091-1/+2
| | | | (This used to be commit c55737fb25dfed4697b93a600e3bd770f84bf464)
* prevent a segv when a trusted domain is unavailable at startupAndrew Tridgell2002-03-091-3/+2
| | | | (This used to be commit d5b5d3f8400a80c943809db9578a2d7317aa6d2d)
* better detection of dead ADS connections, so we have some chance ofAndrew Tridgell2002-03-091-0/+6
| | | | | reconnecting (This used to be commit 58b79c0dc882fa402423e44a594e30c27177f490)
* Doc.Tim Potter2002-03-091-9/+14
| | | | (This used to be commit b9ab79f30a931c694b1c181b1c2abd38186692ae)
* added a bunch of explanation about tdbbackupAndrew Tridgell2002-03-091-0/+23
| | | | (This used to be commit 4ac4220e2f60dfac35dc80dcf1830a6a6352ace0)
* don't use -pg by default when building standaloneAndrew Tridgell2002-03-091-1/+1
| | | | (This used to be commit 18e81a4a5b986aa8e14ae868a04caf8b1be413f0)
* build tdbbackup by defaultAndrew Tridgell2002-03-091-1/+1
| | | | (This used to be commit 8836015467158de6947689300ead74f1e9044805)
* merge from 2.2Gerald Carter2002-03-081-3/+3
| | | | (This used to be commit 66eb969ade0dfde355df3e308dccbc9522087eef)
* merge from 2.2Gerald Carter2002-03-081-2/+2
| | | | (This used to be commit 4960692e958c986ca7f71e091333300310b0e0b2)
* added -v and -s optionsAndrew Tridgell2002-03-081-23/+101
| | | | | -v is used for verify/restore from backup (This used to be commit 1438cd8e5042f1ce6aef0d6be5a8285fbfe79158)
* Same as in 2_2Volker Lendecke2002-03-083-5200/+0
| | | | (This used to be commit 96299b6391512079b53f1593206b6cd7ecaacb2f)
* Added case statment for decoding enumprinters level 0 result.Tim Potter2002-03-081-0/+4
| | | | (This used to be commit 33d49ed68c4d6a66217558b13d960764c235089a)
* Swap order of close brace and done: tag to appease AIX compiler. Order ↵Jim McDonough2002-03-081-1/+1
| | | | | | shouldn't matter for logic...if anyone disagrees whack me over the head and explain why... (This used to be commit 4081ce40dda886aeb01f590f00bfe50e0e4e8ae4)
* One more fix to get popt to work for some compilers...this is the downside ↵Jim McDonough2002-03-081-15/+22
| | | | | | to popt. Every option has to be in fixed storage. (This used to be commit e5e7132e80bfe599d56809bf47a13d2028ee9c86)
* Turns out an Admin user shouldn't always have access on a handle.Jeremy Allison2002-03-081-7/+0
| | | | | Jeremy. (This used to be commit d31d2dcd22e1be2c26ea315e1b0e8442822a9a0f)
* Fix for machines that have their time changed forward, then back. EnsureJeremy Allison2002-03-072-6/+25
| | | | | | | that any cached lpq information gathered during that time doesn't stay around for longer than 1 hour. Jeremy. (This used to be commit 39fca711a5cf15a03d6c79639b202712d1749a64)
* Update Makefile.in for rpcclient build on machines without libpopt or ↵Jim McDonough2002-03-071-2/+2
| | | | | | requested build of included popt. (This used to be commit 4b4430f1c56a5c9a0d53dd8b624022644d8061e1)
* added a tdb backup utilityAndrew Tridgell2002-03-073-2/+185
| | | | | | | | when complete, this will be used to backup critical tdbs at samba startup and possibly periodically while Samba is running so that if tdb corruption is caused by a power failure Samba can restore from the backup. (This used to be commit f619330082712cab72ec2d2ab76d67b8e9f3194c)
* Convert rpcclient to use popt instead of getopt. Includes changing of ↵Jim McDonough2002-03-071-32/+46
| | | | | | got_pass from BOOL to int. Also includes long option names...anyone want those different before I update the doc? Please try this out. I've tried to test all the flags, but the more times we kick the tires... (This used to be commit cd34897749dc5819dd7239269fbd5dcef5bea5c0)
* get the right return code for batch vs exclusive oplocksAndrew Tridgell2002-03-071-5/+12
| | | | (This used to be commit 91fc5b2de577019d7646f3c29173b27605d9ba12)
* Cosmetic fixup for enum_printersTim Potter2002-03-071-2/+5
| | | | (This used to be commit bb0ef8bc305da7490a19a6f4efd2aa60bf14aef1)
* Fixed a bunch of crash bugs for enumprinters at various info levels.Tim Potter2002-03-072-30/+41
| | | | (This used to be commit d9df00e2b1764619491900b7dbd7d5af34feed1b)
* Fixed delete on close semantics - preparing for share mode rewrite.Jeremy Allison2002-03-072-13/+14
| | | | | Jeremy. (This used to be commit 25dd73be29bbf0a080fe0bcbe5c478545d1e8db7)
* Added another 2 delete on close tests. Now 10. Had to fix smbd to match...Jeremy Allison2002-03-071-42/+121
| | | | | Jeremy. (This used to be commit bda1c31da68aa75aba780727e9aeaad17207668d)
* argc == 0 is an impossible condition.Tim Potter2002-03-071-1/+2
| | | | (This used to be commit 5b195f8bf14b11edca74db5fd9658916447b363d)
* Change xcopy test to use defined constants rather than magic hexJeremy Allison2002-03-072-10/+28
| | | | | | values so we can see what's going on. Jeremy. (This used to be commit 5ba4ba36339269b2059da7c103e63ecd948f7938)
* Merge in the change to do per-handle access checks on setdata/setform etc.Jeremy Allison2002-03-071-70/+138
| | | | | | Should allow the buggy spoolss code on NT to work against us. Jeremy. (This used to be commit 2b3609a7dd55d96f5aafe137fff1ac2da0434867)
* Compile fixes for the pdb nisplus module.Tim Potter2002-03-071-17/+27
| | | | (This used to be commit d4d2f3bd8922aa88f4940e5079f7157ea674b317)
* Removed duplicate \n from debug message.Tim Potter2002-03-061-21/+13
| | | | | Small tidyups. (This used to be commit 252da94ebb279c47263dfae36fd016d0a29a6dbf)
* fixed NBENCH test on IRIX (tridge)Herb Lewis2002-03-061-1/+1
| | | | (This used to be commit d3c593b1208085f6c44e1707165ebee2b1cb4113)
* fixed the upper/lower case table generation on big-endian machinesHerb Lewis2002-03-061-9/+26
| | | | | (tridge, using Herbs console) (This used to be commit e5d80779a384c9a806fc545032330f760d8c11cb)
* nicer message for --sequence when the server is disconnectedAndrew Tridgell2002-03-061-2/+7
| | | | (This used to be commit 233e8b7d447b7efb0227c6c7a6cd2f9e034719fa)
* Fix SIGSEGV on error message when trying to add a user to smbpasswd file ↵Jim McDonough2002-03-061-1/+1
| | | | | | without a unix account. (This used to be commit 2fdd601f2efaf3515f0e4c30fa176651eb4bb387)
* make error codes match W2k advanced server sp2Herb Lewis2002-03-061-5/+5
| | | | (This used to be commit c644ca6a663b615416cd809be4921688f85e84cf)
* Reformat preparing for changes to come...Jeremy Allison2002-03-061-155/+155
| | | | | Jeremy. (This used to be commit b56df25d48a7adaa49b0bd44f8ff7be81b970da2)
* Added Herb's fix to override log level from command line.Jeremy Allison2002-03-051-0/+2
| | | | | Jeremy. (This used to be commit 439839be99e6e418eb5782a2fe0630d0ef5fb3c5)
* accept the 0/0 lock but don't treat it in any sort of special wayAndrew Tridgell2002-03-051-1/+0
| | | | (This used to be commit 8f7bf38de16a1f5316aa6a413fb697c43862c4c6)
* show a progress bar during the deny testsAndrew Tridgell2002-03-051-0/+11
| | | | (This used to be commit c2c8c4e713c362d0c6864c6359d90cf6b218e545)
* added -M option for minimum lock sizeAndrew Tridgell2002-03-051-4/+8
| | | | (This used to be commit 6acd98cbb92ec5c78686d23d2e05c1c98b5127fe)
* fixed NBENCH code for NT4 server ntcreatex semanticsAndrew Tridgell2002-03-051-4/+10
| | | | (This used to be commit b71a729e14e928fae288daeab4226d7e1f8b1dc5)
* Found the mp3 problem - it's a generic class bug w.r.t. renaming.Jeremy Allison2002-03-051-0/+72
| | | | | | Added a rename torture test to illustrate the problem. Jeremy. (This used to be commit 509ac24525a0d1aaecc819a99590425a164aaf44)
* Fix error return.Jeremy Allison2002-03-051-1/+1
| | | | | Jeremy. (This used to be commit 3bec83cbe9b863176ca087fd45efa6d1457b502c)