Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | First step towards XML: Use correct syntax | Jelmer Vernooij | 2003-01-28 | 29 | -1330/+1364 | |
| | ||||||
* | First step in converting to XML: use strict syntax | Jelmer Vernooij | 2003-01-28 | 8 | -44/+50 | |
| | ||||||
* | Put in ab's conversion to XML. First step: Make all the SGML docs | Jelmer Vernooij | 2003-01-28 | 7 | -21/+21 | |
| | | | | conform to the (more strict) XML syntax. | |||||
* | Merge in ab's conversion to XML. First step: make SGML documents compatible | Jelmer Vernooij | 2003-01-28 | 6 | -25/+28 | |
| | | | | with the (more strict) XML format. | |||||
* | 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 | |||||
* | 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. | |||||
* | Merge of increment_smbd_process_count() fix from appliance. | Tim Potter | 2003-01-24 | 1 | -1/+1 | |
| | ||||||
* | Merge of max log file fixes from appliance: | Tim Potter | 2003-01-23 | 2 | -1/+15 | |
| | | | | | | | | - 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. | |||||
* | Fixed typo. | Tim Potter | 2003-01-23 | 1 | -1/+1 | |
| | ||||||
* | fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLE | Gerald Carter | 2003-01-22 | 1 | -0/+1 | |
| | ||||||
* | revert accidentally committed changes | Jim McDonough | 2003-01-21 | 2 | -86/+4 | |
| | ||||||
* | Properly display popt errors. Also fix debug to be -d for consistency with ↵ | Jim McDonough | 2003-01-21 | 3 | -6/+89 | |
| | | | | other progs. | |||||
* | Fixup proto generation to not include krb5 specific symbols | Jeremy Allison | 2003-01-21 | 2 | -5/+8 | |
| | | | | | if no kerberos selected. Noticed by Metze. Jeremy. | |||||
* | Updated some comments. | Tim Potter | 2003-01-21 | 1 | -5/+5 | |
| | ||||||
* | More fixes getting us closer to full Heimdal compile.... | Jeremy Allison | 2003-01-21 | 5 | -11/+155 | |
| | | | | Jeremy. | |||||
* | Keep the list of dead WINS servers in gencache.tdb instead of in | Tim Potter | 2003-01-21 | 1 | -60/+54 | |
| | | | | | | | memory. This allows the information to be shared amongst all smbd processes. HP CR #1099 | |||||
* | Make the valstr and timeout return pointers optional so a caller can | Tim Potter | 2003-01-21 | 1 | -11/+31 | |
| | | | | pass NULL if it doesn't care about the gencache key. | |||||
* | Deleted arguments to help output - they didn't work. | Tim Potter | 2003-01-21 | 1 | -1/+1 | |
| | ||||||
* | don't free() auto variables; fixes segfault when looking up ↵ | Gerald Carter | 2003-01-21 | 1 | -3/+5 | |
| | | | | RefusePasswordChange registry value | |||||
* | sanity checks from Ken Cross | Gerald Carter | 2003-01-21 | 2 | -3/+7 | |
| | ||||||
* | should be HAVE_KRB5_SET_REAL_TIME (HAVE_ was missing)...fix the build | Jim McDonough | 2003-01-20 | 1 | -1/+1 | |
| | ||||||
* | Add FIXME about dodgy argument parser. | Martin Pool | 2003-01-20 | 1 | -0/+11 | |
| | ||||||
* | Merge in more of the SuSE patches for Heimdal. These changes show how | Jeremy Allison | 2003-01-19 | 5 | -0/+244 | |
| | | | | | | to add a function without an explicit #ifdef HEIMDAL which I'm trying to avoid. Jeremy. | |||||
* | strip any trailing \'s from reg key names in an open | Gerald Carter | 2003-01-19 | 1 | -2/+10 | |
| | ||||||
* | only supporting the Net::LDAP module now | Gerald Carter | 2003-01-19 | 2 | -128/+0 | |
| | ||||||
* | Fix some debug levels (were set to 0 with RPC module patch), and | Jim McDonough | 2003-01-18 | 1 | -4/+4 | |
| | | | | change one fprintf(stderr,...) to DEBUG. | |||||
* | Merge from 3.0.0 tree. | John Terpstra | 2003-01-18 | 1 | -0/+58 | |
| | ||||||
* | Er, I think this is a better spelling. (-: | Tim Potter | 2003-01-18 | 1 | -0/+0 | |
| |