summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-24Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett8-13/+14
2002-05-24Move the authenticaion subsystem over to the same 'module:options' syntaxAndrew Bartlett9-42/+111
2002-05-24Don't duplicat this here, use the existing function prototype.Andrew Bartlett1-4/+2
2002-05-24Make function match the defintion require for assignment as a functionAndrew Bartlett1-1/+1
2002-05-24If we don't do the select don't do the recvfrom.Jeremy Allison1-0/+1
2002-05-24Fixed silly typo that causes receive_local_message to loop - caused byJeremy Allison1-1/+1
2002-05-23Compile fix for enum trust dom wrapper.Tim Potter1-1/+1
2002-05-23Looks like abartlet got a bit overexcited about using const...Jim McDonough1-1/+1
2002-05-23Allow initial password set on net ads user add. I need to do this onJim McDonough1-3/+30
2002-05-23This function is unused, and doesn't make any sense to me anyway.Andrew Bartlett1-17/+0
2002-05-23Nobody uses this, and its really just a layer of internal implementation.Andrew Bartlett1-1/+1
2002-05-23Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett14-559/+70
2002-05-23A graphical tdb browser using the gnome-python bindings.Tim Potter1-0/+166
2002-05-23Another change to the GPL "abandon hope all who enter here" warning.Tim Potter1-4/+4
2002-05-22Merge of bugfixes from 2.2.Jeremy Allison3-8/+16
2002-05-22Got gdb and gpl confused. (-:Tim Potter1-3/+3
2002-05-22Fix for strangeness in Linux 2.0.x select return.Jeremy Allison1-0/+14
2002-05-22Remove horrid goto.Jeremy Allison1-10/+5
2002-05-22Nobody uses this function, and there really doesn't seem much point toAndrew Bartlett1-20/+0
2002-05-22Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett6-135/+26