Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix long list scrolling bug. | Tim Potter | 2002-06-04 | 1 | -4/+3 |
| | | | | | | | Added some padding around the filter entry to make it look nicer. When resizing the window the scrolling list should get bigger/smaller not the filter entry widget. | ||||
* | Move session gathering routine back into session.c so it can be called either | Jim McDonough | 2002-06-03 | 2 | -53/+53 |
| | | | | in RAP or RPC environment. | ||||
* | Fix netsessenum RPC. Correctly respond with as much info as we can. | Jim McDonough | 2002-06-03 | 1 | -5/+12 |
| | |||||
* | Add user name to netsessenum RPC to stop 1783 messages. Also fix where ↵ | Jim McDonough | 2002-06-03 | 1 | -5/+13 |
| | | | | username was sent as machine name. | ||||
* | Add user name to netsessenum RPC to stop 1783 messages | Jim McDonough | 2002-06-03 | 2 | -5/+9 |
| | |||||
* | Since includes.h isn't included here, VA_COPY has to be defined here. I don't | Jim McDonough | 2002-06-03 | 1 | -0/+8 |
| | | | | | see any include file that is guaranteed to be here, so I'm defining it locally. Fixes AIX and Solaris builds. | ||||
* | Added tdb_delete_by_string() function. | Tim Potter | 2002-06-03 | 1 | -0/+14 |
| | |||||
* | Removed unused function. | Tim Potter | 2002-06-03 | 1 | -46/+0 |
| | |||||
* | put the ifdef for HAVE_VA_COPY in one place rather than in lots of | Andrew Tridgell | 2002-06-03 | 7 | -46/+30 |
| | | | | functions | ||||
* | fixed some debug messages | Andrew Tridgell | 2002-06-03 | 1 | -2/+2 |
| | |||||
* | Restrict anonymous checks for the SAMR pipe. This is done by | Tim Potter | 2002-06-03 | 1 | -0/+27 |
| | | | | | | | | | | returning access denied for a SAMR_CONNECT by an anonymous user which seems to be the way 2K does it rather than blocking individual RPC calls like NT. Also checked is the SAMR_GET_DOM_PWINFO rpc which for some reason doesn't require a policy handle to return information. No idea what it's actually used. | ||||
* | Move restrict anonymous checks into a general function called | Tim Potter | 2002-06-03 | 2 | -18/+49 |
| | | | | | pipe_access_check(). Eventually this can take a security descriptor as an argument as well. | ||||
* | fixed a spelling mistake | Andrew Tridgell | 2002-06-03 | 1 | -1/+1 |
| | |||||
* | added a 'net ads search' command, similar to 'ldapsearch' but using the | Andrew Tridgell | 2002-06-03 | 1 | -7/+70 |
| | | | | | | | | Samba LDAP code. I have found using 'ldapsearch' rather frustrating, particularly with kerberos authentication. Using 'net ads search' makes it easier to track down ADS problems. | ||||
* | Added getdompwinfo function. | Tim Potter | 2002-06-03 | 1 | -0/+26 |
| | |||||
* | Added cli_samr_get_dom_pwinfo() function. | Tim Potter | 2002-06-03 | 1 | -46/+74 |
| | | | | Some reformatting. | ||||
* | Removed unused variable. | Tim Potter | 2002-06-03 | 1 | -1/+0 |
| | |||||
* | Fixed bogus alignment in unmarshalling of SAMR_GET_DOM_PWINFO reply. | Tim Potter | 2002-06-03 | 1 | -4/+0 |
| | |||||
* | The last element of the definitions of enums can't have a trailing | Tim Potter | 2002-06-02 | 1 | -1/+1 |
| | | | | comma. Only initialisers can have this in ANSI C. | ||||
* | Add remainder of net rpc file subcommands, and autoselect transport on | Jim McDonough | 2002-06-01 | 3 | -15/+142 |
| | | | | net file | ||||
* | Update for new interface to netfileenum | Jim McDonough | 2002-06-01 | 1 | -1/+1 |
| | |||||
* | Add rpc for file close, expand file enum to take username | Jim McDonough | 2002-06-01 | 3 | -8/+127 |
| | |||||
* | More cleanup work preparing for SMB signing. | Jeremy Allison | 2002-06-01 | 4 | -93/+109 |
| | | | | Jeremy. | ||||
* | Removed some unused variables - tidy up some formating, add struct to | Jeremy Allison | 2002-05-31 | 4 | -194/+206 |
| | | | | | client state to implement smb signing - this is a test at present. Jeremy. | ||||
* | Enable all net rpc share subcommands and autoselect transport. | Jim McDonough | 2002-05-31 | 3 | -6/+58 |
| | |||||
* | Add netshareadd and netsharedel client side rpc | Jim McDonough | 2002-05-31 | 1 | -0/+81 |
| | |||||
* | Add fns for netshareadd and netsharedel rpcs | Jim McDonough | 2002-05-31 | 1 | -4/+46 |
| | |||||
* | Add error index to netshareadd rpc. | Jim McDonough | 2002-05-31 | 1 | -0/+4 |
| | |||||
* | Enable net rpc share and net rpc file commands (list subcommands only), and | Jim McDonough | 2002-05-31 | 5 | -53/+271 |
| | | | | autoselect for this subcommand when appropriate. | ||||
* | Update netfileenum to new api. | Jim McDonough | 2002-05-31 | 1 | -1/+1 |
| | |||||
* | Update netfileenum on both client and server sides to do an arbitrary number | Jim McDonough | 2002-05-31 | 4 | -144/+124 |
| | | | | | of files. This was done to better enable net rpc file. Perhaps we can start giving back real info this way, too. | ||||
* | Fixed crash bug in querydispinfo. | Tim Potter | 2002-05-31 | 1 | -70/+62 |
| | | | | Some reformatting. | ||||
* | Return access denied for net_share_enum when restrict anonymous > 0 | Tim Potter | 2002-05-31 | 1 | -0/+17 |
| | |||||
* | Resurrect the 'restrict anonymous' parameter but make it an integer. | Tim Potter | 2002-05-31 | 1 | -4/+4 |
| | | | | | | | It will have the same meaning as the RestrictAnonymous registry setting. See Q143474 and Q246261 for more details. | ||||
* | netfileenum was missing the username filter. | Jim McDonough | 2002-05-31 | 2 | -1/+11 |
| | |||||
* | Added netfileenum (sorry - no output though (-:) command. | Tim Potter | 2002-05-30 | 2 | -0/+78 |
| | |||||
* | Added some comments for NTLMSSP negotiation flags. | Tim Potter | 2002-05-30 | 1 | -4/+4 |
| | |||||
* | merge from 2.2 | Gerald Carter | 2002-05-29 | 2 | -326/+332 |
| | |||||
* | merge from 2.2 | Gerald Carter | 2002-05-29 | 1 | -1/+1 |
| | |||||
* | Added netremotetod to try and figure out which srvsvc commands are denied | Tim Potter | 2002-05-29 | 3 | -0/+79 |
| | | | | when using restrictanonymous. | ||||
* | Cleaned up srvsvc constants a bit. | Tim Potter | 2002-05-29 | 4 | -43/+43 |
| | |||||
* | Spelling fixes. | Tim Potter | 2002-05-28 | 1 | -7/+7 |
| | |||||
* | merge from 2.2 | Gerald Carter | 2002-05-28 | 1 | -1/+1 |
| | |||||
* | Updates to better report some NTSTATUS errors into PAM, and update to PAM | Andrew Bartlett | 2002-05-28 | 2 | -0/+10 |
| | | | | | | | | | | | to correctly allow password changes on expired passwords. (No security implications, as its just a 'will I let you talk to the server' check). pam_winbind checks the password prior to changing it, so that users don't have to make up and type their new password when they havn't even got the old one right. This also helps with stacking etc. Andrew Bartlett | ||||
* | Added netshareenum cli command - the rpc structures here are really bizzare | Tim Potter | 2002-05-28 | 1 | -0/+120 |
| | | | | | so muchos dodgy code is required to copy the results out of the parse buffer into the client's talloc context. | ||||
* | When marshalling a netshareenum request the share ctr has to be initialised | Tim Potter | 2002-05-28 | 1 | -1/+3 |
| | | | | | to an empty value instead of a null pointer otherwise the server service crashes on NT. | ||||
* | Added netshareenum command at level 1 and 2. | Tim Potter | 2002-05-28 | 1 | -1/+74 |
| | |||||
* | Hmm - you can do NT_STATUS_IS_OK on a WERROR and not get a compile ↵ | Tim Potter | 2002-05-28 | 1 | -1/+1 |
| | | | | warning/error. | ||||
* | Some fixes for enumerating domain groups and aliases: | Tim Potter | 2002-05-28 | 1 | -25/+63 |
| | | | | | | - close down connect and domain policy handles when exiting - allow enumeration of > 65535 groups or aliases - error handling for non-zero return value from enumeration functions | ||||
* | Separate error handling for cli_full_connection() and cli_nt_session_open() | Tim Potter | 2002-05-28 | 1 | -2/+7 |
| |