summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd_synclists.c
Commit message (Expand)AuthorAgeFilesLines
* 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