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
/
librpc
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
Jelmer Vernooij
1
-107
/
+0
2007-10-10
r14470: Remove some unnecessary headers.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
8
-5
/
+8
2007-10-10
r14402: Generate seperate headers for RPC client functions.
Jelmer Vernooij
3
-0
/
+7
2007-10-10
r14384: Remove orpc code from includes.h
Jelmer Vernooij
3
-42
/
+14
2007-10-10
r14381: Kill structs.h
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r14380: Reduce the size of structs.h
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r14363: Remove credentials.h from the global includes.
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r14362: Only include ndr_compression.h when necessary.
Jelmer Vernooij
2
-0
/
+3
2007-10-10
r14361: Support 'helper' attribute in pidl and use it.
Jelmer Vernooij
5
-5
/
+10
2007-10-10
r14349: Kill proto.h!
Jelmer Vernooij
2
-0
/
+8
2007-10-10
r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
Jelmer Vernooij
1
-280
/
+187
2007-10-10
r14311: canon needs to be initialised
Andrew Tridgell
1
-1
/
+1
2007-10-10
r14310: length needs to be initialised
Andrew Tridgell
1
-1
/
+1
2007-10-10
r14256: - rename smb_file -> smb_handle
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r14238: This is not needed anymore, as the state structure is zeroed
Rafal Szczesniak
1
-3
/
+0
2007-10-10
r14211: More comments.
Rafal Szczesniak
1
-2
/
+29
2007-10-10
r14210: 1) Fix an issue with composite context when null event context
Rafal Szczesniak
1
-103
/
+13
2007-10-10
r14208: removed use of req->flags2 inside the ntvfs layer. This should help
Andrew Tridgell
1
-0
/
+1
2007-10-10
r14205: move smb specific stuff out of includes.h (finally!!!:-)
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r14175: More comments and my copyright.
Rafal Szczesniak
1
-11
/
+74
2007-10-10
r14173: change smb interface structures to always use
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r14172: composite_is_ok(c) destroys c, when the status isn't ok.
Stefan Metzmacher
1
-46
/
+8
2007-10-10
r14165: More comments and my copyright.
Rafal Szczesniak
1
-1
/
+19
2007-10-10
r14164: More comments.
Rafal Szczesniak
1
-5
/
+95
2007-10-10
r14143: Replace old function with equivalent based on new async code.
Rafal Szczesniak
1
-67
/
+4
2007-10-10
r14137: move **p2 to the _recv function for setup the second pipe
Stefan Metzmacher
2
-43
/
+29
2007-10-10
r14136: Fix bug causing segfaults in certain circumstances (gcc3.x among
Rafal Szczesniak
1
-7
/
+7
2007-10-10
r14125: Fix incorrect declaration caught on build farm.
Rafal Szczesniak
1
-1
/
+2
2007-10-10
r14123: Huge lump of code making all of our dcerpc connect code
Rafal Szczesniak
3
-381
/
+1233
2007-10-10
r14120: make the rpc client code also libraries
Stefan Metzmacher
1
-49
/
+192
2007-10-10
r14110: make ndr interface parsing code libraries,
Stefan Metzmacher
1
-60
/
+278
2007-10-10
r14109: Modulify the smbcalls subsystem.
Jelmer Vernooij
1
-16
/
+16
2007-10-10
r14055: merge from samba3. add ACB_NO_AUTH_DATA_REQD, this has been verified
Günther Deschner
1
-1
/
+2
2007-10-10
r13960: Generate makefile rules for installing/removing shared modules.
Jelmer Vernooij
1
-57
/
+57
2007-10-10
r13929: fix dependencies
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13927: fix dependency
Stefan Metzmacher
2
-2
/
+3
2007-10-10
r13925: fix dependencies
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
2
-2
/
+1
2007-10-10
r13908: Improve the RPC-SAMSYNC test to cross-check some attributes I wasn't
Andrew Bartlett
1
-1
/
+2
2007-10-10
r13842: Make some more functions public.
Jelmer Vernooij
2
-33
/
+38
2007-10-10
r13840: Mark some functions as public.
Jelmer Vernooij
2
-137
/
+137
2007-10-10
r13741: make the pointer type in pidl handle any size pointer, just in case we
Andrew Tridgell
1
-8
/
+13
2007-10-10
r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE
Andrew Tridgell
2
-1
/
+45
2007-10-10
r13738: added support for a "pointer" type in pidl. This will be used in the
Andrew Tridgell
1
-0
/
+27
2007-10-10
r13726: Fix indentation.
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r13658: More moving around of files:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13637: Adding more netr_UserFlags.
Günther Deschner
1
-3
/
+13
2007-10-10
r13634: Fix typo.
Günther Deschner
1
-1
/
+1
2007-10-10
r13633: Adding more SE_GROUP bits and make it a bitmask as well.
Günther Deschner
1
-5
/
+11
[prev]
[next]