summaryrefslogtreecommitdiff
path: root/source3/web
AgeCommit message (Expand)AuthorFilesLines
2003-12-25Fix bug 916 - do not perform a + -> space substitution for squid URL encodedAndrew Bartlett1-0/+18
2003-11-22include WWW-Authenticate field in 401 response for bad auth attempt; bug 629Gerald Carter1-1/+2
2003-11-22fix winbind ping call so that SWAT correctly determines if winbindd is runnin...Gerald Carter1-5/+1
2003-11-22Ensure that items in a list of strings containing whitespaceGerald Carter1-2/+10
2003-11-07Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke1-2/+2
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-11/+11
2003-10-21call initgroups before becomming the user; patch from Fabio CecchiGerald Carter1-0/+3
2003-10-03Moving towards better i18n support in SWAT. This commit contains aTim Potter2-76/+85
2003-09-26More bug #413. Fix bad html table row termination in SWAT wizard code found byTim Potter1-4/+3
2003-09-26Change title of SWAT globals page from 'Global Variables' to 'GlobalTim Potter1-1/+3
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-08-19- Update 'preload modules' documention (bug #304)Jelmer Vernooij1-1/+10
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