summaryrefslogtreecommitdiffstats
path: root/source/web
Commit message (Expand)AuthorAgeFilesLines
* 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
* make swat recover from previously bad umask from xinetdAndrew Tridgell2001-05-301-2/+8
* Add border=0 in included swat images to get rid of the link border stuff.Tim Potter2001-05-301-1/+1
* make sure the umask is set in swatAndrew Tridgell2001-05-281-0/+2
* - added ability for swat to run under CGI. This needsAndrew Tridgell2001-05-171-1/+33
* Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-151-5/+17
* merge some fixes from 2.2Andrew Tridgell2001-05-071-1/+5
* fix broken links in SWAT due to upper case anchors in the generatedGerald Carter2001-04-121-2/+5
* Setup syslog correctly in swat. Patch from Andrew Bartlett.Jeremy Allison2001-04-051-0/+1
* Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison2001-03-261-7/+19
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-112-4/+3
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-2/+3
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-2/+2
* Fix to the "known/unknown user" difference patch from "Ron Alexander" <rcalex...Jeremy Allison2000-11-061-0/+1
* Remove CGI logging code. Make username/password lookups takeJeremy Allison2000-11-011-29/+28
* don't show equivalent enum options in swatAndrew Tridgell2000-09-131-5/+8
* Fix for swat to return correct MIME type for text files. From "RonTim Potter2000-09-011-0/+2
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-3/+3
* two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu...Andrew Tridgell2000-04-112-0/+4
* client/client.c:Jeremy Allison2000-02-251-14/+26
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-6/+6
* always restart nmbd and smbd when asked, even if they appear not to beAndrew Tridgell2000-01-071-4/+2
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-031-1/+1
* fixed active shares displayAndrew Tridgell2000-01-031-2/+2
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-1/+1
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-7/+1