index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nmbd
/
nmbd_synclists.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-29
s3: Use cli_connect_nb in nmbd sync_child
Volker Lendecke
1
-18
/
+4
2011-05-28
s3: Fix some nonemtpy blank lines
Volker Lendecke
1
-6
/
+5
2011-05-06
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
1
-0
/
+1
2011-04-14
s3: only include smb profiling where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-15
s3-libsmb: only include rap client when needed.
Günther Deschner
1
-0
/
+1
2010-08-26
s3-nmbd: move nmbd proto out of main proto.h
Günther Deschner
1
-0
/
+1
2010-08-06
s3-nmbd: include svcctl.h where needed.
Günther Deschner
1
-0
/
+1
2009-01-30
Make cli_tcon_andx async
Volker Lendecke
1
-1
/
+1
2009-01-14
Remove smbclient globals that bled into clidfs.c. Now we only have
Jeremy Allison
1
-4
/
+1
2008-12-19
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
1
-1
/
+2
2008-01-24
Fix Coverity ID 465
Volker Lendecke
1
-0
/
+2
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-7
/
+11
2007-11-19
Remove pstring from nmbd.
Jeremy Allison
1
-14
/
+17
2007-11-09
Remove more static fstring/pstrings. Fix socket option
Jeremy Allison
1
-3
/
+1
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-1
/
+3
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-2
/
+2
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-1
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
1
-1
/
+7
2007-10-10
r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS
Volker Lendecke
1
-1
/
+2
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-14
/
+19
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-1
/
+1
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-1
/
+2
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-1
/
+1
2004-03-15
Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios
Jeremy Allison
1
-6
/
+6
2004-03-13
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
1
-5
/
+5
2003-08-27
Ensure we use correct length nstrings for workgroup and browser names.
Jeremy Allison
1
-6
/
+5
2003-08-27
Fix the character set handling properly in nmbd. Also fix bug where
Jeremy Allison
1
-12
/
+17
2002-12-12
Merge of #include <smb.h> removals.
Tim Potter
1
-1
/
+0
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-1
/
+1
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-1
/
+5
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-1
/
+1
2001-09-10
convert more code to use XFILE
Andrew Tridgell
1
-4
/
+4
2001-09-10
convert more code to use XFILE
Andrew Tridgell
1
-4
/
+4
2001-09-05
merge profile data changes from 2.2
Herb Lewis
1
-3
/
+10
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-5
/
+0
2001-03-08
Fixed double fclose() call (I love insure :-).
Jeremy Allison
1
-2
/
+0
2001-01-04
I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I had
Richard Sharpe
1
-4
/
+5
2000-10-07
Ensure browse.dat is written and read in UNIX character set format.
Jeremy Allison
1
-3
/
+13
2000-05-02
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
1
-1
/
+1
2000-01-07
this looks like a big commit, but it isn't really :)
Andrew Tridgell
1
-3
/
+2
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-4
/
+4
1999-12-01
more cli_session_setup() calls. what the heck are these doing???
Luke Leighton
1
-1
/
+1
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1
-2
/
+2
1998-10-05
get type of callback right
Andrew Tridgell
1
-1
/
+1
1998-09-25
added rpcclient program
Luke Leighton
1
-1
/
+7
[next]