summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-19Keep the compiler happyAndrew Bartlett2-2/+1
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce16-102/+368
2002-05-18Remove unused files.Andrew Bartlett5-806/+7
2002-05-18Move client_receive_smb to clientgen.c as a static, as proposed by Elrond.Andrew Bartlett3-60/+62
2002-05-18Oops, I missed commiting this earlier.Andrew Bartlett1-3/+3
2002-05-18Remove const from some functions to match the changed prototype in aAndrew Bartlett2-10/+8
2002-05-18Passdb:Andrew Bartlett3-48/+33
2002-05-18Include the extra #define for the last set of smbpasswd mods.Andrew Bartlett1-0/+1
2002-05-18Make smbpasswd at least slightly sane. This kills off some of theAndrew Bartlett1-43/+43
2002-05-18As per rsharpe's request, require only a Masters in Astrophysics toAndrew Bartlett2-16/+18
2002-05-18A few things in this commit:Andrew Bartlett19-331/+625