summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-17Don't forget the semicolon, you fool!Jim McDonough1-1/+1
2002-05-17Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett6-878/+808
2002-05-17Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough4-7/+42
2002-05-17This is meant to be accessed via the helper fn, not directly.Andrew Bartlett1-1/+1
2002-05-17Make non-static for some later work (pushing the info3 across the winbindAndrew Bartlett1-2/+3
2002-05-17Add a touch of constAndrew Bartlett1-1/+1
2002-05-17Check paramters for NULL.Andrew Bartlett1-0/+4
2002-05-17Make Get_Pwnam use getpwnam_alloc() in an attempt to make it segfault ratherAndrew Bartlett1-9/+31
2002-05-17indentAndrew Bartlett1-2/+2
2002-05-17A few more trusted domains updates from mimir.Andrew Bartlett8-63/+113
2002-05-17Add an item about the __va_copy macro to prevent SEGV's on 390 and PPC Linux.Jim McDonough1-0/+5
2002-05-17This removes --with-ssl from Samba.Andrew Bartlett16-1472/+810
2002-05-17more dl* -> sys_dl* for scoAndrew Bartlett1-2/+2
2002-05-17Makes winbindd_proto handling consistent with the other header files,Martin Pool1-7/+19
2002-05-17Get the sco boxes compiling again - use the sys_ intefaces for all the dl*Andrew Bartlett2-2/+2
2002-05-17NT sends the server name prepended with \\ for a enumerate printers RPCTim Potter1-2/+2
2002-05-17Changes to allow head to translate NMB flags ...Richard Sharpe5-17/+59
2002-05-17Use get_level_value() utility fn.Tim Potter2-46/+18
2002-05-17Add level field when converting FORM_1 to dict.Tim Potter1-1/+17