summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Commit the header file for the LDAP/secrets changesAndrew Bartlett2002-05-221-0/+2
* Updates for sane storage of ldap root DN passwords (tested, with upgradeAndrew Bartlett2002-05-222-44/+120
* auto-recover from the fairly common case of a non-clean tdb shutdownAndrew Tridgell2002-05-221-0/+10
* Merge of receive_local_message fix from 2.2.5.Jeremy Allison2002-05-224-51/+35
* Added a reminder about programs using the tdb bindings having to beTim Potter2002-05-221-0/+8
* Failing to find an entry when doing mod_share_entry isn't a errorJeremy Allison2002-05-211-3/+4
* Tricky fix. If we were waiting for an oplock break response message fromJeremy Allison2002-05-211-0/+11
* typo day :-(Simo Sorce2002-05-211-1/+1
* typo, sorrySimo Sorce2002-05-2111-11/+11
* uhh, forgot to commit the DBGC_WINBIND definition :-)Simo Sorce2002-05-211-11/+11
* debug classizedSimo Sorce2002-05-2115-0/+45
* A tdb module based on some tips from Mike Noriega. This version supportsTim Potter2002-05-213-0/+644
* Stop smbd looping when hide unreadable is true and .. is unreadable.Jeremy Allison2002-05-201-65/+72
* Merge from 2.2.Jeremy Allison2002-05-202-2/+3
* merge from SAMBA_2_2Gerald Carter2002-05-201-1/+1
* Remove level and name fields from dictionary copy in py_to_FORM()Tim Potter2002-05-201-4/+9
* py_to_DRIVER_INFO_3: remove level key on copy of dictionary before callingTim Potter2002-05-201-2/+7
* Decode info level 3 for getprinterdriver.Tim Potter2002-05-201-1/+5
* When converting from a dictionary to a Samba structure, check for anyTim Potter2002-05-201-2/+30
* Set level key in driver info structures.Tim Potter2002-05-201-1/+5
* OK that last commit was incorrect - this call is parsed properly. I onlyTim Potter2002-05-201-4/+0
* There's probably a pointer to a buffer at the end of a enumprinterdrivers()Tim Potter2002-05-201-0/+4
* No need to pass a fstring in make_spoolss_q_enumprinters()Tim Potter2002-05-201-1/+1
* Spelling fix.Tim Potter2002-05-191-1/+1
* Patch to only set SV_TYPE_PRINTQ_SERVER in default_server_announce if aTim Potter2002-05-192-1/+12
* Fixed compiler warning.Tim Potter2002-05-191-1/+1