Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -20/+20 |
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 | 1 | -2/+2 |
2008-12-30 | Fix more "ignore return value" warnings from gcc 4.3. | Jeremy Allison | 1 | -1/+3 |
2008-11-06 | Make us clean under valgrind --leak-check=full by using talloc_autofree_conte... | Jeremy Allison | 1 | -2/+2 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 1 | -2/+3 |
2008-06-03 | Fix saving of the config file in SWAT; [#5516]. | Andreas Schneider | 1 | -2/+2 |
2008-04-11 | Cleanup size_t return values in convert_string_allocate | Tim Prouty | 1 | -4/+4 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -1/+3 |
2007-12-03 | Make strhex_to_str clear on string limits. Remove pstring from web/*.c | Jeremy Allison | 1 | -16/+20 |
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-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -6/+6 |
2007-10-11 | Add const to the get_peer_addr() and get_socket_addr() | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17873: Fix possible null deref found by Stanford checker. | Jeremy Allison | 1 | -2/+3 |
2007-10-10 | r16426: Klocwork #1544, #1545, #1546, #1549, #1550, #1552, #1553, #1554 | Jeremy Allison | 1 | -0/+15 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -5/+5 |
2007-10-10 | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r4577: Fix from William Jojo <jojowil@hvcc.edu> for AIX 5.3 compile. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -10/+10 |
2007-10-10 | r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2771: Second (and last) part of Swat-i18n-Patch from Björn Jacke | Günther Deschner | 1 | -6/+6 |
2007-10-10 | r1833: patch from James Peach to get swat to look for index.html by default w... | Gerald Carter | 1 | -4/+24 |
2004-03-11 | Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c... | Jeremy Allison | 1 | -4/+4 |
2004-02-08 | Make more functions static, and remove duplication in the use of functions | Andrew Bartlett | 1 | -1/+1 |
2003-12-25 | Fix bug 916 - do not perform a + -> space substitution for squid URL encoded | Andrew Bartlett | 1 | -0/+18 |
2003-11-22 | include WWW-Authenticate field in 401 response for bad auth attempt; bug 629 | Gerald Carter | 1 | -1/+2 |
2003-11-07 | Simple rename of get_socket_addr to get_peer_addr and get_socket_name to | Volker Lendecke | 1 | -2/+2 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -11/+11 |
2003-10-21 | call initgroups before becomming the user; patch from Fabio Cecchi | Gerald Carter | 1 | -0/+3 |
2003-02-28 | Fix HTTP error codes (patch by Vance Lankhaar) | Jelmer Vernooij | 1 | -3/+3 |
2003-02-18 | base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace(). | Jim McDonough | 1 | -1/+1 |
2003-02-01 | Merge from HEAD - convert username/password to unix before checking them in | Andrew Bartlett | 1 | -4/+11 |
2003-01-28 | Merge from HEAD: | Andrew Bartlett | 1 | -31/+0 |
2003-01-15 | *lots of small merges form HEAD | Gerald Carter | 1 | -41/+4 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -9/+9 |
2002-10-26 | Try to catch up on the code I've put into HEAD that should be in 3.0: | Andrew Bartlett | 1 | -1/+1 |
2002-10-09 | Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it... | Jeremy Allison | 1 | -1/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -1/+1 |
2002-01-21 | getpwnam -> getpwnam_alloc | Andrew Bartlett | 1 | -1/+2 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -1/+3 |