Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix for interesting resource constraint condition. When all opens are | Jeremy Allison | 2003-01-30 | 3 | -17/+22 | |
| | | | | | | | | | | | | | | | | | | | | level 2 and a request for open with no oplock is received then the smbd should send *synchronous* break messages, not asynchronous, otherwise it spins very rapidly, releasing the lock, sending the 'break to none' messages and then re-acquiring the lock before any other process has a chance to get the lock and remove it's own oplock (at least on linux). Jeremy. | |||||
| * | Fix to findsmb by Waider | Andrew Bartlett | 2003-01-29 | 1 | -1/+1 | |
| | | ||||||
| * | Make the vampire code use just pdb calls - allowing better operation on systems | Andrew Bartlett | 2003-01-29 | 1 | -22/+15 | |
| | | | | | | | | | | | | | | | | | | that are not configured with an add user script, and have an _nua backend for storage. We really need to get the PDB backends out of the IDMAP game... Andrew Bartlett | |||||
| * | Use new interface for cli_samr_query_dispinfo(). | Tim Potter | 2003-01-29 | 3 | -13/+41 | |
| | | ||||||
| * | Pass down max_size parameter to cli_samr_query_dispinfo() instead of | Tim Potter | 2003-01-29 | 1 | -2/+35 | |
| | | | | | | | | | | | | | | | | | | | | using a hardcoded value later on. Added a helper function that returns the observed values for max_entries and max_size for each cli_samr_query_dispinfo() call. These values were obtained from watching the NT4 user manager application with ethereal and are the only ones that can enumerate a 60k user domain reliably under Windows 2000. | |||||
| * | Pass down max_size parameter to init_samr_q_query_dispinfo() instead | Tim Potter | 2003-01-29 | 1 | -2/+2 | |
| | | | | | | | | of hardcoding it to 0xffff. | |||||
| * | Removed duplicate fn to avoid compiler warning. | Tim Potter | 2003-01-29 | 1 | -19/+0 | |
| | | ||||||
| * | Remove NULL buffer checks before rpcstr_pull() as they're now done | Tim Potter | 2003-01-29 | 1 | -63/+38 | |
| | | | | | | | | inside this function. | |||||
| * | Return 0 instead of crashing when a NULL source string is passed | Tim Potter | 2003-01-29 | 1 | -0/+1 | |
| | | | | | | | | to rpcstr_pull() | |||||
| * | Quieten debug about gencache.tdb not being able to be opened. | Tim Potter | 2003-01-29 | 1 | -1/+1 | |
| | | | | | | | | Perhaps we should try to open O_RDONLY if O_RDWR fails? | |||||
| * | added LsaRemoveAccountRights | Andrew Tridgell | 2003-01-28 | 4 | -4/+163 | |
| | | | | | | | | | | this now gives us complete remove privileges control in the client libs, so we are in good shape for starting on the server side. | |||||
| * | patch from Paul Green to only build libsmbclient.so on platforms that ↵ | Gerald Carter | 2003-01-28 | 3 | -907/+934 | |
| | | | | | | | | support shared libraries | |||||
| * | cleaned up the lsa_enum_acct_rights function and added a | Andrew Tridgell | 2003-01-28 | 6 | -20/+208 | |
| | | | | | | | | | | | | lsa_add_acct_rights function. This allows us to add privileges remotely to accounts using rpcclient. | |||||
| * | As per a comment by herb a little while back, this should be >=, not == to keep | Andrew Bartlett | 2003-01-28 | 1 | -1/+1 | |
| | | | | | | | | identical behaviour with previous versions | |||||
| * | Make this an fstrcat(), as this seems to fix some weird issue with the server | Andrew Bartlett | 2003-01-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | name being truncated... (either way, it's the correct thing to do). Andrew Bartlett | |||||
| * | The previous patch (NTLMSSP common code factoring) was missing a minor detail - | Andrew Bartlett | 2003-01-28 | 1 | -28/+35 | |
| | | | | | | | | | | | | | | | | | | testing :-). This gets the 'signiture' after the extended security blob, rather than over the top of it. Also move that code to the top of the file, with some of the other util functions. Andrew Bartlett | |||||
* | | Ensure Luke Howard's (C) is added. | Jeremy Allison | 2003-01-31 | 1 | -1/+21 | |
| | | | | | | | | Jeremy. | |||||
* | | Add 3 second timeout when terminating server and sending print notify | Jeremy Allison | 2003-01-30 | 6 | -16/+65 | |
| | | | | | | | | | | | | messages. Stops build-up of large numbers of smbd's waiting to terminate on large print throughput. Jeremy. | |||||
* | | More scalable print tdb fixes. | Jeremy Allison | 2003-01-30 | 1 | -13/+23 | |
| | | | | | | | | Jeremy. | |||||
* | | Re-added the Heimdal stuff tpot removed. | Jeremy Allison | 2003-01-30 | 1 | -0/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | Revert tpot's HEAD merge which broke the Heimdal build. | Jeremy Allison | 2003-01-30 | 1 | -45/+15 | |
| | | | | | | | | Jeremy. | |||||
* | | Revert tpot's breakage of the Heimdal fixes. | Jeremy Allison | 2003-01-30 | 1 | -0/+122 | |
| | | | | | | | | Jeremy. | |||||
* | | Straus VOS detection patches from Paul Green | Gerald Carter | 2003-01-30 | 2 | -874/+931 | |
| | | ||||||
* | | Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blaming | Tim Potter | 2003-01-30 | 4 | -153/+47 | |
| | | | | | | | | the dog again. | |||||
* | | Merge of controversial 'max log size' fix. | Tim Potter | 2003-01-30 | 1 | -0/+12 | |
| | | ||||||
* | | Merge of REQ_DEBUGLEVEL messaging and debug_count fixes from HEAD. | Tim Potter | 2003-01-30 | 2 | -23/+7 | |
| | | ||||||
* | | Fix for interesting resource constraint condition. When all opens are | Jeremy Allison | 2003-01-30 | 3 | -17/+22 | |
| | | | | | | | | | | | | | | | | | | | | level 2 and a request for open with no oplock is received then the smbd should send *synchronous* break messages, not asynchronous, otherwise it spins very rapidly, releasing the lock, sending the 'break to none' messages and then re-acquiring the lock before any other process has a chance to get the lock and remove it's own oplock (at least on linux). Jeremy | |||||
* | | Added "passwd backend" to WIZARD section in SWAT. | John Terpstra | 2003-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge tpot's changes to request the correct sizes for user dispinfo | Jeremy Allison | 2003-01-29 | 5 | -17/+78 | |
| | | | | | | | | | | | | from HEAD. I had to do this for him as he was *so* tired, the poor chap, plus he has this bad leg, plus the dog ate his homework etc. etc. Jeremy. | |||||
* | | playing janitor for abartlet. :-( | Gerald Carter | 2003-01-29 | 1 | -22/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | " Make the vampire code use just pdb calls - allowing better operation on systems that are not configured with an add user script, and have an _nua backend for storage. We really need to get the PDB backends out of the IDMAP game... Andrew Bartlett " | |||||
* | | Removed duplicate fn to avoid compiler warning. (from HEAD - tpot). | Jeremy Allison | 2003-01-29 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge from HEAD - fix to findsmb by Waider | Andrew Bartlett | 2003-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Remove NULL buffer checks before rpcstr_pull() as they're now done | Jeremy Allison | 2003-01-29 | 1 | -63/+38 | |
| | | | | | | | | | | inside this function. Merge from HEAD (tpot). Jeremy. | |||||
* | | Return 0 instead of crashing when a NULL source string is passed | Jeremy Allison | 2003-01-29 | 1 | -0/+1 | |
| | | | | | | | | | | to rpcstr_pull() - merge from HEAD (tpot). Jeremy. | |||||
* | | Merge tridge's client priv code from HEAD. | Jeremy Allison | 2003-01-29 | 4 | -18/+186 | |
| | | | | | | | | Jeremy | |||||
* | | Merging tridge's privillage client changes from HEAD. | Jeremy Allison | 2003-01-28 | 6 | -20/+240 | |
| | | | | | | | | Jeremy. | |||||
* | | patch from Paul Green to only build libsmbclient.so on platforms that ↵ | Gerald Carter | 2003-01-28 | 3 | -935/+960 | |
| | | | | | | | | support shared libraries | |||||
* | | Merge from HEAD: | Andrew Bartlett | 2003-01-28 | 14 | -367/+338 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - NTLMSSP over SPENGO (sesssion-setup-and-x) cleanup and code refactor. - also consequential changes to the NTLMSSP and SPNEGO parsing functions - and the client code that uses the same functions - Add ntlm_auth, a NTLMSSP authentication interface for use by applications like Squid and Apache. - also consquential changes to use common code for base64 encode/decode. - Winbind changes to support ntlm_auth (I don't want this program to need to read smb.conf, instead getting all it's details over the pipe). - nmbd changes for fstrcat() instead of fstrcpy(). Andrew Bartlett | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-01-28 | 4 | -0/+1062 | |
|\| | ||||||
| * | Factor out common code in the NTLMSSP/SPNEGO code. | Andrew Bartlett | 2003-01-28 | 4 | -173/+80 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | performance patch from HP-UX folks (cant remember who) | Gerald Carter | 2003-01-28 | 1 | -3/+14 | |
| | | ||||||
| * | CUPS-PRINTER_CLASS patch from Michael Sweet | Gerald Carter | 2003-01-28 | 1 | -2/+101 | |
| | | ||||||
| * | reran autoconf | Gerald Carter | 2003-01-27 | 1 | -912/+952 | |
| | | ||||||
| * | One more try to fix the GNU Make dependency | Richard Sharpe | 2003-01-27 | 1 | -16/+51 | |
| | | ||||||
| * | One more fix ... Things link now if you don't use dynamic RPC stuff | Richard Sharpe | 2003-01-27 | 1 | -2/+2 | |
| | | ||||||
| * | One more try to get rid of the dependency on GNU MAKE | Richard Sharpe | 2003-01-27 | 1 | -21/+22 | |
| | | ||||||
| * | Fix the dependency on GNU Make introduced by the DYNAMIC RPC stuff. | Richard Sharpe | 2003-01-27 | 1 | -42/+21 | |
| | | | | | | | | I have not tested this in a GNU MAKE environment yet. | |||||
| * | Fix memory leak found my Leo Qiu <leoxqiu@yahoo.com>. | Jeremy Allison | 2003-01-24 | 1 | -1/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | Commit just a little more infrastructure for HAVE_GETDIRENTRIES | Richard Sharpe | 2003-01-24 | 3 | -19298/+9213 | |
| | | ||||||
| * | At the prompting, start to add infrastructure to detect the presence of | Richard Sharpe | 2003-01-24 | 1 | -0/+3 | |
| | | | | | | | | | | getdirentries. We would also detect getdents if present. This has some rudimentary support already. |