1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
Commit Graph

6728 Commits

Author SHA1 Message Date
Martin Pool
f6f04b5a44 Make CodingSuggestions show up in the Doxygen pages.
(This used to be commit b3e34ad320)
2001-11-16 07:28:23 +00:00
Martin Pool
fc9b7a8bc6 Ignore generated HTML and mkid output.
(This used to be commit 03e489a405)
2001-11-16 07:04:27 +00:00
Jeremy Allison
2c6f0fa510 Tidyups in the merge process.
Jeremy.
(This used to be commit a7b45bfb71)
2001-11-15 21:50:29 +00:00
Jeremy Allison
186726b7f8 Tidyups and things I discovered during the merge...
Jeremy.
(This used to be commit 9c8439f25b)
2001-11-15 21:06:41 +00:00
Gerald Carter
decc9a8985 more Win2k RPC opnums (EnumPrinterKey() and DeletePrinterDriverEx())
(This used to be commit 08df688b28)
2001-11-15 20:52:30 +00:00
Jeremy Allison
3a50f1fde7 No longer used.
Jeremy.
(This used to be commit be7323163b)
2001-11-15 20:28:38 +00:00
Gerald Carter
09463a4a01 SETPRINTERDATAEX is 0x4d (not 0x50). My mistake.
(This used to be commit 27c6e1242d)
2001-11-15 20:09:40 +00:00
Jeremy Allison
8220662c13 Tidyup formatting a bit (spaces->tabs) whilst reading new code to understand
connection caching. Getting ready for back-merge to 2.2.3.
Jeremy.
(This used to be commit 5e8df83ba9)
2001-11-15 19:40:00 +00:00
Tim Potter
c32b4b6161 Caching user, group and domain sam handles was a stupid idea.
Now we just keep a record of the open pipes.
(This used to be commit 77c287e946)
2001-11-15 06:55:56 +00:00
Tim Potter
1539c2f34b Jeremy, I'm not sure what you were trying to do with the process activity
loop in winbindd but it didn't work.
(This used to be commit 3ac32af838)
2001-11-15 06:53:47 +00:00
Martin Pool
451f7c1ac4 Don't include the treeview -- for Samba it is too big and can lock up
browsers.
(This used to be commit 4e6c57fefa)
2001-11-15 06:14:28 +00:00
Martin Pool
ea40fa55f0 Doxygen demo for Tim.
(This used to be commit 5c892badbc)
2001-11-15 06:03:22 +00:00
Martin Pool
05903e9f8c Leave doc comments in code listings for the web.
(This used to be commit 9f9d4cae1d)
2001-11-15 06:02:53 +00:00
Martin Pool
dbccf2ce27 Configuration file to run the Doxygen API documentation tool. A few
files already have Doxygen markup.  Instructions on inserting tags
into new code can be found at http://doxygen.org/.  Output is
(currently) at http://samba.org/~mbp/samba-dox/
(This used to be commit 71e14a8581)
2001-11-15 05:31:27 +00:00
Tim Potter
06ff349e21 FALSE -> False
(This used to be commit 7c6529c081)
2001-11-15 05:26:22 +00:00
Tim Potter
c5ceae9dc9 Added free_domain_info() function.
Get list of trusted domains if we haven't fetched them yet.
(This used to be commit ed16aa88a4)
2001-11-15 03:34:27 +00:00
Tim Potter
6121a6c9e4 Added free_domain_info() function.
(This used to be commit 1a9a361591)
2001-11-15 03:33:56 +00:00
Tim Potter
69a6bf3edd Cache positive and negative name domain controller lookups.
Cache negative connection attempt lookups.

Fixed loginc bug in connection_ok()
(This used to be commit e07bcfcccd)
2001-11-15 03:33:12 +00:00
Tim Potter
2fbd75210b Get list of trusted domains if we haven't fetched them yet.
(This used to be commit 1876632100)
2001-11-15 03:29:00 +00:00
Tim Potter
0d252203a7 Fixed display of uninitialised buffer in debug.
Get list of trusted domains if we haven't fetched them yet.
(This used to be commit a7ef2d20b1)
2001-11-15 03:28:24 +00:00
Tim Potter
17ce9c5281 Bit of a cleanup of signal handling code.
Ignore the SIGUSR1 signal before we install a handler for it as glibc (?)
seems to just print out "User defined signal 1" and exit if no handler
is installed.
(This used to be commit 1212591095)
2001-11-15 03:23:15 +00:00
Jeremy Allison
5302dc1218 Fix detection of RedHat 7.2.
Remove unused old file.
Test 42 byte reply to SMBntcreate (W2K does this).
Jeremy.
(This used to be commit a55a63a4ca)
2001-11-15 01:18:10 +00:00
Jeremy Allison
50005ee3ad Fix compile on RedHat 7.2 systems with broken system headers.
Jeremy.
(This used to be commit b14ac75666)
2001-11-14 23:00:37 +00:00
Jeremy Allison
b30f0baf7a Make signal handling safer (handle EINTR on read/write/accept), don't
call slprintf within a signal handler.
Jeremy.
(This used to be commit a9f7974cb8)
2001-11-14 21:49:30 +00:00
Jeremy Allison
5d97ab9df8 Got ready to implement Martin's idea, but request doesn't have a length
field.... well, now at least the code is there when it does :-).
Jeremy.
(This used to be commit 22e323ca47)
2001-11-14 20:02:02 +00:00
Tim Potter
b7f6113c2d Random connection robustness related fixes. Display some debugs about
the currently open connections when winbindd receives a USR1 signal.

