Andrew Bartlett
a8773c9f82
Factor out common code in the NTLMSSP/SPNEGO code.
...
The idea here is to seperate, as much as possible, the SPNEGO layer from the
NTLMSSP layer. This not only helps us with protocol correctness, but also
should allow further mechinisms to be added with relitive ease. I indend to
make the kerberos code use this shortly.
I've never seen the 'zero length blob' form of the anonymous login, so I've
removed that case.
Andrew Bartlett
-
Jeremy Allison
1b71786c16
Finally we compile with Heimdal as well as MIT ! Wonder if it works... :-).
...
Jeremy.
-
Gerald Carter
d6c22e693e
performance patch from HP-UX folks (cant remember who)
-
Gerald Carter
9180e2d062
performance patch from HP-UX folks (cant remember who)
-
Gerald Carter
d74d4fe0b0
CUPS-PRINTER_CLASS patch from Michael Sweet
-
Gerald Carter
8d0bde4315
CUPS-PRINTER_CLASS patch from Michael Sweet
-
Jeremy Allison
85dda43476
Get smbd to link with Heimdal. Still missing some client progs...
...
Jeremy.
-
Gerald Carter
f89a99bf88
reran autoconf
-
Richard Sharpe
84b6f32cff
One more try to fix the GNU Make dependency
-
Richard Sharpe
58a7744f4a
One more fix ... Things link now if you don't use dynamic RPC stuff
-
Richard Sharpe
a96592fb69
One more try to get rid of the dependency on GNU MAKE
-
Richard Sharpe
5e99472d5b
Fix the dependency on GNU Make introduced by the DYNAMIC RPC stuff.
...
I have not tested this in a GNU MAKE environment yet.
-
Gerald Carter
305f167db2
sync with tpot's change to gencache_get() in HEAD
-
Gerald Carter
607bc0b4fc
masking an assert error in Tim's wins server checking code; needs a proper fix after I talk to tpot
-
Jeremy Allison
af6e4ea640
Fix memory leak found my Leo Qiu <leoxqiu@yahoo.com>.
...
Jeremy.
-
Jeremy Allison
efd52f6ca7
Memory leak fix from Leo Qiu <leoxqiu@yahoo.com>.
...
Jeremy.
-
Jeremy Allison
7e2bc1fe58
Fixed typo found by tpot.
...
Jeremy.
-
Richard Sharpe
fdd449fe7b
Commit just a little more infrastructure for HAVE_GETDIRENTRIES
-
Richard Sharpe
916c8784d2
At the prompting, start to add infrastructure to detect the presence of
...
getdirentries. We would also detect getdents if present. This has some
rudimentary support already.
-
Gerald Carter
15be89e72f
merging [un]signed declaration
-
Tim Potter
c39c54e6b6
Merge of increment_smbd_process_count() fix from appliance.
-
Jeremy Allison
04cc149c75
Thanks Meeester Potter, for reverting *all* my Heimdal changes because
...
I mistyped a comma :-).
Jeremy.
-
Tim Potter
303710c206
Merge of max log file fixes from appliance:
...
- smbd/process.c: check log file sizes more often than in
timeout_processing()
- lib/debug.c: increment debug_count inside Debug1() instead of
when log file sizes are checked.
-
Tim Potter
09d8a8e87f
Fixed typo.
-
Tim Potter
9b11ede901
Fixed typo.
-
Tim Potter
81bfd9a4d9
Sync with HEAD. The -L/usr/local/lib bit looks a bit dodgy though.
-
Tim Potter
db3901827f
Sync with HEAD.
-
Tim Potter
902a1dc1d5
Minor merges from HEAD.
-
Tim Potter
648307ab3d
Merge: remove dead function.
-
Tim Potter
51b319f57f
Merge of kerberos changes to make this branch build again!
-
Tim Potter
d1107efa1c
Merge of wins server dead list into gencache.tdb
-
Tim Potter
087607e03a
Merge: Make torture tools in everything target.
-
Gerald Carter
fcf63df8bf
fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLE
-
Gerald Carter
b063acd906
fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLE
-
Jeremy Allison
e8c4098da6
Get closer to Heimdal compile... Damn. HEAD has different code in
...
kerberos_verify...
Jeremy.
-
Jim McDonough
c58c84e806
Properly display popt errors. Also fix debug to be -d for consistency with other progs.
-
Jim McDonough
5d43346761
revert accidentally committed changes
-
Jim McDonough
97133f7168
Properly display popt errors. Also fix debug to be -d for consistency with other progs.
-
Jeremy Allison
1684719695
Fixup proto generation to not include krb5 specific symbols
...
if no kerberos selected. Noticed by Metze.
Jeremy.
-
Jeremy Allison
0c98f779f0
Fixup proto generation to not include krb5 specific symbols
...
if no kerberos selected. Noticed by Metze.
Jeremy.
-
Tim Potter
f150af98a7
Updated some comments.
-
Jeremy Allison
a7ee6ed645
More fixes getting us closer to full Heimdal compile....
...
Jeremy.
-
Jeremy Allison
193cc4f4fc
More fixes getting us closer to full Heimdal compile....
...
Jeremy.
-
Tim Potter
88d977ecce
Keep the list of dead WINS servers in gencache.tdb instead of in
...
memory. This allows the information to be shared amongst all smbd
processes.
HP CR #1099
-
Tim Potter
9ff4fe7e0d
Make the valstr and timeout return pointers optional so a caller can
...
pass NULL if it doesn't care about the gencache key.
-
Tim Potter
8b167a45a6
Deleted arguments to help output - they didn't work.
-
Gerald Carter
d89b0bff44
don't free() auto variables; fixes segfault when looking up RefusePasswordChange registry value
-
Gerald Carter
b3fc458e9e
don't free() auto variables; fixes segfault when looking up RefusePasswordChange registry value
-
Gerald Carter
9f35846b8e
sanity checks from Ken Cross
-
Gerald Carter
ec26877f0b
sanity checks from Ken Cross
-