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
*
Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally
Jeremy Allison
2003-07-08
1
-2
/
+0
*
and so it begins....
Gerald Carter
2003-07-07
1
-13
/
+1
*
This patch cleans up some of our ldap code, for better behaviour:
Andrew Bartlett
2003-07-04
1
-7
/
+13
*
Fixing problems in the iconv discovery stuff in configure.in.
Richard Sharpe
2003-07-02
1
-0
/
+1
*
Some const correctness. Stop tdb being used as a remote backend. If an
Jeremy Allison
2003-06-27
1
-2
/
+6
*
merge of the netsamlogon caching code from APPLIANCE_HEAD
Gerald Carter
2003-06-21
1
-3
/
+0
*
More fixes for builddir != srcdir.
Tim Potter
2003-05-27
1
-0
/
+6
*
And finally IDMAP in 3_0
Simo Sorce
2003-05-12
1
-0
/
+6
*
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
2003-05-10
1
-7
/
+0
*
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
2003-05-10
1
-0
/
+7
*
Patch from metze to add exit and interval events. Useful for modules
Jelmer Vernooij
2003-05-06
1
-0
/
+3
*
Merge HEAD's winbind into 3.0.
Andrew Bartlett
2003-04-23
1
-0
/
+1
*
Add support for the new modules system to auth/ (merge from HEAD)
Jelmer Vernooij
2003-04-16
1
-0
/
+4
*
Merge:
Tim Potter
2003-04-14
1
-23
/
+0
*
Merge Jelmer's popt updates from HEAD.
Tim Potter
2003-04-14
1
-6
/
+2
*
update copyright notice since it we are now almost 4 months into 2003
Gerald Carter
2003-03-30
1
-1
/
+1
*
Add an extra parameter to our 'set_remote_machine_name' and
Andrew Bartlett
2003-03-18
1
-2
/
+2
*
Check for too many processes *before* the fork.
Jeremy Allison
2003-02-05
1
-2
/
+36
*
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
2003-01-30
1
-1
/
+1
*
make -i flag work lik eit did in 2.2
Gerald Carter
2003-01-14
1
-2
/
+5
*
Moved smbd process counting functions from smbd/server.c to smbd/process.c
Herb Lewis
2003-01-09
1
-30
/
+0
*
Ensure we don't get an invalid number for total smbd's if the tdb update
Jeremy Allison
2003-01-08
1
-1
/
+17
*
patch to include support for daemontools from Michael Handler
Gerald Carter
2003-01-03
1
-2
/
+16
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-4
/
+5
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-7
/
+24
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-17
/
+6
*
Last sync with HEAD
Jelmer Vernooij
2002-11-09
1
-105
/
+27
*
Fix slowdown because of enumerating all print queues on every smbd startup.
Jeremy Allison
2002-10-31
1
-4
/
+7
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-5
/
+5
*
Sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-59
/
+98
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-13
/
+10
*
This split the mangling code up to allow for the possibility of multiple
Andrew Tridgell
2002-04-11
1
-1
/
+1
*
Reintroduce the 2.2 name mangling code, until we get are more flexible solution.
Andrew Bartlett
2002-04-08
1
-4
/
+0
*
added shutdown to smbd
Jean-François Micouleau
2002-03-29
1
-0
/
+6
*
Now we have reliable signals take SIGTERM inband.
Jeremy Allison
2002-03-14
1
-42
/
+49
*
Added Herb's fix to override log level from command line.
Jeremy Allison
2002-03-05
1
-0
/
+2
*
Fix from Michael Steffens <michael_steffens@hp.com> to make signal
Jeremy Allison
2002-01-31
1
-1
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-1
/
+1
*
merge from 2.2
Gerald Carter
2002-01-30
1
-1
/
+8
*
Since we have dynamic initialisation in the group mapping code, make
Tim Potter
2002-01-29
1
-5
/
+0
*
Fix up a security issue with the way we handle domain groups retuned on the
Andrew Bartlett
2002-01-26
1
-0
/
+3
*
Ensure (C) message is output on startup.
Jeremy Allison
2002-01-18
1
-2
/
+2
*
Roll back PSTR insertion.
Martin Pool
2002-01-16
1
-23
/
+21
*
Convert to the new pstring interface. This diff is a pretty good
Martin Pool
2002-01-15
1
-26
/
+29
*
Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal
Jeremy Allison
2002-01-14
1
-16
/
+9
*
Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.
Andrew Bartlett
2002-01-12
1
-0
/
+1
*
Add two more memory-debug smbcontrol messages: these ones should
Martin Pool
2002-01-09
1
-0
/
+1
*
Better explanation message for dmalloc.
Martin Pool
2002-01-09
1
-1
/
+1
*
Add UNUSED(paramname) macro to be used in parameter lists, to quieten
Martin Pool
2002-01-09
1
-1
/
+2
*
Fixed up atomic update code.
Jeremy Allison
2002-01-09
1
-2
/
+2
[next]