Merge branch 'master' of ssh://git.samba.org/data/git/samba
[amitay/samba.git] / source3 / nmbd / nmbd_synclists.c
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-30 Volker LendeckeMake cli_tcon_andx async
2009-01-15 Jeremy AllisonRemove smbclient globals that bled into clidfs.c. Now...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeMake cli_negprot return NTSTATUS instead of bool
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-24 Volker LendeckeFix Coverity ID 465
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-11-19 Jeremy AllisonRemove pstring from nmbd.
2007-11-09 Jeremy AllisonRemove more static fstring/pstrings. Fix socket option
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23554: Fix bug #4711 by makeing cli_connect return...
2007-10-10 Volker Lendecker17571: Change the return code of cli_session_setup...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2004-03-15 Jeremy AllisonUse "unix netbios name" type unstring - 64 bytes long...
2004-03-15 Jeremy AllisonUse "unix netbios name" type unstring - 64 bytes long...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2004-03-13 Jeremy AllisonModified fix for bugid #784. Based on a patch from...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-27 Jeremy AllisonEnsure we use correct length nstrings for workgroup...
2003-08-27 Jeremy AllisonFix the character set handling properly in nmbd. Also...
2002-12-12 Tim PotterMerge of #include <smb.h> removals.
2002-12-01 Andrew BartlettRemove extra headers, and ensure that we correctly...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-10 Jeremy AllisonPatch from Andy Levine andyl@epicrealm.com who discover...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Andrew Tridgellconvert more code to use XFILE
2001-09-10 Andrew Tridgellconvert more code to use XFILE
2001-09-05 Herb Lewismerge profile data changes from 2.2
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-03-08 Jeremy AllisonFixed double fclose() call (I love insure :-).
2001-01-04 Richard SharpeI need a callback arg for cli_NetServerEnum and cli_RNe...
2000-10-07 Jeremy AllisonEnsure browse.dat is written and read in UNIX character...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-01 Luke Leightonmore cli_session_setup() calls. what the heck are...
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-10-05 Andrew Tridgellget type of callback right
1998-09-25 Luke Leightonadded rpcclient program
1998-09-17 Andrew Tridgellfixed another potential fork bomb where the wins file...
1998-08-31 Andrew Tridgellbounds check next_token() to prevent possible buffer...
1998-08-30 Andrew Tridgellfinished the asynchronous browse synchronisation code...