Martin Pool
4b7c0c9928
Ignore .po files.
0001-01-01 00:00:00 +00:00
Martin Pool
988fe772a3
dyn_LOCKDIR should be const because it's never modified directly --
...
it's just copied in to the parameter table and optionally overridden
there.
0001-01-01 00:00:00 +00:00
Tim Potter
dfaafcd622
Added comment about why not to cast the assignment of
...
rl_attempted_completion_function to rl_completion_function_t.
0001-01-01 00:00:00 +00:00
Martin Pool
9b6667aa19
oopsum.
0001-01-01 00:00:00 +00:00
Martin Pool
868999ad3c
LIBDIR and LOCKDIR are dynamically configured too.
0001-01-01 00:00:00 +00:00
Martin Pool
c4b44cfc3f
Oops, Tim says rl_completion_func_t doesn't exist in all versions of
...
readline.
0001-01-01 00:00:00 +00:00
Martin Pool
a779710fff
LMHOSTSFILE is now dynamically configured too.
0001-01-01 00:00:00 +00:00
Martin Pool
d0a0d27caa
Quieten compiler warnings about a callback function prototype that has
...
changed in recent versions of Readline.
0001-01-01 00:00:00 +00:00
Martin Pool
10022753d1
Disable "installcheck" -- it's still too likely to clobber somebody's
...
installation.
0001-01-01 00:00:00 +00:00
Martin Pool
79ec88f0da
Store some path names in global variables initialized to configure
...
default, rather than in preprocessor macros.
0001-01-01 00:00:00 +00:00
Martin Pool
91e07a7fdc
Fix const warning. Doxyfy comment.
0001-01-01 00:00:00 +00:00
Martin Pool
cdad7ad869
Ignore *.po objects, test tmpdirs, and ID files.
0001-01-01 00:00:00 +00:00
Martin Pool
f54c64babd
Source file defining global variables for configuration paths. This
...
has two purposes:
- If ./configure is re-run to configure Samba for a new set of path
or prefix, then when Samba is re-built it really will use the new
paths.
- This is a step towards making sure all programs can be consistently
told to use a different configuration file or prefix directory,
which is required for testing. Possibly not true at the moment.
0001-01-01 00:00:00 +00:00
Simo Sorce
37edaeddce
fixed some bugs.
0001-01-01 00:00:00 +00:00
Richard Sharpe
ac2562a0fb
Fix problems with lp_workgroup() being passed to routines that will modify
...
it and fix smb://<IP-addr>.
0001-01-01 00:00:00 +00:00
Jeremy Allison
9148bb9eaa
Tidyups when I was doing the big merge...
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
d70674312d
Fixed detection of RedHat headers. Removed another file !
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
c17bfe7c36
Removed SMBD_RPC_CLIENT_OBJ temporary I was using.
...
Jeremy.
0001-01-01 00:00:00 +00:00
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.
0001-01-01 00:00:00 +00:00
Martin Pool
b3e34ad320
Make CodingSuggestions show up in the Doxygen pages.
0001-01-01 00:00:00 +00:00
Martin Pool
03e489a405
Ignore generated HTML and mkid output.
0001-01-01 00:00:00 +00:00
Jeremy Allison
a7b45bfb71
Tidyups in the merge process.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
9c8439f25b
Tidyups and things I discovered during the merge...
...
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
08df688b28
more Win2k RPC opnums (EnumPrinterKey() and DeletePrinterDriverEx())
0001-01-01 00:00:00 +00:00
Jeremy Allison
be7323163b
No longer used.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
27c6e1242d
SETPRINTERDATAEX is 0x4d (not 0x50). My mistake.
0001-01-01 00:00:00 +00:00
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.
0001-01-01 00:00:00 +00:00
Tim Potter
77c287e946
Caching user, group and domain sam handles was a stupid idea.
...
Now we just keep a record of the open pipes.
0001-01-01 00:00:00 +00:00
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.
0001-01-01 00:00:00 +00:00
Martin Pool
4e6c57fefa
Don't include the treeview -- for Samba it is too big and can lock up
...
browsers.
0001-01-01 00:00:00 +00:00
Martin Pool
5c892badbc
Doxygen demo for Tim.
0001-01-01 00:00:00 +00:00
Martin Pool
9f9d4cae1d
Leave doc comments in code listings for the web.
0001-01-01 00:00:00 +00:00
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/
0001-01-01 00:00:00 +00:00
Tim Potter
7c6529c081
FALSE -> False
0001-01-01 00:00:00 +00:00
Tim Potter
ed16aa88a4
Added free_domain_info() function.
...
Get list of trusted domains if we haven't fetched them yet.
0001-01-01 00:00:00 +00:00
Tim Potter
1a9a361591
Added free_domain_info() function.
0001-01-01 00:00:00 +00:00
Tim Potter
e07bcfcccd
Cache positive and negative name domain controller lookups.
...
Cache negative connection attempt lookups.
Fixed loginc bug in connection_ok()
0001-01-01 00:00:00 +00:00
Tim Potter
1876632100
Get list of trusted domains if we haven't fetched them yet.
0001-01-01 00:00:00 +00:00
Tim Potter
a7ef2d20b1
Fixed display of uninitialised buffer in debug.
...
Get list of trusted domains if we haven't fetched them yet.
0001-01-01 00:00:00 +00:00
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.
0001-01-01 00:00:00 +00:00
Jeremy Allison
a55a63a4ca
Fix detection of RedHat 7.2.
...
Remove unused old file.
Test 42 byte reply to SMBntcreate (W2K does this).
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
b14ac75666
Fix compile on RedHat 7.2 systems with broken system headers.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
a9f7974cb8
Make signal handling safer (handle EINTR on read/write/accept), don't
...
call slprintf within a signal handler.
Jeremy.
0001-01-01 00:00:00 +00:00
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.
0001-01-01 00:00:00 +00:00
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.
0001-01-01 00:00:00 +00:00
Martin Pool
0d6d0c31f9
Give sensible defaults to some variables that are set by the build
...
farm but not present in Make.
0001-01-01 00:00:00 +00:00
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().
0001-01-01 00:00:00 +00:00
Martin Pool
f07915072f
Clean up message.
0001-01-01 00:00:00 +00:00
Martin Pool
8952f8763e
#ifdef'd out suggestion for tim on making the winbindd protocol more
...
robust.
0001-01-01 00:00:00 +00:00
Martin Pool
b6745ccd33
Little note about what's happening with Satyr.
0001-01-01 00:00:00 +00:00