Jeremy Allison
d70674312d
Fixed detection of RedHat headers. Removed another file !
...
Jeremy.
-
Jeremy Allison
c17bfe7c36
Removed SMBD_RPC_CLIENT_OBJ temporary I was using.
...
Jeremy.
-
Jeremy Allison
6bf2505cce
I *love* removing code :-). Removed 4 files that weren't being used.
...
All this stuff was being pulled in due to *one* unneeded call to
fetch a domain SID which smbpasswd already puts in the database...
Jeremy.
-
Martin Pool
b3e34ad320
Make CodingSuggestions show up in the Doxygen pages.
-
Martin Pool
03e489a405
Ignore generated HTML and mkid output.
-
Jeremy Allison
a7b45bfb71
Tidyups in the merge process.
...
Jeremy.
-
Jeremy Allison
9c8439f25b
Tidyups and things I discovered during the merge...
...
Jeremy.
-
Gerald Carter
08df688b28
more Win2k RPC opnums (EnumPrinterKey() and DeletePrinterDriverEx())
-
Jeremy Allison
be7323163b
No longer used.
...
Jeremy.
-
Gerald Carter
27c6e1242d
SETPRINTERDATAEX is 0x4d (not 0x50). My mistake.
-
Jeremy Allison
5e8df83ba9
Tidyup formatting a bit (spaces->tabs) whilst reading new code to understand
...
connection caching. Getting ready for back-merge to 2.2.3.
Jeremy.
-
Tim Potter
77c287e946
Caching user, group and domain sam handles was a stupid idea.
...
Now we just keep a record of the open pipes.
-
Tim Potter
3ac32af838
Jeremy, I'm not sure what you were trying to do with the process activity
...
loop in winbindd but it didn't work.
-
Martin Pool
4e6c57fefa
Don't include the treeview -- for Samba it is too big and can lock up
...
browsers.
-
Martin Pool
5c892badbc
Doxygen demo for Tim.
-
Martin Pool
9f9d4cae1d
Leave doc comments in code listings for the web.
-
Martin Pool
71e14a8581
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/
-
Tim Potter
7c6529c081
FALSE -> False
-
Tim Potter
ed16aa88a4
Added free_domain_info() function.
...
Get list of trusted domains if we haven't fetched them yet.
-
Tim Potter
1a9a361591
Added free_domain_info() function.
-
Tim Potter
e07bcfcccd
Cache positive and negative name domain controller lookups.
...
Cache negative connection attempt lookups.
Fixed loginc bug in connection_ok()
-
Tim Potter
1876632100
Get list of trusted domains if we haven't fetched them yet.
-
Tim Potter
a7ef2d20b1
Fixed display of uninitialised buffer in debug.
...
Get list of trusted domains if we haven't fetched them yet.
-
Tim Potter
1212591095
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.
-
Jeremy Allison
a55a63a4ca
Fix detection of RedHat 7.2.
...
Remove unused old file.
Test 42 byte reply to SMBntcreate (W2K does this).
Jeremy.
-
Jeremy Allison
b14ac75666
Fix compile on RedHat 7.2 systems with broken system headers.
...
Jeremy.
-
Jeremy Allison
a9f7974cb8
Make signal handling safer (handle EINTR on read/write/accept), don't
...
call slprintf within a signal handler.
Jeremy.
-
Jeremy Allison
22e323ca47
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.
-
Tim Potter
caef54e400
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.
-
Tim Potter
bedd9c8215
Close the socket and set the file descriptor to -1 if there was a socket
...
error in cli_receive_smb() and cli_send_smb().
-
Martin Pool
f07915072f
Clean up message.
-
Martin Pool
8952f8763e
#ifdef'd out suggestion for tim on making the winbindd protocol more
...
robust.
-
Jeremy Allison
804f232398
Added needed debugs...
...
Jeremy.
-
Jeremy Allison
e6afe40f85
Removed the "reestablish" code. Tridge - scream if this was needed....
...
Jeremy.
-
Martin Pool
7d8610c4fe
Too much of samba depends on finding files in their installed
...
locations, so we can't do "make check" yet, only "make installcheck".
-
Jeremy Allison
60983782ed
Fix from Herb. mincount/maxcount need to be ssize_t for comparisons.
...
Jeremy.
-
Tim Potter
c8c7da237d
Removed unused variable.
-
Tim Potter
104899391c
Reformatted to 75 columns.
...
Converted from DOS CRLF format (hmm).
Added suggestion about C vs C++ comments.
-
Martin Pool
7b5b5693f4
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.
-
Martin Pool
87d27265a5
Cosmetic fix for libpopt-checking test.
-
Jeremy Allison
763fd1c787
Look for DOMAIN\group in group lists and ask winbind.
...
Jeremy.
-
Jeremy Allison
86b7cf7f85
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.
-
Steve French
98b9ff2dd8
List of coding suggestions for submitters
-
Gerald Carter
253c5eadc2
verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx()
-
Martin Pool
33904decbc
Fix typo.
-
Gerald Carter
d636e73295
new Win2k spoolss rpc opnum (unknown right now).
-
Jeremy Allison
27081355a9
Formatting fixes only.
...
Jeremy.
-
Steve French
3623fbb4f0
Minor fixes to help display, and domain enumeration , and also preparation for new command option
-
Tim Potter
5c486bd28a
Spelling fixes.
-
Jeremy Allison
9391efb38e
Don't check space on every extend if strict allocate not set.
...
Jeremy
-