summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2002-09-09Build py_tdbpack as well.Martin Pool1-0/+5
2002-09-09Python's setup.py does not need to be munged by configure.in -- it isMartin Pool5-14/+8
2002-09-09Actually, I think Jerrys patch was incorrect as it didn't everJeremy Allison1-40/+8
2002-09-09Import my code to do reasonably fast tdbpack/unpack from PythonMartin Pool1-0/+662
2002-09-09Update documentation for newly merged modulesMartin Pool1-35/+9
2002-09-09This patch has now been applied and no longer needs to exist separatelyMartin Pool1-69/+0
2002-09-09Add --with-python=PYTHONNAME configure option, so that the librariesMartin Pool3-812/+844
2002-09-09Merge tpot's Python patch. ./configure now writes to the PythonMartin Pool2-697/+700
2002-09-09Merge tpot's patch to add targets to build Python stuff. It's notMartin Pool1-0/+39
2002-09-09Add little meta noteMartin Pool1-0/+6
2002-09-09Fix crash bugs in getprinter info level code (yay unit tests).Tim Potter1-8/+3
2002-09-09Pass level keyword down to cli_spoolss_getform()Tim Potter1-1/+1
2002-09-09Formatting tidyup.Tim Potter1-1/+1
2002-09-09Return WERR_UNKNOWN_LEVEL for unknown info levels.Tim Potter1-3/+12
2002-09-09Return WERR_UNKNOWN_LEVEL for getprinterdriver level 6 as we don'tTim Potter1-0/+3
2002-09-09Remove todo comment.Tim Potter1-1/+0
2002-09-09Check no extra fields are present when parsing credentials.Tim Potter1-2/+17
2002-09-08Update patch.Tim Potter1-15/+15
2002-09-08Patch from Kai Krüger for the new SAM systemJelmer Vernooij1-2/+9
2002-09-08Patch from Stefan (metze) Metzmacher with more updates for the SAM subsystemJelmer Vernooij3-181/+398
2002-09-08forgot to commit configure with configure.inSimo Sorce1-2/+2
2002-09-07merge of printer change notify fix from APP_HEADGerald Carter1-8/+40
2002-09-07This is the 'main' inclue for for winbind clients - all clients should includeAndrew Bartlett1-0/+16
2002-09-07Don't leak file desciptors in this (impossible?) error case.Andrew Bartlett1-0/+1
2002-09-07Winbind client-side cleanups.Andrew Bartlett8-39/+96
2002-09-07configure.in:Simo Sorce2-1/+14
2002-09-06As per the 'OK' at CIFS2002, only use the readline headers (and this crasyAndrew Bartlett2-18/+18
2002-09-06Seems I missed commiting this when I added the rest of metze's ADS patch.Andrew Bartlett1-0/+75
2002-09-06This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett6-68/+93
2002-09-06Fix some missing ; on the end of our SAM_ASSERT()...Andrew Bartlett1-4/+4
2002-09-06Get our consts back in line with current norms - only for pointer protection.Andrew Bartlett1-7/+7
2002-09-06Make it possible to actually build these modules - process the Makefile.in atAndrew Bartlett2-3/+3
2002-09-06Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to theAndrew Bartlett2-2/+198
2002-09-06This commit includes part of the patch from metze posted to the list, and a fewAndrew Bartlett6-259/+225
2002-09-06patch from metze: add a 'vfs' debug classAndrew Bartlett4-1/+10
2002-09-06Revert accidental commit - I'll need to do a fair bit more testing before IAndrew Bartlett1-3/+0
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett7-35/+154
2002-09-06Oops...Andrew Bartlett1-1/+1
2002-09-06Add some DEBUG()s to some libads failure modes.Andrew Bartlett1-1/+5
2002-09-06One less user of Get_Pwnam_modify()...Andrew Bartlett1-2/+4
2002-09-06Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype forAndrew Bartlett4-727/+775
2002-09-06Initial version of printerdata_ex browsing.Tim Potter3-5/+38
2002-09-06Move printerdata dictionary object into it's own file.Tim Potter3-12/+49
2002-09-06Decode list of dependent files in printer driver info3 and info6.Tim Potter1-1/+31
2002-09-06level keys are inserted by conv routines.Tim Potter1-14/+0
2002-09-06Display debug data we are marshalling/unmarshalling a UNISTR in aTim Potter1-1/+7
2002-09-06cli_spoolss_enumprinterdrivers:Tim Potter1-0/+4
2002-09-05Move the fancy NT_STATUS macros to a new file, so we can include them earlierAndrew Bartlett3-38/+63
2002-09-05Revert the "reverse" change to rpc_server/srv_spoolss_nt.c, simplyJeremy Allison2-32/+9
2002-09-05Fixed a little, long standing bug: smbclient -M <name> should resolveVolker Lendecke1-3/+8