Age | Commit message (Expand) | Author | Files | Lines |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -7/+11 |
2007-11-19 | Remove pstring from nmbd. | Jeremy Allison | 1 | -14/+17 |
2007-11-09 | Remove more static fstring/pstrings. Fix socket option | Jeremy Allison | 1 | -3/+1 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -1/+3 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -1/+1 |
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 | r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS. | Jeremy Allison | 1 | -1/+7 |
2007-10-10 | r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -14/+19 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -1/+2 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |
2004-03-15 | Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios | Jeremy Allison | 1 | -6/+6 |
2004-03-13 | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 1 | -5/+5 |
2003-08-27 | Ensure we use correct length nstrings for workgroup and browser names. | Jeremy Allison | 1 | -6/+5 |
2003-08-27 | Fix the character set handling properly in nmbd. Also fix bug where | Jeremy Allison | 1 | -12/+17 |
2002-12-12 | Merge of #include <smb.h> removals. | Tim Potter | 1 | -1/+0 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -1/+5 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -1/+1 |
2001-09-10 | convert more code to use XFILE | Andrew Tridgell | 1 | -4/+4 |
2001-09-10 | convert more code to use XFILE | Andrew Tridgell | 1 | -4/+4 |
2001-09-05 | merge profile data changes from 2.2 | Herb Lewis | 1 | -3/+10 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -5/+0 |
2001-03-08 | Fixed double fclose() call (I love insure :-). | Jeremy Allison | 1 | -2/+0 |
2001-01-04 | I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I had | Richard Sharpe | 1 | -4/+5 |
2000-10-07 | Ensure browse.dat is written and read in UNIX character set format. | Jeremy Allison | 1 | -3/+13 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -1/+1 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 1 | -3/+2 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -4/+4 |
1999-12-01 | more cli_session_setup() calls. what the heck are these doing??? | Luke Leighton | 1 | -1/+1 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -2/+2 |
1998-10-05 | get type of callback right | Andrew Tridgell | 1 | -1/+1 |
1998-09-25 | added rpcclient program | Luke Leighton | 1 | -1/+7 |
1998-09-17 | fixed another potential fork bomb where the wins file becomes | Andrew Tridgell | 1 | -0/+2 |
1998-08-31 | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 1 | -5/+5 |
1998-08-30 | finished the asynchronous browse synchronisation code. It even seems | Andrew Tridgell | 1 | -0/+282 |