summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_synclists.c
AgeCommit message (Expand)AuthorFilesLines
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