summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-22Cleanups!Andrew Bartlett6-90/+32
2002-05-22Fix a silly memory (getpnam_alloc()) leak spotted by Elrond, and moveAndrew Bartlett3-95/+119
2002-05-22Commit the header file for the LDAP/secrets changesAndrew Bartlett1-0/+2
2002-05-22Updates for sane storage of ldap root DN passwords (tested, with upgradeAndrew Bartlett2-44/+120
2002-05-22auto-recover from the fairly common case of a non-clean tdb shutdownAndrew Tridgell1-0/+10
2002-05-22Merge of receive_local_message fix from 2.2.5.Jeremy Allison4-51/+35
2002-05-22Added a reminder about programs using the tdb bindings having to beTim Potter1-0/+8
2002-05-21Failing to find an entry when doing mod_share_entry isn't a errorJeremy Allison1-3/+4
2002-05-21Tricky fix. If we were waiting for an oplock break response message fromJeremy Allison1-0/+11
2002-05-21typo day :-(Simo Sorce1-1/+1
2002-05-21typo, sorrySimo Sorce11-11/+11
2002-05-21uhh, forgot to commit the DBGC_WINBIND definition :-)Simo Sorce1-11/+11
2002-05-21debug classizedSimo Sorce15-0/+45
2002-05-21A tdb module based on some tips from Mike Noriega. This version supportsTim Potter3-0/+644
2002-05-20Stop smbd looping when hide unreadable is true and .. is unreadable.Jeremy Allison1-65/+72
2002-05-20Merge from 2.2.Jeremy Allison2-2/+3
2002-05-20merge from SAMBA_2_2Gerald Carter1-1/+1
2002-05-20Remove level and name fields from dictionary copy in py_to_FORM()Tim Potter1-4/+9
2002-05-20py_to_DRIVER_INFO_3: remove level key on copy of dictionary before callingTim Potter1-2/+7
2002-05-20Decode info level 3 for getprinterdriver.Tim Potter1-1/+5
2002-05-20When converting from a dictionary to a Samba structure, check for anyTim Potter1-2/+30
2002-05-20Set level key in driver info structures.Tim Potter1-1/+5
2002-05-20OK that last commit was incorrect - this call is parsed properly. I onlyTim Potter1-4/+0
2002-05-20There's probably a pointer to a buffer at the end of a enumprinterdrivers()Tim Potter1-0/+4
2002-05-20No need to pass a fstring in make_spoolss_q_enumprinters()Tim Potter1-1/+1
2002-05-19Spelling fix.Tim Potter1-1/+1
2002-05-19Patch to only set SV_TYPE_PRINTQ_SERVER in default_server_announce if aTim Potter2-1/+12
2002-05-19Fixed compiler warning.Tim Potter1-1/+1
2002-05-19A small change to print out the error message only if we could not check theRichard Sharpe1-4/+5