summaryrefslogtreecommitdiff
path: root/source3/web
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2-6/+6
2001-09-08convert more code to using d_printfAndrew Tridgell1-165/+165
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-08-22A few changes:Andrew Bartlett1-3/+1
2001-08-12it was half committed last time,Simo Sorce1-2/+2
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce1-13/+13
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett1-2/+2
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-12/+12
2001-07-04The big character set handling changeover!Andrew Tridgell2-21/+8
2001-06-23uhm some pointer went wrongSimo Sorce1-4/+4
2001-06-23handle P_LIST parametersSimo Sorce1-0/+25
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-05-30make swat recover from previously bad umask from xinetdAndrew Tridgell1-2/+8
2001-05-30Add border=0 in included swat images to get rid of the link border stuff.Tim Potter1-1/+1
2001-05-28make sure the umask is set in swatAndrew Tridgell1-0/+2
2001-05-17- added ability for swat to run under CGI. This needsAndrew Tridgell1-1/+33
2001-05-15Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison1-5/+17
2001-05-07merge some fixes from 2.2Andrew Tridgell1-1/+5