couple of updates mentioned on samba@samba.org
[ira/wip.git] / source3 / web /
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-11-19 Martin PoolFix const warning. Doxyfy comment.
2001-10-14 Andrew Tridgellthe next step in the intl changeover. This should get...
2001-10-11 Andrew Tridgellfirst step in converting the head branch to use lang_td...
2001-10-06 Gerald Cartermerge from 2.2
2001-09-25 Jeremy AllisonFixup passdb stuff to add new nisplus and ldap backends.
2001-09-24 Motonobu TakahashiAdded SWAT i18n feature:
2001-09-24 Andrew Tridgellfixed a silly off by 1 bug
2001-09-24 Andrew Tridgellfixed bug in POST var handling
2001-09-24 Andrew Tridgellconvert all POST variables from display to unix charset
2001-09-20 Andrew BartlettMove pass_check.c over to NTSTATUS, allowing full NTSTA...
2001-09-19 Andrew BartlettRemove the ugly hacks to get around the Get_Pwnam(...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Andrew Tridgelldeclare dbf in one spot
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-09-08 Andrew Tridgellconvert more code to using d_printf
2001-09-06 Andrew Tridgellgot rid of USE_TDB_MMAP_FLAG as its not needed any...
2001-08-22 Andrew BartlettA few changes:
2001-08-12 Simo Sorceit was half committed last time,
2001-08-08 Simo SorceChange all realloc() statements to Realloc() (ecxept...
2001-07-30 Jeremy AllisonAdded "use mmap" for HPUX.
2001-07-08 Andrew BartlettThis removes unused paramaters from various authticatio...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-23 Simo Sorceuhm some pointer went wrong
2001-06-23 Simo Sorcehandle P_LIST parameters
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-05-30 Andrew Tridgellmake swat recover from previously bad umask from xinetd
2001-05-30 Tim PotterAdd border=0 in included swat images to get rid of...
2001-05-28 Andrew Tridgellmake sure the umask is set in swat
2001-05-17 Andrew Tridgell- added ability for swat to run under CGI. This needs
2001-05-15 Jeremy AllisonCheck sizes of data entries in connections.tdb before...
2001-05-07 Andrew Tridgellmerge some fixes from 2.2
2001-04-12 Gerald Carterfix broken links in SWAT due to upper case anchors...
2001-04-05 Jeremy AllisonSetup syslog correctly in swat. Patch from Andrew Bartlett.
2001-03-26 Jeremy AllisonFix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-01-17 David O'NeillChanges from APPLIANCE_HEAD:
2000-11-13 Gerald CarterLarge commit which restructures the local password...
2000-11-06 Jeremy AllisonFix to the "known/unknown user" difference patch from...
2000-11-01 Jeremy AllisonRemove CGI logging code. Make username/password lookups...
2000-09-13 Andrew Tridgelldon't show equivalent enum options in swat
2000-09-01 Tim PotterFix for swat to return correct MIME type for text files...
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-04-11 Andrew Tridgelltwo minor bugfixes for SCO UnixWare. The first is to...
2000-02-25 Jeremy Allisonclient/client.c:
2000-02-04 Luke Leighton1) added void* state argument to tdb_traverse. guess...
2000-01-07 Andrew Tridgellalways restart nmbd and smbd when asked, even if they...
2000-01-03 Andrew Tridgelladded the unexpected packet database (unexpected.tdb)
2000-01-03 Andrew Tridgellfixed active shares display
2000-01-02 Andrew Tridgell- added tdb_flags option to tdb_open()
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
1999-12-21 Andrew Tridgellfirst cut at using the tdb code for the connections...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-06-13 Tim PotterMoved code that changes the pw_passwd entry (i.e shadow...
1999-03-09 Luke Leightonmods to allow inter-domain trust accounts to be added...
1998-12-01 Luke Leightonrpc_samr.h parse_samr.c srv_samr.c :
1998-11-29 Luke Leightonweekend work. user / group database API.
1998-11-27 Andrew Tridgellmake the help links appear in a separate window, so...
1998-11-27 Andrew Tridgellbetter layout of password options.
1998-11-23 Andrew Tridgellchanged string_sub() to replace " ; and ` in the insert...
1998-11-21 Andrew Tridgellmake SWAT obey the global "hosts allow" and "hosts...
1998-11-21 Jeremy Allisonsmbd/password.c: Added *SMBSERVER fix is name is too...
1998-11-20 Herb Lewiswrong directory path for smbd and nmbd
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-11-14 Andrew Tridgell- new prototypes
1998-11-14 Andrew Tridgellallow all user to view the config
1998-11-14 Andrew Tridgellremove code that allows installation via cgi
1998-11-13 Jeremy AllisonMakefile.in configure configure.in include/config.h...
1998-11-12 Andrew Tridgell%\ is an interesting printf argument, but I prefer %s
1998-11-12 Herb LewisRemoved code that used printf/fprintf in password chang...
1998-11-12 Herb Lewis.cvsignore: Removed old entries.
1998-11-12 Herb Lewischanges from John Sygulla for changing remote passwords
1998-11-12 Andrew Tridgellhandle null usernames
1998-11-12 Andrew Tridgellshow all buttons in demo mode
1998-11-12 Andrew Tridgellfixed demo mode
1998-11-12 Andrew Tridgellextracted the password change code from smbpasswd and...
1998-11-12 Jeremy AllisonAdded the security changes suggested by Andrew - become the
1998-11-12 Jeremy AllisonAdded enable user button. Fixed bug where log was alway...
1998-11-11 Andrew Tridgellchanged is_root() to am_root() to prevent clash with...
1998-11-11 Jeremy AllisonJ.F.'s latest printer fixes plus his gcc -picky fix...
1998-11-11 Jeremy Allisonrpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.
1998-11-11 Herb Lewisadded password change functionality to swat
1998-11-11 Herb Lewisswat.c updated to use new yodl generated smb.conf.5...
1998-10-26 Andrew Tridgellreport ourselves as HTTP/1.0 not HTTP/1.1
1998-09-29 Alexandre Olivaget away with dummy and .dummy files
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-28 Alexandre Olivaautomated generation of .dummy files for each subdirectory;
1998-09-21 Alexandre Olivareplace getpass() with getsmbpass() if getsmbpass.c...
1998-09-21 Alexandre Olivamajor autoconf clean-up
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-02 Andrew Tridgelluse /swat/ prefix in both inetd and cgi modes, to enabl...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-09-01 Andrew Tridgellspruced up SWAT a bit - it now uses the new Samba logo...
1998-09-01 Andrew Tridgellfixed a bug in the base64 hanlding that led to auth...
1998-08-15 Andrew Tridgellthis checkin gets rid of the global Files[] array and...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-10 Andrew Tridgellsplit the system password checking routines out of...
next