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
/
wrepl_server
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-04
Remove useless layer of indirection, where every service called
Andrew Bartlett
1
-14
/
+5
2008-02-04
Rework service init functions to pass down service name. This is
Andrew Bartlett
1
-1
/
+1
2008-01-05
r26672: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
2
-3
/
+7
2008-01-05
r26669: Janitorial: Remove uses of global_loadparm.
Jelmer Vernooij
1
-2
/
+2
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
1
-1
/
+3
2008-01-01
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
1
-1
/
+3
2007-12-21
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
2
-2
/
+2
2007-12-21
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
2
-3
/
+17
2007-12-21
r26382: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-4
/
+4
2007-12-21
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26313: Fix more uses of static loadparm.
Jelmer Vernooij
2
-3
/
+6
2007-12-21
r26252: Specify loadparm_context explicitly when creating sessions.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26237: Add loadparm context to the server service interface.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26230: Use task-provided loadparm context in a couple more places, avoid loa...
Jelmer Vernooij
2
-4
/
+4
2007-12-21
r26227: Make loadparm_context part of a server task, move loadparm_contexts f...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26225: Remove use of global_loadparm in wins server.
Jelmer Vernooij
1
-14
/
+15
2007-12-21
r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
1
-5
/
+10
2007-10-10
r25549: Convert to standard bool type.
Jelmer Vernooij
6
-110
/
+110
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-2
/
+3
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-7
/
+7
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2
-4
/
+5
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-7
/
+7
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
2
-6
/
+6
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
11
-33
/
+22
2007-10-10
r22793: use a state struct for r_do_release_demand to avoid a memleak on errors
Stefan Metzmacher
1
-12
/
+27
2007-10-10
r22792: only don't free on success
Stefan Metzmacher
1
-2
/
+5
2007-10-10
r22752: bail out on talloc failure
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r22748: fix memleaks by passing an mem_ctx to
Stefan Metzmacher
2
-4
/
+4
2007-10-10
r22403: this dependencies should be private
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22382: fix memory leak
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r20646: first preparations for cluster enablement. This changes "
Andrew Tridgell
2
-8
/
+8
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-2
/
+2
2007-10-10
r18331: fixed a warning
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18301: I discovered how to load the warnings from a build farm build into
Andrew Tridgell
3
-8
/
+11
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r17784: fix compiler warnings
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
1
-11
/
+11
2007-10-10
r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr...
Gerald Carter
1
-1
/
+1
2007-10-10
r15855: more talloc_set_destructor() typesafe fixes. nearly done ...
Andrew Tridgell
1
-2
/
+1
2007-10-10
r15371: Revert some of my previous patch as it was breaking the plain build
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15370: Fix more dependencies for shared libs
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij
1
-1
/
+3
2007-10-10
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15149: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15148: make wreplsrv_pull_names static
Stefan Metzmacher
4
-25
/
+30
2007-10-10
r15147: make some more stuff static
Stefan Metzmacher
2
-15
/
+15
2007-10-10
r15146: fix comments
Stefan Metzmacher
1
-4
/
+2
[next]