summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Raise a ValueError if server names aren't given in UNC format.Tim Potter2002-05-283-8/+16
* Allow None to be used as a valid credential for functions that take aTim Potter2002-05-284-13/+54
* Allow None to be used as a valid credential in open_policy.Tim Potter2002-05-281-2/+39
* Use a fixed size font for displaying tdb values.Tim Potter2002-05-271-4/+111
* More automatically generated prototype madness.Tim Potter2002-05-273-3/+3
* Use new version of open_pipe_creds() function.Tim Potter2002-05-271-23/+56
* Use new version of open_pipe_creds() function.Tim Potter2002-05-271-2/+1
* Use new version of open_pipe_creds() function.Tim Potter2002-05-271-11/+25
* Use new version of open_pipe_creds() function.Tim Potter2002-05-271-4/+11
* Use new version of open_pipe_creds() function.Tim Potter2002-05-271-16/+20
* Check types of dictionary elements in to_struct()Tim Potter2002-05-271-10/+10
* Convert open_pipe_creds() to use new cli_full_connection() interface.Tim Potter2002-05-271-31/+28
* Honour return value of to_struct() when converting to Samba structures.Tim Potter2002-05-272-6/+15
* Fixed compiler warning.Tim Potter2002-05-271-2/+3
* Fixed dodgy arguments to PyArg_ParseTupleAndKeywords()Tim Potter2002-05-271-1/+1
* Some rearrangement of header files.Tim Potter2002-05-275-5/+5
* change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce2002-05-2610-95/+115
* Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett2002-05-263-21/+101
* move debug stuff from messages.c to debug.c (Elrond)Simo Sorce2002-05-262-20/+20
* Update some of the LM hash code to better respect the seperation betweenAndrew Bartlett2002-05-253-54/+57
* Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-257-50/+24
* Only reterive the attributes we are actually going to use - rather thanAndrew Bartlett2002-05-251-3/+14
* Remove unused variable, fix functions to match prototypes in the variousAndrew Bartlett2002-05-251-6/+5
* merge from SAMBA_2_2Gerald Carter2002-05-241-1/+3
* merge from SAMBA_2_2.Gerald Carter2002-05-243-6/+50
* Name the authentication modules, and therfore fix up both the build farmAndrew Bartlett2002-05-244-0/+6
* Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett2002-05-244-38/+43
* Fixed incorrect comment.Tim Potter2002-05-241-2/+2
* Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-248-13/+14
* Move the authenticaion subsystem over to the same 'module:options' syntaxAndrew Bartlett2002-05-249-42/+111
* Don't duplicat this here, use the existing function prototype.Andrew Bartlett2002-05-241-4/+2
* Make function match the defintion require for assignment as a functionAndrew Bartlett2002-05-241-1/+1
* If we don't do the select don't do the recvfrom.Jeremy Allison2002-05-241-0/+1
* Fixed silly typo that causes receive_local_message to loop - caused byJeremy Allison2002-05-241-1/+1
* Compile fix for enum trust dom wrapper.Tim Potter2002-05-231-1/+1
* Looks like abartlet got a bit overexcited about using const...Jim McDonough2002-05-231-1/+1
* Allow initial password set on net ads user add. I need to do this onJim McDonough2002-05-231-3/+30
* This function is unused, and doesn't make any sense to me anyway.Andrew Bartlett2002-05-231-17/+0
* Nobody uses this, and its really just a layer of internal implementation.Andrew Bartlett2002-05-231-1/+1
* Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett2002-05-2314-559/+70
* A graphical tdb browser using the gnome-python bindings.Tim Potter2002-05-231-0/+166
* Another change to the GPL "abandon hope all who enter here" warning.Tim Potter2002-05-231-4/+4
* Merge of bugfixes from 2.2.Jeremy Allison2002-05-223-8/+16
* Got gdb and gpl confused. (-:Tim Potter2002-05-221-3/+3
* Fix for strangeness in Linux 2.0.x select return.Jeremy Allison2002-05-221-0/+14
* Remove horrid goto.Jeremy Allison2002-05-221-10/+5
* Nobody uses this function, and there really doesn't seem much point toAndrew Bartlett2002-05-221-20/+0
* Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett2002-05-226-135/+26
* Cleanups!Andrew Bartlett2002-05-226-90/+32
* Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and moveAndrew Bartlett2002-05-223-95/+119