summaryrefslogtreecommitdiffstats
path: root/source3/web
Commit message (Expand)AuthorAgeFilesLines
* Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-3/+2
* Fixup swat warning.Jeremy Allison2003-04-031-1/+1
* A fixed type TRUE -> True, reported by Paul Green.John Terpstra2003-03-261-1/+1
* Make swat use poptJelmer Vernooij2003-03-201-12/+15
* Merge from HEAD:Andrew Bartlett2003-03-171-1/+1
* Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij2003-02-281-3/+3
* base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough2003-02-181-1/+1
* Merge from HEAD - convert username/password to unix before checking them inAndrew Bartlett2003-02-011-4/+11
* Merge from HEAD:Andrew Bartlett2003-01-281-31/+0
* connect to the actual netbios name in smb.conf and not LOCALHOSTGerald Carter2003-01-171-1/+1
* *lots of small merges form HEADGerald Carter2003-01-151-41/+4
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-031-3/+3
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-033-25/+25
* Sync with HEADJelmer Vernooij2002-11-091-3/+3
* Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett2002-10-261-1/+1
* Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it...Jeremy Allison2002-10-091-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-53/+290
* sync 3.0 branch with HEADJelmer Vernooij2002-08-175-14/+142
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-157-6/+10
* 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
* move to SAFE_FREE()Simo Sorce2001-09-172-2/+2
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-102-6/+6
* convert more code to using d_printfAndrew Tridgell2001-09-081-165/+165
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* A few changes:Andrew Bartlett2001-08-221-3/+1
* it was half committed last time,Simo Sorce2001-08-121-2/+2
* Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-081-13/+13
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-2/+2
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-12/+12
* The big character set handling changeover!Andrew Tridgell2001-07-042-21/+8
* uhm some pointer went wrongSimo Sorce2001-06-231-4/+4
* handle P_LIST parametersSimo Sorce2001-06-231-0/+25
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1