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
/
rpc_server
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r17991: Implement a few more calls (with not implemented :-).
Andrew Bartlett
1
-36
/
+21
2007-10-10
r17983: Use the UTF8-correct strcasecmp_m call for sorting these entries,
Andrew Bartlett
1
-2
/
+2
2007-10-10
r17968: Consolidate the DSSETUP and LSA pipes into a single file, as DSSETUP
Andrew Bartlett
3
-271
/
+237
2007-10-10
r17956: LSA Cleanup!
Andrew Bartlett
2
-72
/
+331
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
4
-4
/
+4
2007-10-10
r17824: add a wrapper for the common partitions_basedn calculation
Andrew Tridgell
4
-8
/
+16
2007-10-10
r17823: get rid of most of the samdb_base_dn() calls, as they are no longer
Andrew Tridgell
5
-20
/
+20
2007-10-10
r17788: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r17529: Simo doesn't like the use of the internal ldb_errstring in functions
Andrew Bartlett
1
-3
/
+4
2007-10-10
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
2
-20
/
+20
2007-10-10
r17341: pass a messaging context to auth_context_create()
Stefan Metzmacher
2
-5
/
+7
2007-10-10
r17340: initialize elements od dcesrc_call_state in one central place
Stefan Metzmacher
2
-11
/
+14
2007-10-10
r17265: some reformatting
Stefan Metzmacher
1
-57
/
+27
2007-10-10
r17206: Add a modular API for share configuration.
Simo Sorce
5
-123
/
+216
2007-10-10
r16950: remove the smb mid from the ntvfs layer and keep a list of pending
Stefan Metzmacher
2
-3
/
+0
2007-10-10
r16827: Factor out some code into common samdb functions:
Andrew Bartlett
2
-98
/
+155
2007-10-10
r16796: Fill in dsr_GetMemberships() / dsr_GetMemberships2().
Günther Deschner
1
-8
/
+6
2007-10-10
r16794: Make Samba4 pass it's own RPC-SAMR test, at least in part. There are
Andrew Bartlett
2
-150
/
+704
2007-10-10
r16773: Fix one more RPC-SAMR test (an alias level), and make it clear that
Andrew Bartlett
1
-5
/
+11
2007-10-10
r16772: Clarify comment.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r16523: pass spoolss_XcvData calls to the ntptr backends...
Stefan Metzmacher
1
-4
/
+33
2007-10-10
r16262: Another basedn fix.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r16236: Add a proper baseDN to a large number of queries. Searching the NULL
Andrew Bartlett
3
-22
/
+40
2007-10-10
r16166: Remove hexidecimal constants from the Samba4 provision files.
Andrew Bartlett
1
-52
/
+41
2007-10-10
r15892: Remove the COM management code - DCOM should be
Jelmer Vernooij
5
-384
/
+0
2007-10-10
r15855: more talloc_set_destructor() typesafe fixes. nearly done ...
Andrew Tridgell
3
-7
/
+3
2007-10-10
r15831: fixed a memory leak in the netlogon server
Andrew Tridgell
1
-2
/
+2
2007-10-10
r15777: Fix unresolved symbols in shared library build.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15773: - implement srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecurity()
Stefan Metzmacher
3
-4
/
+199
2007-10-10
r15772: pass the messaging context and server_id to the dcerpc server subsystem
Stefan Metzmacher
3
-1
/
+17
2007-10-10
r15507: if we change the idl, we need to change the calling code too:-)
Stefan Metzmacher
1
-27
/
+18
2007-10-10
r15387: Fix installation of dcerpc headers, remove more instances of uint_t
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15379: Fix shared library build's unresolved dependencies
Jelmer Vernooij
4
-11
/
+12
2007-10-10
r15371: Revert some of my previous patch as it was breaking the plain build
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15370: Fix more dependencies for shared libs
Jelmer Vernooij
1
-2
/
+3
2007-10-10
r15358: Fix some compiler warnings / type safety. Found by tcc
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15356: Remove unused 'flags' argument from socket_send() and friends.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMB
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15328: Move some functions around, remove dependencies.
Jelmer Vernooij
4
-4
/
+2
2007-10-10
r15319: remove unneeded macros
Stefan Metzmacher
3
-16
/
+8
2007-10-10
r15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij
1
-6
/
+5
2007-10-10
r15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij
2
-5
/
+6
2007-10-10
r15272: - implement NetShareEnum
Stefan Metzmacher
1
-2
/
+204
2007-10-10
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
1
-15
/
+15
2007-10-10
r14965: the unixinfo pipe need the sidmap code from SAMDB
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r14964: - move sidmap code from ntvfs_common to SAMDB
Stefan Metzmacher
2
-4
/
+1
2007-10-10
r14860: create libcli/security/security.h
Stefan Metzmacher
3
-3
/
+3
2007-10-10
r14838: fix the build. Looks like I still haven't quite got the hang of the
Andrew Tridgell
2
-0
/
+2
2007-10-10
r14736: - the ntvfs subsystem should not know about smb_server.h
Stefan Metzmacher
2
-4
/
+0
[next]