index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
nmbd
/
nmbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
LMHOSTSFILE is now dynamically configured too.
Martin Pool
2001-11-19
1
-12
/
+3
*
Store some path names in global variables initialized to configure
Martin Pool
2001-11-19
1
-7
/
+5
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-3
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-1
/
+1
*
declare dbf in one spot
Andrew Tridgell
2001-09-10
1
-1
/
+0
*
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
2001-09-10
1
-2
/
+2
*
Instead of checking lp_wins_server() to see if a WINS server was specified,
Christopher R. Hertel
2001-08-26
1
-5
/
+8
*
Fixes from Jens-Uwe.Walther@force.de to make the -l option behave
Jeremy Allison
2001-07-17
1
-1
/
+1
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-3
/
+3
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-4
/
+0
*
- sorry, forgot to test a pointer
Simo Sorce
2001-07-03
1
-21
/
+26
*
"netbios aliases" and "interfaces" options change from P_STRING to P_LIST
Simo Sorce
2001-07-01
1
-13
/
+15
*
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...
Andrew Tridgell
2001-06-25
1
-1
/
+1
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-1
/
+1
*
added option "enhanced browsing"
Andrew Tridgell
2001-03-21
1
-2
/
+6
*
samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead
Herb Lewis
2001-02-15
1
-1
/
+1
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-25
1
-0
/
+6
*
Ignore SIGUSR2. Terminate nmbd if we have no interfaces.
Jeremy Allison
2000-10-12
1
-5
/
+19
*
- changed the msg_type to be an int instead of an enum so that it is
Andrew Tridgell
2000-09-12
1
-3
/
+4
*
debug messages now work for nmbd
Andrew Tridgell
2000-09-11
1
-0
/
+4
*
the first cut of the internal messaging system.
Andrew Tridgell
2000-09-11
1
-19
/
+0
*
more merging
Andrew Tridgell
2000-05-10
1
-2
/
+1
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-1
/
+1
*
finally got sick of the "extern int Client" code and the stupid
Andrew Tridgell
2000-04-11
1
-1
/
+0
*
Cause nmbd to ignore loopback interface when constructing its interface ...
Jeremy Allison
2000-03-29
1
-0
/
+14
*
rename static reload_services function to reload_nmbd_services because
Luke Leighton
2000-03-27
1
-6
/
+6
*
merge from tng ...
Andrew Tridgell
2000-03-26
1
-1
/
+1
*
this looks like a big commit, but it isn't really :)
Andrew Tridgell
2000-01-07
1
-9
/
+2
*
implemented talloc() as described on samba-technical. This fixes the
Andrew Tridgell
2000-01-05
1
-0
/
+3
*
got rid of mem_man
Andrew Tridgell
2000-01-03
1
-2
/
+0
*
added the unexpected packet database (unexpected.tdb)
Andrew Tridgell
2000-01-03
1
-0
/
+5
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-36
/
+127
*
oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.
Luke Leighton
1998-12-09
1
-1
/
+1
*
need to initialise global_myworkgroup
Luke Leighton
1998-12-09
1
-0
/
+5
*
removed the SID stuff from the head branch as well.
Andrew Tridgell
1998-12-09
1
-12
/
+0
*
jean-f spotted race condition on generation of sam sid, from starting
Luke Leighton
1998-12-03
1
-1
/
+1
*
rpc_samr.h parse_samr.c srv_samr.c :
Luke Leighton
1998-12-01
1
-1
/
+1
*
weekend work. user / group database API.
Luke Leighton
1998-11-29
1
-14
/
+15
*
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1998-11-17
1
-3
/
+3
*
client/client.c: Patch to tidy up file size output.
Jeremy Allison
1998-11-02
1
-4
/
+1
*
removed comment line at end of file
Luke Leighton
1998-11-02
1
-2
/
+4
*
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
1998-09-25
1
-1
/
+1
*
replace getpass() with getsmbpass() if getsmbpass.c compiles
Alexandre Oliva
1998-09-21
1
-1
/
+1
*
fixed a potential problem with wins_write_database() child processes.
Andrew Tridgell
1998-09-17
1
-1
/
+1
*
Copyright notices written to debug logs are now through 1998.
Christopher R. Hertel
1998-09-09
1
-1
/
+1
*
we are never interested in SIGPIPE so just ignore (block) it
Andrew Tridgell
1998-09-02
1
-12
/
+2
*
I realised that my DMB<->DMB sync code has the property that the
Andrew Tridgell
1998-08-31
1
-0
/
+2
*
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1998-08-31
1
-2
/
+2
*
finished the asynchronous browse synchronisation code. It even seems
Andrew Tridgell
1998-08-30
1
-0
/
+10
*
don't exit on a SIGPIPE
Andrew Tridgell
1998-08-29
1
-2
/
+1
[prev]
[next]