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