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
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-23
s3-rpc_client: actually call lsa_open_policy2() in rpccli_lsa_open_policy2().
Günther Deschner
1
-6
/
+7
2011-03-23
s3-smbta-util: fix some buildwarnings.
Günther Deschner
1
-2
/
+2
2011-03-23
s3-globals: silence build warning in smbd_messaging_context().
Günther Deschner
1
-0
/
+1
2011-03-23
s3-proto: remove some duplicate prototypes.
Günther Deschner
1
-11
/
+0
2011-03-23
s3-includes: remove unused cmdline_lp_ctx.
Günther Deschner
1
-3
/
+0
2011-03-23
s3-epmapper: Log error if we can't register the endpoint.
Andreas Schneider
1
-2
/
+3
2011-03-23
s3-epmapper: Setup epm in smbd to forward np requests.
Andreas Schneider
1
-0
/
+4
2011-03-23
s3-epmapper: Remove unregister on shutdown.
Andreas Schneider
1
-313
/
+13
2011-03-23
s3-epmd: Cleanup endpoints on service pipe disconnect.
Andreas Schneider
1
-1
/
+1
2011-03-23
s3-epmapper: Added function to delete endpoint entries.
Andreas Schneider
3
-0
/
+57
2011-03-23
s3-rpc_server: Added disconnect callback function.
Andreas Schneider
4
-15
/
+43
2011-03-23
s3-rpc_server: Rename req to subreq.
Andreas Schneider
1
-14
/
+14
2011-03-23
s3-rpc_server: Implement an endpoint monitor loop.
Andreas Schneider
2
-2
/
+114
2011-03-23
s3-rpc_server: Added a memory context to the ep regsiter state.
Andreas Schneider
1
-5
/
+17
2011-03-23
s3-librpc: Leave the epm registration connection open.
Andreas Schneider
3
-23
/
+77
2011-03-23
s3-epmd: Cleanup endpoint mapper correctly.
Andreas Schneider
1
-1
/
+15
2011-03-23
s3-epmapper: Shutdown the embedded epmapper cleanly.
Andreas Schneider
1
-1
/
+9
2011-03-23
s3-epmapper: Added a cleanup function.
Andreas Schneider
2
-0
/
+45
2011-03-23
s3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc.
Andreas Schneider
2
-4
/
+1
2011-03-23
s3-rpc_server: Rename system_user to ncalrpc_as_system.
Andreas Schneider
3
-4
/
+4
2011-03-23
s3: Fix a shadowed declaration warning
Volker Lendecke
1
-3
/
+3
2011-03-23
s3: Include prctl where it is actually used
Volker Lendecke
1
-0
/
+4
2011-03-23
s3: Attempt to fix the build on FreeBSD
Volker Lendecke
1
-0
/
+4
2011-03-23
s3: Fix Coverity ID 2201, NULL_RETURNS
Volker Lendecke
1
-0
/
+3
2011-03-23
s3: Fix Coverity ID 2202, NULL_RETURNS
Volker Lendecke
1
-0
/
+3
2011-03-23
s3: Fix Coverity ID 2203, NULL_RETURNS
Volker Lendecke
1
-0
/
+4
2011-03-23
s3: Fix a (invalid) uninitialized variable warning
Volker Lendecke
1
-1
/
+1
2011-03-23
lib/util: Merge basic string length and comparison functions
Andrew Bartlett
2
-293
/
+1
2011-03-23
s3-lib prepare Samba3 to use common codepoint based string functions
Andrew Bartlett
1
-108
/
+82
2011-03-23
s3-safe_string: Add checked_strlcpy()
Andrew Bartlett
2
-1
/
+13
2011-03-23
s3-safe_str: Futher simplify the macros by removing indirection
Andrew Bartlett
4
-71
/
+41
2011-03-23
s3-lib Remove the clobber_region() code.
Andrew Bartlett
12
-316
/
+87
2011-03-23
s3-config: say which config file we failed to open
Andrew Tridgell
3
-3
/
+3
2011-03-23
fault: fixed smb_panic() prototypes
Andrew Tridgell
1
-1
/
+0
2011-03-23
fault: get fault.c ready for use by s4
Andrew Tridgell
9
-11
/
+342
2011-03-23
fault: moved s3 fault.c to top level
Andrew Tridgell
3
-383
/
+2
2011-03-22
s3:idmap: make sure that the id mapping system is initialized for first access
Michael Adam
1
-0
/
+4
2011-03-22
s3:loadparm: set the default "idmap config * : backend" in initialize_globals().
Michael Adam
1
-0
/
+2
2011-03-22
s3:loadparm: deprecate "idmap uid/gid/backend" and have them set "idmap confi...
Michael Adam
1
-26
/
+14
2011-03-22
s3:loadparm: remove unused parameter "idmap read only".
Michael Adam
2
-11
/
+0
2011-03-22
s3:idmap: remove (now) unneeded function parse_idmap_module()
Michael Adam
1
-38
/
+0
2011-03-22
s3:idmap: simply call idmap_init_named_domain for "*" in idmap_init_default_d...
Michael Adam
1
-41
/
+14
2011-03-22
s3:idmap: remove passdb argument from idmap_init_domain()
Michael Adam
1
-5
/
+3
2011-03-22
s3:idmap: remove the params argument from the init function
Michael Adam
12
-29
/
+21
2011-03-22
s3:idmap: remove special treatment of domain "*" from idmap_ldap_init.
Michael Adam
1
-9
/
+5
2011-03-22
s3:idmap: remove use of params from idmap_ldap_init - it is not used any more
Michael Adam
1
-13
/
+7
2011-03-22
s3:idmap: remove the special treatment of the default domain "*" from idmap_i...
Michael Adam
1
-65
/
+23
2011-03-22
s3-fault: removed the cont_fn from fault_setup()
Andrew Tridgell
8
-46
/
+8
2011-03-21
s3:smbd: access checks should not depend on share mode flags
Stefan Metzmacher
1
-1
/
+0
2011-03-21
s3: Fix Coverity ID 1048, CHECKED_RETURN
Volker Lendecke
1
-6
/
+1
[prev]
[next]