summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed some formatting.Tim Potter2002-06-041-3/+4
* Fix long list scrolling bug.Tim Potter2002-06-041-4/+3
* Move session gathering routine back into session.c so it can be called eitherJim McDonough2002-06-032-53/+53
* Fix netsessenum RPC. Correctly respond with as much info as we can.Jim McDonough2002-06-031-5/+12
* Add user name to netsessenum RPC to stop 1783 messages. Also fix where usern...Jim McDonough2002-06-031-5/+13
* Add user name to netsessenum RPC to stop 1783 messagesJim McDonough2002-06-032-5/+9
* Since includes.h isn't included here, VA_COPY has to be defined here. I don'tJim McDonough2002-06-031-0/+8
* Added tdb_delete_by_string() function.Tim Potter2002-06-031-0/+14
* Removed unused function.Tim Potter2002-06-031-46/+0
* put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell2002-06-037-46/+30
* fixed some debug messagesAndrew Tridgell2002-06-031-2/+2
* Restrict anonymous checks for the SAMR pipe. This is done byTim Potter2002-06-031-0/+27
* Move restrict anonymous checks into a general function calledTim Potter2002-06-032-18/+49
* fixed a spelling mistakeAndrew Tridgell2002-06-031-1/+1
* added a 'net ads search' command, similar to 'ldapsearch' but using theAndrew Tridgell2002-06-031-7/+70
* Added getdompwinfo function.Tim Potter2002-06-031-0/+26
* Added cli_samr_get_dom_pwinfo() function.Tim Potter2002-06-031-46/+74
* Removed unused variable.Tim Potter2002-06-031-1/+0
* Fixed bogus alignment in unmarshalling of SAMR_GET_DOM_PWINFO reply.Tim Potter2002-06-031-4/+0
* The last element of the definitions of enums can't have a trailingTim Potter2002-06-021-1/+1
* Add remainder of net rpc file subcommands, and autoselect transport onJim McDonough2002-06-013-15/+142
* Update for new interface to netfileenumJim McDonough2002-06-011-1/+1
* Add rpc for file close, expand file enum to take usernameJim McDonough2002-06-013-8/+127
* More cleanup work preparing for SMB signing.Jeremy Allison2002-06-014-93/+109
* Removed some unused variables - tidy up some formating, add struct toJeremy Allison2002-05-314-194/+206
* Enable all net rpc share subcommands and autoselect transport.Jim McDonough2002-05-313-6/+58
* Add netshareadd and netsharedel client side rpcJim McDonough2002-05-311-0/+81
* Add fns for netshareadd and netsharedel rpcsJim McDonough2002-05-311-4/+46
* Add error index to netshareadd rpc.Jim McDonough2002-05-311-0/+4
* Enable net rpc share and net rpc file commands (list subcommands only), andJim McDonough2002-05-315-53/+271
* Update netfileenum to new api.Jim McDonough2002-05-311-1/+1
* Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough2002-05-314-144/+124
* Fixed crash bug in querydispinfo.Tim Potter2002-05-311-70/+62
* Return access denied for net_share_enum when restrict anonymous > 0Tim Potter2002-05-311-0/+17
* Resurrect the 'restrict anonymous' parameter but make it an integer.Tim Potter2002-05-311-4/+4
* netfileenum was missing the username filter.Jim McDonough2002-05-312-1/+11
* Added netfileenum (sorry - no output though (-:) command.Tim Potter2002-05-302-0/+78
* Added some comments for NTLMSSP negotiation flags.Tim Potter2002-05-301-4/+4
* merge from 2.2Gerald Carter2002-05-292-326/+332
* merge from 2.2Gerald Carter2002-05-291-1/+1
* Added netremotetod to try and figure out which srvsvc commands are deniedTim Potter2002-05-293-0/+79
* Cleaned up srvsvc constants a bit.Tim Potter2002-05-294-43/+43
* Spelling fixes.Tim Potter2002-05-281-7/+7
* merge from 2.2Gerald Carter2002-05-281-1/+1
* Updates to better report some NTSTATUS errors into PAM, and update to PAMAndrew Bartlett2002-05-282-0/+10
* Added netshareenum cli command - the rpc structures here are really bizzareTim Potter2002-05-281-0/+120
* When marshalling a netshareenum request the share ctr has to be initialisedTim Potter2002-05-281-1/+3
* Added netshareenum command at level 1 and 2.Tim Potter2002-05-281-1/+74
* Hmm - you can do NT_STATUS_IS_OK on a WERROR and not get a compile warning/er...Tim Potter2002-05-281-1/+1
* Some fixes for enumerating domain groups and aliases:Tim Potter2002-05-281-25/+63