index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-29
Move manpage management out of the perl build system.
Jelmer Vernooij
1
-1
/
+2
2008-02-28
Remove sDefault as static variable.
Jelmer Vernooij
1
-1
/
+1
2008-02-28
More share_init to more apprioriate place.
Jelmer Vernooij
1
-2
/
+0
2008-02-27
Set lp_ctx properly.
Jelmer Vernooij
1
-0
/
+1
2008-02-22
Happy New Year 2008! :-)
Stefan Metzmacher
1
-1
/
+1
2008-02-20
Fix static module list generation for ldb.
Jelmer Vernooij
1
-2
/
+0
2008-02-06
prefork: also reload stuff in the client processes
Stefan Metzmacher
1
-8
/
+16
2008-02-05
Clarify nomaclature of socket names in process_single and process_prefork
Andrew Bartlett
2
-23
/
+12
2008-02-04
Remove useless layer of indirection, where every service called
Andrew Bartlett
1
-5
/
+6
2008-02-04
Remaining changes to implement the prefork process model
Andrew Bartlett
5
-9
/
+248
2008-02-04
Rework process_single.c to take advantage of cluster_id() now taking an addit...
Andrew Bartlett
1
-9
/
+22
2008-02-04
Rework cluster_id() to take an additional argument, as we need
Andrew Bartlett
1
-3
/
+13
2008-02-04
Rework service init functions to pass down service name. This is
Andrew Bartlett
1
-1
/
+2
2008-01-21
build: Demote a bunch of libraries to subsystems. This makes packaging easier...
Jelmer Vernooij
2
-13
/
+2
2008-01-05
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
6
-22
/
+56
2007-12-24
r26580: Include sentinel in build.h, in case the list is empty.
Jelmer Vernooij
2
-2
/
+2
2007-12-24
r26576: Allow the static module loading code to be used for the Python modules.
Jelmer Vernooij
2
-2
/
+2
2007-12-21
r26441: Remove global_loadparm uses.
Jelmer Vernooij
2
-2
/
+6
2007-12-21
r26429: Avoid use of global_smb_iconv_convenience.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26409: Pass smb ports along.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26400: Don't try to do character conversion before smb.conf has been parsed.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26355: Eliminate global_loadparm in more places.
Jelmer Vernooij
1
-14
/
+14
2007-12-21
r26322: Fix include
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
1
-3
/
+5
2007-12-21
r26278: Tallocify convenience table for iconv handles.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26274: Some syntax fixes, remove more global_loadparm instances.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26272: Remove global_loadparm in some more places.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26269: Fix a couple more references to global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26250: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26237: Add loadparm context to the server service interface.
Jelmer Vernooij
2
-5
/
+7
2007-12-21
r26236: Remove more uses of global_loadparm or specify loadparm_context expli...
Jelmer Vernooij
3
-14
/
+14
2007-12-21
r26227: Make loadparm_context part of a server task, move loadparm_contexts f...
Jelmer Vernooij
2
-1
/
+3
2007-12-21
r26226: Avoid more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26006: Improve some dependencies.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25922: Make it easier to bind to a unix domain socket, without messing with
Andrew Bartlett
1
-1
/
+9
2007-10-10
r25535: Deal with events subsystem failures.
Jelmer Vernooij
1
-0
/
+5
2007-10-10
r25454: Use standard bool types in a couple more places.
Jelmer Vernooij
3
-9
/
+9
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
4
-5
/
+10
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
3
-6
/
+7
2007-10-10
r25301: Merge my includes.h cleanups.
Jelmer Vernooij
2
-0
/
+4
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25028: Fix more warnings.
Jelmer Vernooij
2
-4
/
+6
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
4
-0
/
+4
2007-10-10
r24994: Fix some C++ warnings.
Jelmer Vernooij
2
-2
/
+2
2007-10-10
r24937: Merge tests spoolss RPC callbacks.
Jelmer Vernooij
3
-3
/
+7
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ...
Jelmer Vernooij
1
-4
/
+1
2007-10-10
r24631: Fix up format warnings, found on my Fedora 7 x86_64 workstation.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r24623: add back '-D' option to smbd
Stefan Metzmacher
1
-7
/
+29
[next]