summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* A small change to print out the error message only if we could not check theRichard Sharpe2002-05-191-4/+5
* Keep the compiler happyAndrew Bartlett2002-05-192-2/+1
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-1816-102/+368
* Remove unused files.Andrew Bartlett2002-05-185-806/+7
* Move client_receive_smb to clientgen.c as a static, as proposed by Elrond.Andrew Bartlett2002-05-183-60/+62
* Oops, I missed commiting this earlier.Andrew Bartlett2002-05-181-3/+3
* Remove const from some functions to match the changed prototype in aAndrew Bartlett2002-05-182-10/+8
* Passdb:Andrew Bartlett2002-05-183-48/+33
* Include the extra #define for the last set of smbpasswd mods.Andrew Bartlett2002-05-181-0/+1
* Make smbpasswd at least slightly sane. This kills off some of theAndrew Bartlett2002-05-181-43/+43
* As per rsharpe's request, require only a Masters in Astrophysics toAndrew Bartlett2002-05-182-16/+18
* A few things in this commit:Andrew Bartlett2002-05-1820-336/+642
* Don't forget the semicolon, you fool!Jim McDonough2002-05-171-1/+1
* Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett2002-05-177-913/+811
* Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough2002-05-174-7/+42
* This is meant to be accessed via the helper fn, not directly.Andrew Bartlett2002-05-171-1/+1