summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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-1819-331/+625
* 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-176-878/+808
* 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
* Make non-static for some later work (pushing the info3 across the winbindAndrew Bartlett2002-05-171-2/+3
* Add a touch of constAndrew Bartlett2002-05-171-1/+1
* Check paramters for NULL.Andrew Bartlett2002-05-171-0/+4
* Make Get_Pwnam use getpwnam_alloc() in an attempt to make it segfault ratherAndrew Bartlett2002-05-171-9/+31
* indentAndrew Bartlett2002-05-171-2/+2
* A few more trusted domains updates from mimir.Andrew Bartlett2002-05-178-63/+113
* Add an item about the __va_copy macro to prevent SEGV's on 390 and PPC Linux.Jim McDonough2002-05-171-0/+5
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-1716-1472/+810
* more dl* -> sys_dl* for scoAndrew Bartlett2002-05-171-2/+2
* Makes winbindd_proto handling consistent with the other header files,Martin Pool2002-05-171-7/+19
* Get the sco boxes compiling again - use the sys_ intefaces for all the dl*Andrew Bartlett2002-05-172-2/+2
* NT sends the server name prepended with \\ for a enumerate printers RPCTim Potter2002-05-171-2/+2
* Changes to allow head to translate NMB flags ...Richard Sharpe2002-05-175-17/+59
* Use get_level_value() utility fn.Tim Potter2002-05-172-46/+18
* Add level field when converting FORM_1 to dict.Tim Potter2002-05-171-1/+17
* addform(), setform():Tim Potter2002-05-171-26/+44
* Call get_level_value() utility function.Tim Potter2002-05-171-21/+8
* Added a utility function to extract the info key from a dictionary.Tim Potter2002-05-172-0/+18