summaryrefslogtreecommitdiff
path: root/source3/web
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-12fix broken links in SWAT due to upper case anchors in the generatedGerald Carter1-2/+5
2001-04-05Setup syslog correctly in swat. Patch from Andrew Bartlett.Jeremy Allison1-0/+1
2001-03-26Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison1-7/+19
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2-4/+3
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-2/+3
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-2/+2
2000-11-06Fix to the "known/unknown user" difference patch from "Ron Alexander" <rcalex...Jeremy Allison1-0/+1
2000-11-01Remove CGI logging code. Make username/password lookups takeJeremy Allison1-29/+28
2000-09-13don't show equivalent enum options in swatAndrew Tridgell1-5/+8
2000-09-01Fix for swat to return correct MIME type for text files. From "RonTim Potter1-0/+2
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-3/+3
2000-04-11two minor bugfixes for SCO UnixWare. The first is to catch SIGPIPE so that pu...Andrew Tridgell2-0/+4
2000-02-25client/client.c:Jeremy Allison1-14/+26
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-6/+6
2000-01-07always restart nmbd and smbd when asked, even if they appear not to beAndrew Tridgell1-4/+2
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell1-1/+1
2000-01-03fixed active shares displayAndrew Tridgell1-2/+2
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-1/+1
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-7/+1
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell1-54/+63
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell5-120/+188
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1-1/+1
1999-03-09mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1-3/+18
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1-1/+1
1998-11-29weekend work. user / group database API.Luke Leighton1-1/+2
1998-11-27make the help links appear in a separate window, so you can read theAndrew Tridgell1-1/+1
1998-11-27better layout of password options.Andrew Tridgell1-19/+23
1998-11-23changed string_sub() to replace " ; and ` in the inserted string with _Andrew Tridgell1-1/+1
1998-11-21make SWAT obey the global "hosts allow" and "hosts deny" settings.Andrew Tridgell2-13/+29
1998-11-21smbd/password.c: Added *SMBSERVER fix is name is too long.Jeremy Allison1-1/+1
1998-11-20wrong directory path for smbd and nmbdHerb Lewis1-2/+2
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison3-7/+7
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-1/+1