Age | Commit message (Expand) | Author | Files | Lines |
2010-03-26 | s3-smbd: Don't close stdout if we want to log to stdout. | Andreas Schneider | 1 | -3/+3 |
2010-03-01 | s3: Add connections_forall_read() | Volker Lendecke | 1 | -9/+6 |
2010-02-14 | s3: last part of TYPESAFE_QSORT() conversion | Andrew Tridgell | 1 | -4/+3 |
2010-01-18 | s3: Show share path in swat statuspage | Marcin Gryszkalis | 1 | -4/+7 |
2009-11-30 | s3: Fix bug 6288 | Volker Lendecke | 1 | -8/+8 |
2009-11-29 | s3: Fix an uninitialized variable reference | Volker Lendecke | 1 | -1/+2 |
2009-11-29 | s3: Fix some nonempty blank lines | Volker Lendecke | 2 | -37/+36 |
2009-11-29 | s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers l... | Volker Lendecke | 1 | -1/+2 |
2009-11-29 | s3: "cgi_download" only looks at the mode and size | Volker Lendecke | 1 | -1/+1 |
2009-11-29 | s3: Pass the "fake dir create times" parameter to sys_*stat | Volker Lendecke | 1 | -2/+1 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -4/+4 |
2009-04-14 | Convert Samba3 to use the common lib/util/charset API | Andrew Bartlett | 3 | -14/+14 |
2009-01-15 | Fix bug #6040 - Missing <th> header in Status page. | Jeremy Allison | 1 | -1/+2 |
2009-01-15 | s3: make better use of ccache by not including version.h in every C-file. | Michael Adam | 1 | -1/+1 |
2009-01-06 | s3/swat: Fix creation of the first share using SWAT. | Volker Lendecke | 1 | -1/+1 |
2008-12-30 | Fix more "ignore return value" warnings from gcc 4.3. | Jeremy Allison | 3 | -6/+9 |
2008-12-15 | s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum() | Michael Adam | 1 | -2/+2 |
2008-11-06 | Make us clean under valgrind --leak-check=full by using talloc_autofree_conte... | Jeremy Allison | 1 | -2/+2 |
2008-11-06 | Add wrapper str_list_make_v3() to replace the old S3 behavior of | Jeremy Allison | 1 | -1/+1 |
2008-10-18 | Use str_list_equal() rather than str_list_compare(). | Jelmer Vernooij | 1 | -1/+2 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 2 | -3/+3 |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 1 | -2/+3 |
2008-10-01 | Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>. | Jeremy Allison | 1 | -2/+3 |
2008-07-15 | Fix swat. Bug #5613. | Jeremy Allison | 1 | -13/+18 |
2008-06-03 | Fix empty input fields in SWAT; [#5515]. | Andreas Schneider | 1 | -4/+4 |
2008-06-03 | Fix saving of the config file in SWAT; [#5516]. | Andreas Schneider | 1 | -2/+2 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 2 | -7/+10 |
2008-05-18 | swat: freeze swat_proto.h from "make proto" | Michael Adam | 1 | -0/+70 |
2008-04-11 | Cleanup size_t return values in convert_string_allocate | Tim Prouty | 1 | -4/+4 |
2008-03-28 | Add a talloc context parameter to current_timestring() to fix memleaks. | Michael Adam | 1 | -1/+5 |
2008-03-12 | loadparm: add convenience wrapper lp_kill_all_services() | Michael Adam | 1 | -1/+1 |
2008-02-04 | Always pass a TALLOC_CTX to str_list_make and str_list_copy | Volker Lendecke | 1 | -2/+2 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -1/+3 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2 | -12/+12 |
2007-12-10 | Tiny simplifications | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | We don't need P_GSTRING or P_UGSTRING anymore. | Jeremy Allison | 1 | -15/+0 |
2007-12-05 | Remove some globals | Volker Lendecke | 1 | -5/+12 |
2007-12-03 | Make strhex_to_str clear on string limits. Remove pstring from web/*.c | Jeremy Allison | 4 | -89/+123 |
2007-11-23 | Make remote_password_change return malloced error strings | Volker Lendecke | 1 | -3/+4 |
2007-11-21 | Remove pstrings from pam_smbpass - make local_password_change | Jeremy Allison | 1 | -6/+8 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -0/+3 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 1 | -1/+2 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -6/+10 |
2007-10-19 | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 1 | -2/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 4 | -25/+25 |
2007-10-11 | Add const to the get_peer_addr() and get_socket_addr() | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r24781: Fix build warning. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r24701: Fix the swat build | Volker Lendecke | 2 | -0/+27 |