Hmm - I've just realised this will conflict with the messaging code
but we don't use that yet.
(This used to be commit caef54e400)
2001-11-14 06:18:13 +00:00
Martin Pool
68893d4a2f Give sensible defaults to some variables that are set by the build
farm but not present in Make.
(This used to be commit 0d6d0c31f9)
2001-11-14 06:07:21 +00:00
Tim Potter
641f3070ab Close the socket and set the file descriptor to -1 if there was a socket
error in cli_receive_smb() and cli_send_smb().
(This used to be commit bedd9c8215)
2001-11-14 05:58:51 +00:00
Martin Pool
e1f24ab628 Clean up message.
(This used to be commit f07915072f)
2001-11-14 05:46:24 +00:00
Martin Pool
e6093a12a1 #ifdef'd out suggestion for tim on making the winbindd protocol more
robust.
(This used to be commit 8952f8763e)
2001-11-14 05:33:55 +00:00
Martin Pool
0b5cea7fc2 Little note about what's happening with Satyr.
(This used to be commit b6745ccd33)
2001-11-14 05:19:53 +00:00
Martin Pool
da0128e566 Doc.
Try not to run tests if the user specified --prefix=/usr* or something
similar, because it would not be nice(!) to clobber their
configuration file and passwords.  Eventually I think we want to run
the installed versions, but specify different paths for everything.
(This used to be commit b18703fc8e)
2001-11-14 05:12:03 +00:00
Jeremy Allison
413fa03cd6 Added needed debugs...
Jeremy.
(This used to be commit 804f232398)
2001-11-14 04:44:36 +00:00
Jeremy Allison
742dc2313c Removed the "reestablish" code. Tridge - scream if this was needed....
Jeremy.
(This used to be commit e6afe40f85)
2001-11-14 04:15:36 +00:00
Martin Pool
4e71905d85 Too much of samba depends on finding files in their installed
locations, so we can't do "make check" yet, only "make installcheck".
(This used to be commit 7d8610c4fe)
2001-11-14 04:03:49 +00:00
Jeremy Allison
1b579da9dd Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.
Jeremy.
(This used to be commit 60983782ed)
2001-11-14 02:35:56 +00:00
Tim Potter
31b91bfe4e Removed unused variable.
(This used to be commit c8c7da237d)
2001-11-14 01:38:01 +00:00
Tim Potter
dc6688ab95 Reformatted to 75 columns.
Converted from DOS CRLF format (hmm).

Added suggestion about C vs C++ comments.
(This used to be commit 104899391c)
2001-11-14 01:34:34 +00:00
Martin Pool
6bf5caff8b Add basic "make check" and "make installcheck" targets, using the
Satyr framework from the buildfarm.  This will eventually be copied
into the Samba source tree, but it is not yet.   See
cvs://samba.org:/data/cvs/satyr

Add "make showlayout" target to show where installation will put
things.
(This used to be commit 7b5b5693f4)
2001-11-14 01:23:59 +00:00
Martin Pool
6654c29138 Cosmetic fix for libpopt-checking test.
(This used to be commit 87d27265a5)
2001-11-14 01:18:41 +00:00
Jeremy Allison
35da7fae5e Look for DOMAIN\group in group lists and ask winbind.
Jeremy.
(This used to be commit 763fd1c787)
2001-11-13 22:49:50 +00:00
Jeremy Allison
c51f7bd4d0 Fix winbind client code so that winbind calls are not made if the
requested name does not have a winbind separator character. This
makes the intent explicit. Tim, contact me if this is not what
you indended.
Jeremy.
(This used to be commit 86b7cf7f85)
2001-11-13 21:28:31 +00:00
Steve French
0675d01a11 List of coding suggestions for submitters
(This used to be commit 98b9ff2dd8)
2001-11-13 19:23:29 +00:00
Gerald Carter
8061f8ae53 verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx()
(This used to be commit 253c5eadc2)
2001-11-13 18:22:36 +00:00
Martin Pool
ec08b265de Fix typo.
(This used to be commit 33904decbc)
2001-11-13 05:32:48 +00:00
Gerald Carter
59daf552d9 new Win2k spoolss rpc opnum (unknown right now).
(This used to be commit d636e73295)
2001-11-13 04:10:40 +00:00
Jeremy Allison
b00b04ebc6 Formatting fixes only.
Jeremy.
(This used to be commit 27081355a9)
2001-11-13 01:35:20 +00:00
Steve French
3ea2fd3a96 Minor fixes to help display, and domain enumeration , and also preparation for new command option
(This used to be commit 3623fbb4f0)
2001-11-12 22:50:48 +00:00
Tim Potter
e5bd418963 Spelling fixes.
(This used to be commit 5c486bd28a)
2001-11-12 20:14:18 +00:00
Jeremy Allison
a32754589a Don't check space on every extend if strict allocate not set.
Jeremy
(This used to be commit 9391efb38e)
2001-11-12 02:03:44 +00:00