summaryrefslogtreecommitdiff
path: root/source3/web
AgeCommit message (Expand)AuthorFilesLines
2003-07-28Cleanup of loadparm and swat to correctly display all parameters as required.John Terpstra1-26/+9
2003-07-27Add buttons to Printers ViewJohn Terpstra1-0/+10
2003-07-26Format tidy up.John Terpstra1-6/+5
2003-07-26Added buttons to change view mode. Fixes bug #212John Terpstra1-1/+17
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-2/+2
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-1/+1
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter1-4/+0
2003-05-26Metze's patches:John Terpstra1-24/+22
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-3/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+3
2003-05-07Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison1-0/+4
2003-04-24Added patch from Stephen Roylance.John Terpstra2-26/+26
2003-04-22Added Stephen Roylance's patch - Adds to Status page, a Start All, Restart AllJohn Terpstra1-9/+38
2003-04-14Merge Jelmer's popt updates from HEAD.Tim Potter1-3/+2
2003-04-03Fixup swat warning.Jeremy Allison1-1/+1
2003-03-26A fixed type TRUE -> True, reported by Paul Green.John Terpstra1-1/+1
2003-03-20Make swat use poptJelmer Vernooij1-12/+15
2003-03-17Merge from HEAD:Andrew Bartlett1-1/+1
2003-02-28Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij1-3/+3
2003-02-18base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough1-1/+1
2003-02-01Merge from HEAD - convert username/password to unix before checking them inAndrew Bartlett1-4/+11
2003-01-28Merge from HEAD:Andrew Bartlett1-31/+0
2003-01-17connect to the actual netbios name in smb.conf and not LOCALHOSTGerald Carter1-1/+1
2003-01-15*lots of small merges form HEADGerald Carter1-41/+4
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-3/+3
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett3-25/+25
2002-11-09Sync with HEADJelmer Vernooij1-3/+3
2002-10-26Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett1-1/+1
2002-10-09Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it...Jeremy Allison1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-53/+290
2002-08-17sync 3.0 branch with HEADJelmer Vernooij5-14/+142
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell7-6/+10
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