summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_synclists.c
Commit message (Expand)AuthorAgeFilesLines
* param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam2014-02-071-1/+1
* s3:libsmb: get rid of cli_negprotLuk Claes2012-05-281-1/+3
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-1/+1
* s3:nmbd: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-1/+1
* s3:nmbd: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-2/+2
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-151-1/+1
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-081-1/+1
* s3: Use cli_connect_nb in nmbd sync_childVolker Lendecke2011-05-291-18/+4
* s3: Fix some nonemtpy blank linesVolker Lendecke2011-05-281-6/+5
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-151-0/+1
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-261-0/+1
* s3-nmbd: include svcctl.h where needed.Günther Deschner2010-08-061-0/+1
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-1/+1
* Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison2009-01-141-4/+1
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-1/+2
* Fix Coverity ID 465Volker Lendecke2008-01-241-0/+2
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-7/+11
* Remove pstring from nmbd.Jeremy Allison2007-11-191-14/+17
* Remove more static fstring/pstrings. Fix socket optionJeremy Allison2007-11-091-3/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-1/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-1/+1
* 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