| Commit message (Expand) | Author | Age | Files | Lines |
| * | strtok -> strtok_r | Volker Lendecke | 2008-01-23 | 1 | -1/+3 |
| * | Make strhex_to_str clear on string limits. Remove pstring from web/*.c | Jeremy Allison | 2007-12-03 | 1 | -16/+20 |
| * | I can't get away without a 'length' arg. :-). | Jeremy Allison | 2007-11-03 | 1 | -1/+1 |
| * | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 2007-11-03 | 1 | -1/+2 |
| * | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -6/+6 |
| * | Add const to the get_peer_addr() and get_socket_addr() | Jeremy Allison | 2007-10-11 | 1 | -2/+2 |
| * | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| * | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| * | r17873: Fix possible null deref found by Stanford checker. | Jeremy Allison | 2007-10-10 | 1 | -2/+3 |
| * | r16426: Klocwork #1544, #1545, #1546, #1549, #1550, #1552, #1553, #1554 | Jeremy Allison | 2007-10-10 | 1 | -0/+15 |
| * | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| * | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 2007-10-10 | 1 | -3/+3 |
| * | r13316: Let the carnage begin.... | Gerald Carter | 2007-10-10 | 1 | -5/+5 |
| * | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 2007-10-10 | 1 | -0/+4 |
| * | r4577: Fix from William Jojo <jojowil@hvcc.edu> for AIX 5.3 compile. | Jeremy Allison | 2007-10-10 | 1 | -2/+2 |
| * | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 2007-10-10 | 1 | -10/+10 |
| * | r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of | Tim Potter | 2007-10-10 | 1 | -1/+1 |
| * | r2771: Second (and last) part of Swat-i18n-Patch from Björn Jacke | Günther Deschner | 2007-10-10 | 1 | -6/+6 |
| * | r1833: patch from James Peach to get swat to look for index.html by default w... | Gerald Carter | 2007-10-10 | 1 | -4/+24 |
| * | Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c... | Jeremy Allison | 2004-03-11 | 1 | -4/+4 |
| * | Make more functions static, and remove duplication in the use of functions | Andrew Bartlett | 2004-02-08 | 1 | -1/+1 |
| * | Fix bug 916 - do not perform a + -> space substitution for squid URL encoded | Andrew Bartlett | 2003-12-25 | 1 | -0/+18 |
| * | include WWW-Authenticate field in 401 response for bad auth attempt; bug 629 | Gerald Carter | 2003-11-22 | 1 | -1/+2 |
| * | Simple rename of get_socket_addr to get_peer_addr and get_socket_name to | Volker Lendecke | 2003-11-07 | 1 | -2/+2 |
| * | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 2003-10-22 | 1 | -11/+11 |
| * | call initgroups before becomming the user; patch from Fabio Cecchi | Gerald Carter | 2003-10-21 | 1 | -0/+3 |
| * | Fix HTTP error codes (patch by Vance Lankhaar) | Jelmer Vernooij | 2003-02-28 | 1 | -3/+3 |
| * | base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace(). | Jim McDonough | 2003-02-18 | 1 | -1/+1 |
| * | Merge from HEAD - convert username/password to unix before checking them in | Andrew Bartlett | 2003-02-01 | 1 | -4/+11 |
| * | Merge from HEAD: | Andrew Bartlett | 2003-01-28 | 1 | -31/+0 |
| * | *lots of small merges form HEAD | Gerald Carter | 2003-01-15 | 1 | -41/+4 |
| * | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 2003-01-03 | 1 | -9/+9 |
| * | Try to catch up on the code I've put into HEAD that should be in 3.0: | Andrew Bartlett | 2002-10-26 | 1 | -1/+1 |
| * | Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@it... | Jeremy Allison | 2002-10-09 | 1 | -1/+1 |
| * | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2002-07-15 | 1 | -1/+1 |
| * | getpwnam -> getpwnam_alloc | Andrew Bartlett | 2002-01-21 | 1 | -1/+2 |
| * | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 2002-01-17 | 1 | -1/+3 |
| * | Fix const warning. Doxyfy comment. | Martin Pool | 2001-11-19 | 1 | -5/+8 |
| * | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 2001-10-14 | 1 | -22/+17 |
| * | Fixup passdb stuff to add new nisplus and ldap backends. | Jeremy Allison | 2001-09-25 | 1 | -0/+2 |
| * | Added SWAT i18n feature: | Motonobu Takahashi | 2001-09-24 | 1 | -1/+19 |
| * | fixed a silly off by 1 bug | Andrew Tridgell | 2001-09-24 | 1 | -2/+2 |
| * | fixed bug in POST var handling | Andrew Tridgell | 2001-09-24 | 1 | -4/+2 |
| * | convert all POST variables from display to unix charset | Andrew Tridgell | 2001-09-24 | 1 | -22/+28 |
| * | Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire! | Andrew Bartlett | 2001-09-20 | 1 | -8/+5 |
| * | Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by | Andrew Bartlett | 2001-09-19 | 1 | -47/+24 |
| * | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -1/+1 |
| * | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 2001-09-10 | 1 | -3/+3 |
| * | it was half committed last time, | Simo Sorce | 2001-08-12 | 1 | -2/+2 |
| * | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 2001-08-08 | 1 | -13/+13 |