Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | move opt_machine_pass to keep some compilers happy | Andrew Tridgell | 2002-07-14 | 1 | -1/+1 | |
| | | ||||||
| * | Move nttrans.c into the NTSTATUS age. | Andrew Bartlett | 2002-07-14 | 1 | -41/+29 | |
| | | | | | | | | | | | | This could do with another eye looking over it, but it seems to work. Andrew Bartlett | |||||
| * | added useful 'net rpc info' command | Andrew Tridgell | 2002-07-13 | 1 | -0/+76 | |
| | | | | | | | | | | this also gives a way to distinguish a 'native mode' server from a non-native server. This call will fail for a native mode server. | |||||
| * | added --machine-pass option to net. This allows you to authenticate as | Andrew Tridgell | 2002-07-13 | 1 | -1/+21 | |
| | | | | | | | | | | the current machine account and password. This is useful both for diagnostics and domain leave. | |||||
| * | make this a ZERO_STRUCTP for consitancy with the rest of Samba. | Andrew Bartlett | 2002-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Make smbmnt a standalone program from a linker point of view. Hopefully this | Andrew Bartlett | 2002-07-13 | 2 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | will make it easier to prove this package correct from an audit point of view. smbumount to follow, but it uses pstrcpy() so I'll need to decide what to do with that. Andrew Bartlett | |||||
| * | I just noticed that I never added my copyright when I messed with this | Andrew Bartlett | 2002-07-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | previously. Fix that. Andrew Bartlett | |||||
| * | Make smbpasswd behave like all the other backends, where a NULL or invalid | Andrew Bartlett | 2002-07-13 | 1 | -7/+4 | |
| | | | | | | | | | | | | | | LM password isn't anything special. All the users check the ACB nowadays, and this allows us to correctly return flags set via usermgr. Andrew Bartlett | |||||
| * | This makes smbcacls a bit easier to use and debug. | Andrew Bartlett | 2002-07-13 | 1 | -8/+15 | |
| | | | | | | | | | | | | | | Allow connection in the form of //server/share instead of just \\server\share and show the reason for failure from cli_full_connection(). Andrew Bartlett | |||||
| * | fix directory listing on win9x. | Andrew Tridgell | 2002-07-13 | 1 | -3/+7 | |
| | | | | | | | | | | it turns out this is tricky to get right for both win9x and w2k with and without unicode. This patch seems to do the trick. | |||||
| * | Some fix ups but committing so Andrew can look at the problem I have. | Richard Sharpe | 2002-07-13 | 2 | -44/+12 | |
| | | ||||||
| * | Fix up the include file that had problems as well. | Richard Sharpe | 2002-07-13 | 2 | -16/+251 | |
| | | ||||||
| * | Add these two files I forgot. | Richard Sharpe | 2002-07-13 | 2 | -0/+476 | |
| | | ||||||
| * | Fix some multibyte problems that I forgot about. | Richard Sharpe | 2002-07-13 | 1 | -6/+6 | |
| | | ||||||
| * | fixed a stdin bug in XFILE that prevented 'print -' from working | Andrew Tridgell | 2002-07-13 | 1 | -4/+4 | |
| | | ||||||
| * | - fixed a crash bug for 'print -' | Andrew Tridgell | 2002-07-13 | 2 | -3/+4 | |
| | | | | | | | | - removed an unused variable | |||||
| * | The changes in make_sec_desc to make us match W2K broke the ↵ | Jeremy Allison | 2002-07-12 | 2 | -20/+25 | |
| | | | | | | | | | | | | | | | | | | marshalling/unmarshalling of security descriptors. We need to calculate the maximum offset and set the offset back after reading/writing every field in the SEC_DESC. This was *nasty* to find.... Jeremy. | |||||
| * | We must ZERO_STRUCT before using the buffer in copy_unistr2. | Jeremy Allison | 2002-07-12 | 1 | -0/+3 | |
| | | | | | | | | | | Fixes addprinterdriverex. Jeremy. | |||||
| * | fix setting machine passwords in the case where a user account of the | Andrew Tridgell | 2002-07-12 | 1 | -1/+5 | |
| | | | | | | | | | | same name as the machine name exists. (we ended up setting the users password, not the machines password!) | |||||
| * | Commit Tom Jansen's changes to head. | Richard Sharpe | 2002-07-11 | 2 | -820/+902 | |
| | | ||||||
| * | Regenerated. | Tim Potter | 2002-07-11 | 1 | -11/+12 | |
| | | ||||||
| * | Usage fixes from APPLIANCE_HEAD. | Tim Potter | 2002-07-11 | 1 | -1/+2 | |
| | | ||||||
| * | Another compile fix. | Tim Potter | 2002-07-11 | 1 | -2/+2 | |
| | | ||||||
| * | Compile fix for flags field to cli_full_connection() | Tim Potter | 2002-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | Merge of init_domain_list() fix from APPLIANCE_HEAD. | Tim Potter | 2002-07-11 | 1 | -3/+0 | |
| | | ||||||
| * | added copyright | Gerald Carter | 2002-07-11 | 1 | -0/+1 | |
| | | ||||||
| * | added copyright | Gerald Carter | 2002-07-11 | 3 | -2/+4 | |
| | | ||||||
| * | this implements a completely new strategy for fetching group | Andrew Tridgell | 2002-07-11 | 2 | -33/+118 | |
| | | | | | | | | | | | | | | | | | | | | | | | | membership from an ADS server. We now use a 'member' query on the group and do a separate call to convert the resulting distinguished name to a name, rid etc. This is *much* faster for very large numbers of groups (on a quantum test system with 10000 groups it drops the time from an hour to about 35 seconds). strangely enough, this actually *increases* the amount of ldap traffic, its just that the MS LDAP server answers these queries much faster. | |||||
| * | last check in for tonight. | Gerald Carter | 2002-07-11 | 3 | -56/+139 | |
| | | | | | | | | | | | | | | | | | | | | * DeletePrinterDriverEx() now has the ability to delete driver files. I need to do some more testing tro veriofy that we are in fact not deleting a file out from under another driver, but it looks ok so far. * DeletePrinterDriver() noiw deletes all versions of the specified driver (cversion == 0, 1, 2, 3) | |||||
| * | this fixes the ads dump code | Andrew Tridgell | 2002-07-11 | 1 | -3/+3 | |
| | | | | | | | | a char** isn't quite the same thing as a struct berval** :) | |||||
| * | all that is left to do is to actually perform the | Gerald Carter | 2002-07-11 | 3 | -19/+183 | |
| | | | | | | | | | | file deletion now. I have the file list. One more commit should do it. | |||||
| * | intermediate work on DeletePrinterDriverEx(). This call | Gerald Carter | 2002-07-11 | 3 | -97/+180 | |
| | | | | | | | | | | | | will actually delete driver files ( not yet though I don't think). Just wanted to get it in since Jeremy and I are both working on nt_printing.c | |||||
| * | Up the printing tdb version number to 5 as I've changed it. | Jeremy Allison | 2002-07-11 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | *Experimental* new large-scaling printer code. Splits printing.tdb into | Jeremy Allison | 2002-07-11 | 8 | -162/+424 | |
| | | | | | | | | | | | | | | a separate tdb per printer, but only keeps (currently one) tdb open at a time (although this is easily changed by changing a #define). Needs scalability testing with large numbers of printers now.... Jeremy. | |||||
| * | If we get a SID from group mapping, no need to check it's prefix. | Andrew Bartlett | 2002-07-10 | 1 | -6/+6 | |
| | | | | | | | | | | | | Just set it directly. Andrew Bartlett | |||||
| * | some support functions to ease the next commit. | Simo Sorce | 2002-07-09 | 1 | -6/+96 | |
| | | ||||||
| * | 8-byte alignment needed for beginning driver_info_level_6. | Gerald Carter | 2002-07-09 | 3 | -23/+36 | |
| | | | | | | | | | | Verified by looking at NT4 and 2k servers. First time for everything I guess. | |||||
| * | Documented -I option to rpcclient. | Tim Potter | 2002-07-09 | 1 | -0/+18 | |
| | | ||||||
| * | Added -I option to rpcclient. | Tim Potter | 2002-07-09 | 1 | -12/+20 | |
| | | ||||||
| * | make sure we disable referrals in all ldap searches - they are badly | Andrew Tridgell | 2002-07-09 | 1 | -0/+3 | |
| | | | | | | | | broken | |||||
| * | fix declaration of global_in_nmbd | Andrew Tridgell | 2002-07-09 | 1 | -1/+1 | |
| | | ||||||
| * | the last WINS update broke self registration when we are a WINS | Andrew Tridgell | 2002-07-09 | 2 | -10/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | server. The real problem is all the special cases we had for when we are a wins server as opposed to when we are using a 'real' wins server. This patch removes the special cases. We now accept non-broadcast packets from ourselves and we use ourselves as a wins server when we are one. This gets rid of the special cases and simplifies things quite a bit. It all seems to work, but there are bound to be problems found later. | |||||
| * | Make it clear that the debug comment is the same as the command being tested | Andrew Bartlett | 2002-07-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | for failure. Andrew Bartlett | |||||
| * | fixup ADDPRINTERDRIVEREX some more. unknown uint32 for now. | Gerald Carter | 2002-07-08 | 2 | -21/+25 | |
| | | ||||||
| * | Fix length in snprintf invocation to account for "dn:" in sasl gssapi bind. | Jim McDonough | 2002-07-08 | 1 | -2/+1 | |
| | | | | | | | | | | | | Also remove unused line which incremented pointer by the wrong length anyway. Provided by Anthony Liguori (aliguori@us.ibm.com). | |||||
| * | fix typo | Gerald Carter | 2002-07-08 | 1 | -1/+1 | |
| | | ||||||
| * | added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX and | Gerald Carter | 2002-07-08 | 4 | -66/+200 | |
| | | | | | | | | | | SPOOLSS_DELETEPRINTERDRIVEREX. Ran them through some testing. I know I'm off by 2 x uint32's in the former RPC. | |||||
| * | * basic implementation of SPOOLSS_DELETEPRINTERDATAEX and | Gerald Carter | 2002-07-08 | 4 | -4/+350 | |
| | | | | | | | | | | | | SPOOLSS_DELETEPRINTERKEY * stub funnctions for SPOOLSS_ADDPRINTERDRIVEREX and SPOOLSS_DELETEPRINTERDRIVEREX | |||||
| * | Fix for LPRng from James Henstridge james@daa.com.au. | Jeremy Allison | 2002-07-08 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | Kill off const warnings - add a pile of const to various places. | Andrew Bartlett | 2002-07-08 | 5 | -6/+6 | |
| | |