summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-05-31Update netfileenum to new api.Jim McDonough1-1/+1
2002-05-31Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough4-144/+124
2002-05-31Fixed crash bug in querydispinfo.Tim Potter1-70/+62
2002-05-31Return access denied for net_share_enum when restrict anonymous > 0Tim Potter1-0/+17
2002-05-31Resurrect the 'restrict anonymous' parameter but make it an integer.Tim Potter1-4/+4
2002-05-31netfileenum was missing the username filter.Jim McDonough2-1/+11
2002-05-30Added netfileenum (sorry - no output though (-:) command.Tim Potter2-0/+78
2002-05-30Added some comments for NTLMSSP negotiation flags.Tim Potter1-4/+4
2002-05-29merge from 2.2Gerald Carter2-326/+332
2002-05-29merge from 2.2Gerald Carter1-1/+1
2002-05-29Added netremotetod to try and figure out which srvsvc commands are deniedTim Potter3-0/+79
2002-05-29Cleaned up srvsvc constants a bit.Tim Potter4-43/+43
2002-05-28Spelling fixes.Tim Potter1-7/+7
2002-05-28merge from 2.2Gerald Carter1-1/+1
2002-05-28Updates to better report some NTSTATUS errors into PAM, and update to PAMAndrew Bartlett2-0/+10
2002-05-28Added netshareenum cli command - the rpc structures here are really bizzareTim Potter1-0/+120
2002-05-28When marshalling a netshareenum request the share ctr has to be initialisedTim Potter1-1/+3
2002-05-28Added netshareenum command at level 1 and 2.Tim Potter1-1/+74
2002-05-28Hmm - you can do NT_STATUS_IS_OK on a WERROR and not get a compile warning/er...Tim Potter1-1/+1
2002-05-28Some fixes for enumerating domain groups and aliases:Tim Potter1-25/+63
2002-05-28Separate error handling for cli_full_connection() and cli_nt_session_open()Tim Potter1-2/+7
2002-05-28Raise a ValueError if server name isn't given in UNC format.Tim Potter1-0/+7
2002-05-28Raise a ValueError if server names aren't given in UNC format.Tim Potter3-8/+16
2002-05-28Allow None to be used as a valid credential for functions that take aTim Potter4-13/+54
2002-05-28Allow None to be used as a valid credential in open_policy.Tim Potter1-2/+39
2002-05-27Use a fixed size font for displaying tdb values.Tim Potter1-4/+111
2002-05-27More automatically generated prototype madness.Tim Potter3-3/+3
2002-05-27Use new version of open_pipe_creds() function.Tim Potter1-23/+56
2002-05-27Use new version of open_pipe_creds() function.Tim Potter1-2/+1
2002-05-27Use new version of open_pipe_creds() function.Tim Potter1-11/+25
2002-05-27Use new version of open_pipe_creds() function.Tim Potter1-4/+11
2002-05-27Use new version of open_pipe_creds() function.Tim Potter1-16/+20
2002-05-27Check types of dictionary elements in to_struct()Tim Potter1-10/+10
2002-05-27Convert open_pipe_creds() to use new cli_full_connection() interface.Tim Potter1-31/+28
2002-05-27Honour return value of to_struct() when converting to Samba structures.Tim Potter2-6/+15
2002-05-27Fixed compiler warning.Tim Potter1-2/+3
2002-05-27Fixed dodgy arguments to PyArg_ParseTupleAndKeywords()Tim Potter1-1/+1
2002-05-27Some rearrangement of header files.Tim Potter5-5/+5
2002-05-26change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce10-95/+115
2002-05-26Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett3-21/+101
2002-05-26move debug stuff from messages.c to debug.c (Elrond)Simo Sorce2-20/+20
2002-05-25Update some of the LM hash code to better respect the seperation betweenAndrew Bartlett3-54/+57
2002-05-25Clean up a few unused functions, add a bit of static etc.Andrew Bartlett7-50/+24
2002-05-25Only reterive the attributes we are actually going to use - rather thanAndrew Bartlett1-3/+14
2002-05-25Remove unused variable, fix functions to match prototypes in the variousAndrew Bartlett1-6/+5
2002-05-24merge from SAMBA_2_2Gerald Carter1-1/+3
2002-05-24merge from SAMBA_2_2.Gerald Carter3-6/+50
2002-05-24Name the authentication modules, and therfore fix up both the build farmAndrew Bartlett4-0/+6
2002-05-24Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett4-38/+43
2002-05-24Fixed incorrect comment.Tim Potter1-2/+2