summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_synclists.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-30Make cli_tcon_andx asyncVolker Lendecke1-1/+1
2009-01-14Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison1-4/+1
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke1-1/+2
2008-01-24Fix Coverity ID 465Volker Lendecke1-0/+2
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-7/+11
2007-11-19Remove pstring from nmbd.Jeremy Allison1-14/+17
2007-11-09Remove more static fstring/pstrings. Fix socket optionJeremy Allison1-3/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-1/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison1-1/+7
2007-10-10r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke1-1/+2
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-14/+19
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison1-6/+6
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-5/+5
2003-08-27Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison1-6/+5
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison1-12/+17
2002-12-12Merge of #include <smb.h> removals.Tim Potter1-1/+0
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+5
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-09-10convert more code to use XFILEAndrew Tridgell1-4/+4
2001-09-10convert more code to use XFILEAndrew Tridgell1-4/+4
2001-09-05merge profile data changes from 2.2Herb Lewis1-3/+10
2001-07-04The big character set handling changeover!Andrew Tridgell1-5/+0
2001-03-08Fixed double fclose() call (I love insure :-).Jeremy Allison1-2/+0
2001-01-04I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe1-4/+5
2000-10-07Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison1-3/+13
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-3/+2
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-4/+4
1999-12-01more cli_session_setup() calls. what the heck are these doing???Luke Leighton1-1/+1
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-2/+2
1998-10-05get type of callback rightAndrew Tridgell1-1/+1
1998-09-25added rpcclient programLuke Leighton1-1/+7
1998-09-17fixed another potential fork bomb where the wins file becomesAndrew Tridgell1-0/+2
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-5/+5
1998-08-30finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell1-0/+282