summaryrefslogtreecommitdiff
path: root/source3/web
AgeCommit message (Expand)AuthorFilesLines
2003-04-03Fixup swat warning.Jeremy Allison1-1/+1
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij1-3/+2
2003-03-20Use True, not TRUE and False, not FALSEJelmer Vernooij1-1/+1
2003-03-20Make swat use poptJelmer Vernooij1-12/+15
2003-02-28Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij1-3/+3
2003-02-28Doxygen janitorMartin Pool1-1/+1
2003-02-28Fix comment typoMartin Pool1-1/+1
2003-02-19base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough1-1/+1
2003-02-01Prompted by RedHat bugzilla bug #77999, convert the user's username andAndrew Bartlett1-4/+11
2003-01-17connect to the actual netbios name in smb.conf and not LOCALHOSTGerald Carter1-1/+1
2003-01-16Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett1-31/+0
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-3/+3
2003-01-02BIG patch...Andrew Bartlett3-25/+25
2002-12-04Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter1-1/+1
2002-12-03use FILE_MACRO instead of __FILE__Herb Lewis1-1/+1
2002-11-24Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett1-41/+4
2002-10-09Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it...Jeremy Allison1-1/+1
2002-10-07Fix John's little typo ...Richard Sharpe1-1/+1
2002-10-07Fix ability to locate if we are a WINS client.John Terpstra1-3/+3
2002-10-03Another patch from Steve Langasek <vorlon@netexpress.net>, again from theAndrew Bartlett1-1/+1
2002-09-16Committing changes before I lose them. Work still in progress.John Terpstra1-53/+290
2002-08-03fix log level, set a default, and also copy the value set in smb.conf into pa...Simo Sorce1-8/+8
2002-07-29people should be happier now.Simo Sorce1-23/+33
2002-07-28found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce1-5/+45
2002-07-27as per user request added windbind start/stop/restart in swatSimo Sorce3-0/+78
2002-06-26This commit finally gives us multiple wins server groups. We nowAndrew Tridgell1-1/+1
2002-06-25Break up samba's object dependencies, and its prototype includes.Andrew Bartlett7-3/+7
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce1-1/+1
2002-05-17Changes to allow head to translate NMB flags ...Richard Sharpe1-2/+2
2002-03-20Add assertions that kill() is never accidentally passed a non-positiveMartin Pool1-2/+2
2002-01-30Removed version number from file header.Tim Potter5-9/+5
2002-01-21getpwnam -> getpwnam_allocAndrew Bartlett1-1/+2
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-1/+3
2001-11-19Store some path names in global variables initialized to configureMartin Pool2-18/+28
2001-11-19Fix const warning. Doxyfy comment.Martin Pool1-5/+8
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell4-352/+130
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-107/+0
2001-10-06merge from 2.2Gerald Carter1-2/+84
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2-1/+2
2001-09-24Added SWAT i18n feature:Motonobu Takahashi4-134/+571
2001-09-24fixed a silly off by 1 bugAndrew Tridgell1-2/+2
2001-09-24fixed bug in POST var handlingAndrew Tridgell1-4/+2
2001-09-24convert all POST variables from display to unix charsetAndrew Tridgell2-23/+29
2001-09-20Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett1-8/+5
2001-09-19Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett1-47/+24
2001-09-17move to SAFE_FREE()Simo Sorce2-2/+2
2001-09-10declare dbf in one spotAndrew Tridgell1-1/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2-6/+6
2001-09-08convert more code to using d_printfAndrew Tridgell1-165/+165
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1