summaryrefslogtreecommitdiff
path: root/source/web
Commit message (Expand)AuthorAgeFilesLines
* Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij2003-05-101-3/+0
* Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij2003-05-101-0/+3
* Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison2003-05-071-0/+4
* Added patch from Stephen Roylance.John Terpstra2003-04-242-26/+26
* Added Stephen Roylance's patch to add buttons to start/stop/restart all threeJohn Terpstra2003-04-221-9/+38
* Fixup swat warning.Jeremy Allison2003-04-031-1/+1
* Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-3/+2
* Use True, not TRUE and False, not FALSEJelmer Vernooij2003-03-201-1/+1
* Make swat use poptJelmer Vernooij2003-03-201-12/+15
* Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij2003-02-281-3/+3
* Doxygen janitorMartin Pool2003-02-281-1/+1
* Fix comment typoMartin Pool2003-02-281-1/+1
* base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough2003-02-191-1/+1
* Prompted by RedHat bugzilla bug #77999, convert the user's username andAndrew Bartlett2003-02-011-4/+11
* connect to the actual netbios name in smb.conf and not LOCALHOSTGerald Carter2003-01-171-1/+1
* Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett2003-01-161-31/+0
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-031-3/+3
* BIG patch...Andrew Bartlett2003-01-023-25/+25
* Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter2002-12-041-1/+1
* use FILE_MACRO instead of __FILE__Herb Lewis2002-12-031-1/+1
* Add ntlm_auth, a new program to provide a stable interface to winbind'sAndrew Bartlett2002-11-241-41/+4
* Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it...Jeremy Allison2002-10-091-1/+1
* Fix John's little typo ...Richard Sharpe2002-10-071-1/+1
* Fix ability to locate if we are a WINS client.John Terpstra2002-10-071-3/+3
* Another patch from Steve Langasek <vorlon@netexpress.net>, again from theAndrew Bartlett2002-10-031-1/+1
* Committing changes before I lose them. Work still in progress.John Terpstra2002-09-161-53/+290
* fix log level, set a default, and also copy the value set in smb.conf into pa...Simo Sorce2002-08-031-8/+8
* people should be happier now.Simo Sorce2002-07-291-23/+33
* found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce2002-07-281-5/+45
* as per user request added windbind start/stop/restart in swatSimo Sorce2002-07-273-0/+78
* This commit finally gives us multiple wins server groups. We nowAndrew Tridgell2002-06-261-1/+1
* Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2002-06-257-3/+7
* moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-141-1/+1
* Changes to allow head to translate NMB flags ...Richard Sharpe2002-05-171-2/+2
* Add assertions that kill() is never accidentally passed a non-positiveMartin Pool2002-03-201-2/+2
* Removed version number from file header.Tim Potter2002-01-305-9/+5
* getpwnam -> getpwnam_allocAndrew Bartlett2002-01-211-1/+2
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-1/+3
* Store some path names in global variables initialized to configureMartin Pool2001-11-192-18/+28
* Fix const warning. Doxyfy comment.Martin Pool2001-11-191-5/+8
* the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-144-352/+130
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-111-107/+0
* merge from 2.2Gerald Carter2001-10-061-2/+84
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-252-1/+2
* Added SWAT i18n feature:Motonobu Takahashi2001-09-244-134/+571
* fixed a silly off by 1 bugAndrew Tridgell2001-09-241-2/+2
* fixed bug in POST var handlingAndrew Tridgell2001-09-241-4/+2
* convert all POST variables from display to unix charsetAndrew Tridgell2001-09-242-23/+29
* Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett2001-09-201-8/+5
* Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett2001-09-191-47/+24