summaryrefslogtreecommitdiff
path: root/source3/web
AgeCommit message (Expand)AuthorFilesLines
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett3-14/+14
2009-01-15Fix bug #6040 - Missing <th> header in Status page.Jeremy Allison1-1/+2
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
2009-01-06s3/swat: Fix creation of the first share using SWAT.Volker Lendecke1-1/+1
2008-12-30Fix more "ignore return value" warnings from gcc 4.3.Jeremy Allison3-6/+9
2008-12-15s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()Michael Adam1-2/+2
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-2/+2
2008-11-06Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison1-1/+1
2008-10-18Use str_list_equal() rather than str_list_compare().Jelmer Vernooij1-1/+2
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij2-3/+3
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-2/+3
2008-10-01Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison1-2/+3
2008-07-15Fix swat. Bug #5613.Jeremy Allison1-13/+18
2008-06-03Fix empty input fields in SWAT; [#5515].Andreas Schneider1-4/+4
2008-06-03Fix saving of the config file in SWAT; [#5516].Andreas Schneider1-2/+2
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty2-7/+10
2008-05-18swat: freeze swat_proto.h from "make proto"Michael Adam1-0/+70
2008-04-11Cleanup size_t return values in convert_string_allocateTim Prouty1-4/+4
2008-03-28Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam1-1/+5
2008-03-12loadparm: add convenience wrapper lp_kill_all_services()Michael Adam1-1/+1
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-2/+2
2008-01-23strtok -> strtok_rVolker Lendecke1-1/+3
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2-12/+12
2007-12-10Tiny simplificationsVolker Lendecke1-1/+1
2007-12-07We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison1-15/+0
2007-12-05Remove some globalsVolker Lendecke1-5/+12
2007-12-03Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison4-89/+123
2007-11-23Make remote_password_change return malloced error stringsVolker Lendecke1-3/+4
2007-11-21Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison1-6/+8
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-0/+3
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+1
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-1/+2
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-6/+10
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison4-25/+25
2007-10-11Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison1-2/+2
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-2/+6
2007-10-10r24781: Fix build warning.Günther Deschner1-1/+1
2007-10-10r24701: Fix the swat buildVolker Lendecke2-0/+27
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell6-12/+6
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison6-6/+6
2007-10-10r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison1-1/+3
2007-10-10r23171: Convert connections.tdb to dbwrapVolker Lendecke1-12/+11
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke1-52/+31
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2-5/+5
2007-10-10r22282: Fix last few name -> servicename changes.Jeremy Allison1-1/+1
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke1-1/+1
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-1/+1
2007-10-10r17873: Fix possible null deref found by Stanford checker.Jeremy Allison1-2/+3
2007-10-10r17177: Get rid of a global variable by adding a private data pointer toVolker Lendecke1-2/+5