summaryrefslogtreecommitdiffstats
path: root/source3/web
Commit message (Expand)AuthorAgeFilesLines
...
* Fix more "ignore return value" warnings from gcc 4.3.Jeremy Allison2008-12-303-6/+9
* s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()Michael Adam2008-12-151-2/+2
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-2/+2
* Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2008-11-061-1/+1
* Use str_list_equal() rather than str_list_compare().Jelmer Vernooij2008-10-181-1/+2
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-182-3/+3
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-2/+3
* Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-011-2/+3
* Fix swat. Bug #5613.Jeremy Allison2008-07-151-13/+18
* Fix empty input fields in SWAT; [#5515].Andreas Schneider2008-06-031-4/+4
* Fix saving of the config file in SWAT; [#5516].Andreas Schneider2008-06-031-2/+2
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-202-7/+10
* swat: freeze swat_proto.h from "make proto"Michael Adam2008-05-181-0/+70
* Cleanup size_t return values in convert_string_allocateTim Prouty2008-04-111-4/+4
* Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam2008-03-281-1/+5
* loadparm: add convenience wrapper lp_kill_all_services()Michael Adam2008-03-121-1/+1
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-2/+2
* strtok -> strtok_rVolker Lendecke2008-01-231-1/+3
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-102-12/+12
* Tiny simplificationsVolker Lendecke2007-12-101-1/+1
* We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison2007-12-071-15/+0
* Remove some globalsVolker Lendecke2007-12-051-5/+12
* Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison2007-12-034-89/+123
* Make remote_password_change return malloced error stringsVolker Lendecke2007-11-231-3/+4
* Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison2007-11-211-6/+8
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-0/+3
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+1
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+2
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-6/+10
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-184-25/+25
* Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2007-10-111-2/+2
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-2/+6
* r24781: Fix build warning.Günther Deschner2007-10-101-1/+1
* r24701: Fix the swat buildVolker Lendecke2007-10-102-0/+27
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-106-12/+6
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-106-6/+6
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-101-1/+3
* r23171: Convert connections.tdb to dbwrapVolker Lendecke2007-10-101-12/+11
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-101-52/+31
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-102-5/+5
* r22282: Fix last few name -> servicename changes.Jeremy Allison2007-10-101-1/+1
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-101-1/+1
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-1/+1
* r17873: Fix possible null deref found by Stanford checker.Jeremy Allison2007-10-101-2/+3
* r17177: Get rid of a global variable by adding a private data pointer toVolker Lendecke2007-10-101-2/+5
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-103-8/+8
* r16597: Klocwork #2006. Fix possible null deref.Jeremy Allison2007-10-101-0/+4
* r16435: Add in the uid info that Jerry needs into theJeremy Allison2007-10-101-0/+1
* r16426: Klocwork #1544, #1545, #1546, #1549, #1550, #1552, #1553, #1554Jeremy Allison2007-10-102-20/+35