Age | Commit message (Expand) | Author | Files | Lines |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -57/+72 |
2001-05-10 | Needs to be >=, not just >. | Jeremy Allison | 1 | -1/+1 |
2001-05-10 | Fix for problem with "" string in trim_string(). Pointed out by Ben Winslow <... | Jeremy Allison | 1 | -3/+5 |
2001-05-07 | Preliminary merge of winbind into HEAD. Note that this compiles and links | Tim Potter | 1 | -21/+0 |
2001-04-15 | Added Darwin guess. | Jeremy Allison | 1 | -88/+93 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -1/+1 |
2001-01-04 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -0/+1 |
2000-08-29 | needed to use strwicmp() in smbclient code, so I moved it to util_str.c | Gerald Carter | 1 | -0/+30 |
2000-06-14 | Merged parse_domain_user() from TNG. | Tim Potter | 1 | -0/+20 |
2000-01-26 | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 1 | -23/+51 |
2000-01-16 | make string_init() static | Andrew Tridgell | 1 | -1/+1 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -129/+152 |
1999-11-20 | modified domain_client_validate to take trust account name / type. this | Luke Leighton | 1 | -1/+33 |
1999-10-25 | - typecast malloc / Realloc issues. | Luke Leighton | 1 | -1/+1 |
1999-10-07 | - added rudimentary CAP_UNICODE support because i thought it was part of | Luke Leighton | 1 | -1/+1 |
1999-07-08 | allow safe_strcpy() to pass 0 for max length of string, resulting in no | Luke Leighton | 1 | -0/+5 |
1999-03-23 | Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent half | Matthew Chapman | 1 | -4/+4 |
1999-02-16 | bitmap to strings | Luke Leighton | 1 | -0/+70 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -2/+2 |
1998-11-23 | unused variable removed | Luke Leighton | 1 | -1/+1 |
1998-11-23 | replace ' with _ as well | Andrew Tridgell | 1 | -1/+2 |
1998-11-23 | changed string_sub() to replace " ; and ` in the inserted string with _ | Andrew Tridgell | 1 | -19/+52 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -35/+35 |
1998-11-12 | largely rewrote smbpasswd so that the code is understandable. This | Andrew Tridgell | 1 | -4/+4 |
1998-11-11 | changed syntax of registry commands so keys can start with HKLM or HKU. | Luke Leighton | 1 | -0/+31 |
1998-11-10 | rpcclient registry commands. | Luke Leighton | 1 | -0/+50 |
1998-11-05 | split string and unicode string routines into these files. | Luke Leighton | 1 | -0/+976 |