summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_synclists.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-28s3:libsmb: get rid of cli_negprotLuk Claes1-1/+3
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-02-16Rename obscure defined constants.Christopher R. Hertel (crh)1-1/+1
2011-11-24s3:nmbd: make use of cli_tree_connect()Stefan Metzmacher1-1/+1
2011-11-03s3:nmbd: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher1-2/+2
2011-09-15s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher1-1/+1
2011-09-08s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher1-1/+1
2011-05-29s3: Use cli_connect_nb in nmbd sync_childVolker Lendecke1-18/+4
2011-05-28s3: Fix some nonemtpy blank linesVolker Lendecke1-6/+5
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-04-14s3: only include smb profiling where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner1-0/+1
2010-08-26s3-nmbd: move nmbd proto out of main proto.hGünther Deschner1-0/+1
2010-08-06s3-nmbd: include svcctl.h where needed.Günther Deschner1-0/+1
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