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
/
smbd
/
server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the ability to display Samba's build options with smbd -b and as a level 4
Andrew Bartlett
2001-09-19
1
-16
/
+23
*
printf() -> d_printf()
Andrew Bartlett
2001-09-19
1
-1
/
+1
*
added a hook to reopen all tdb's after the server fork
Andrew Tridgell
2001-09-19
1
-0
/
+3
*
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
2001-09-10
1
-5
/
+0
*
Added dummy handlers for SAM_SYNC and SAM_REPL messages.
Tim Potter
2001-08-28
1
-0
/
+30
*
A few changes:
Andrew Bartlett
2001-08-22
1
-6
/
+2
*
Try to set the socket options early for some OSs (like Sol 8) where they
Andrew Bartlett
2001-08-09
1
-1
/
+8
*
Fixes from Jens-Uwe.Walther@force.de to make the -l option behave
Jeremy Allison
2001-07-17
1
-1
/
+1
*
added winbind_exclude_domain() so smbd can tell the winbind client
Andrew Tridgell
2001-07-10
1
-0
/
+5
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-2
/
+2
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-4
/
+0
*
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...
Andrew Tridgell
2001-06-25
1
-3
/
+3
*
- make the regresison test mode code build in by default. This should
Andrew Tridgell
2001-06-25
1
-11
/
+1
*
added the ability to test smbd safely as an ordinary user. The way it works is
Andrew Tridgell
2001-06-22
1
-0
/
+2
*
Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.
Jeremy Allison
2001-05-25
1
-5
/
+3
*
Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stop
Jeremy Allison
2001-05-08
1
-0
/
+10
*
merge from 2.2
Andrew Tridgell
2001-04-18
1
-1
/
+3
*
Added set/get SD's on shares. Check before tcon.
Jeremy Allison
2001-04-09
1
-0
/
+4
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-1
/
+1
*
first pass of the new group mapping code
Jean-François Micouleau
2001-03-23
1
-0
/
+5
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-9
/
+0
*
samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead
Herb Lewis
2001-02-15
1
-1
/
+1
*
Merge of JohnR's changes to appliance-head, JF's changes to 2.2,
Jeremy Allison
2001-02-12
1
-0
/
+17
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-25
1
-0
/
+5
*
Patch from Richard Bollinger for dead entries being left in connections tdb.
Jeremy Allison
2001-01-08
1
-0
/
+5
*
passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the code
Jeremy Allison
2000-11-27
1
-0
/
+5
*
Fixed messaging so main smbd can get lib/message.c messages.
Jeremy Allison
2000-11-27
1
-0
/
+8
*
Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ...
Jeremy Allison
2000-11-22
1
-0
/
+3
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-1
/
+1
*
Ignore SIGUSR2. Terminate nmbd if we have no interfaces.
Jeremy Allison
2000-10-12
1
-0
/
+5
*
allow "master" smbd to call message_init so it is not killed by messages
Herb Lewis
2000-10-12
1
-4
/
+4
*
Remove lpq as root fix - do this in print_job_start instead
Jeremy Allison
2000-10-11
1
-4
/
+0
*
Fixes to periodically scan printing.tdb in idle time and occasionally
Jeremy Allison
2000-10-10
1
-0
/
+4
*
the first cut of the internal messaging system.
Andrew Tridgell
2000-09-11
1
-14
/
+4
*
Run main server loop with sys_select() instead of sys_select_intr(). The
Tim Potter
2000-07-24
1
-2
/
+13
*
Call init_sec_ctx() instead of init_uid().
Tim Potter
2000-06-23
1
-9
/
+1
*
totally rewrote the async signal, notification and oplock notification
Andrew Tridgell
2000-06-12
1
-6
/
+6
*
Linux kernel oplocks now seem to work, but need a _lot_ of testing
Andrew Tridgell
2000-06-11
1
-1
/
+1
*
continued the split of the kernel level oplocks code into a more
Andrew Tridgell
2000-06-10
1
-15
/
+8
*
clean up oplock capability code ready for Linux code
Andrew Tridgell
2000-06-09
1
-6
/
+5
*
The new msdfs implementation that uses symlinks to point to other
Shirish Kalele
2000-05-16
1
-11
/
+0
*
formatting fix
Andrew Tridgell
2000-05-10
1
-1
/
+1
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+2
*
more merging
Andrew Tridgell
2000-05-10
1
-2
/
+3
*
Fix for check_kernel_oplocks looking for the var directory
Herb Lewis
2000-05-09
1
-2
/
+2
*
This is reall Jeremy commiting as Herb at SGI labs. Fix
Herb Lewis
2000-05-09
1
-1
/
+1
*
added secrets.tdb and changed storage of trust account password to use
Andrew Tridgell
2000-05-08
1
-0
/
+2
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-1
/
+1
*
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
2000-04-25
1
-1
/
+0
*
moved INSURE hook into util.c
Andrew Tridgell
2000-04-24
1
-23
/
+0
[next]