summaryrefslogtreecommitdiffstats
path: root/source/nmbd/nmbd_synclists.c
Commit message (Expand)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-101-1/+7
* r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke2007-10-101-1/+2
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-14/+19
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-1/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-151-6/+6
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-5/+5
* Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison2003-08-271-6/+5
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-12/+17
* Merge of #include <smb.h> removals.Tim Potter2002-12-121-1/+0
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+5
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* convert more code to use XFILEAndrew Tridgell2001-09-101-4/+4
* convert more code to use XFILEAndrew Tridgell2001-09-101-4/+4
* merge profile data changes from 2.2Herb Lewis2001-09-051-3/+10
* The big character set handling changeover!Andrew Tridgell2001-07-041-5/+0
* Fixed double fclose() call (I love insure :-).Jeremy Allison2001-03-081-2/+0
* I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe2001-01-041-4/+5
* Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison2000-10-071-3/+13
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-3/+2
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-4/+4
* more cli_session_setup() calls. what the heck are these doing???Luke Leighton1999-12-011-1/+1
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-2/+2
* get type of callback rightAndrew Tridgell1998-10-051-1/+1
* added rpcclient programLuke Leighton1998-09-251-1/+7
* fixed another potential fork bomb where the wins file becomesAndrew Tridgell1998-09-171-0/+2
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-5/+5
* finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell1998-08-301-0/+282