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
r13131: windows sends termination here, this fixes access with regedit
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r13044: I finally understand that the [charset()] and [string] properties
Stefan Metzmacher
2
-4
/
+4
2007-10-10
r13002: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12982: fix parsing of LDAP DIRSYNC cookies
Stefan Metzmacher
1
-7
/
+21
2007-10-10
r12933: fix parsing of browse packets based on the infos on http://ubiqx.org/...
Stefan Metzmacher
2
-44
/
+75
2007-10-10
r12865: Upgrade the librpc and libnet code.
Andrew Bartlett
5
-34
/
+37
2007-10-10
r12856: make the logic much more sane
Stefan Metzmacher
1
-3
/
+7
2007-10-10
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
1
-20
/
+39
2007-10-10
r12803: if we free the ndr structure how should we access the private pointer...
Stefan Metzmacher
1
-1
/
+3
2007-10-10
r12800: Replace tmp_ctx with mem_ctx to make variables name more
Rafal Szczesniak
1
-6
/
+6
2007-10-10
r12772: - create variables for the %(patsubst ...) statements for the idl files
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r12753: Try to fix the build after a 'make clean'. (the wildcards will not
Andrew Bartlett
1
-3
/
+3
2007-10-10
r12696: Reduce the size of include/structs.h
Jelmer Vernooij
2
-0
/
+4
2007-10-10
r12693: Move core data structures out of smb.h into core.h
Jelmer Vernooij
2
-61
/
+68
2007-10-10
r12670: Make a couple of dependencies stricter
Jelmer Vernooij
2
-23
/
+14
2007-10-10
r12651: Remove STR_LARGE_SIZE as it's no longer used
Jelmer Vernooij
3
-14
/
+2
2007-10-10
r12650: Remove support for NULLTERM flag (is already covered by tridge's
Jelmer Vernooij
1
-6
/
+0
2007-10-10
r12635: use the new [validate] value() checking to fix the string types for
Andrew Tridgell
1
-11
/
+11
2007-10-10
r12634: make the [validate] binding string switch also check to see if the
Andrew Tridgell
2
-3
/
+53
2007-10-10
r12623: Another round of fixes for the prototypes of tables.c
Jelmer Vernooij
3
-8
/
+23
2007-10-10
r12622: Move table.c prototypes to seperate header to prevent circular depend...
Jelmer Vernooij
3
-0
/
+3
2007-10-10
r12620: Get rid of automatically generated lists of init functions of subsyst...
Jelmer Vernooij
3
-7
/
+14
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
10
-15
/
+0
2007-10-10
r12592: Remove some useless dependencies
Jelmer Vernooij
1
-5
/
+13
2007-10-10
r12574: Bring tables.pl back to life and move registration of interfaces
Jelmer Vernooij
4
-70
/
+139
2007-10-10
r12558: Support [flag(NULLTERM)] on [charset()] arrays
Jelmer Vernooij
1
-0
/
+10
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
7
-0
/
+10
2007-10-10
r12517: Don't generate empty init functions
Jelmer Vernooij
3
-22
/
+1
2007-10-10
r12516: Fix drsuapi and netlogon javascript bindings
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r12514: Move DCE/RPC interface table to a seperate file
Jelmer Vernooij
6
-89
/
+110
2007-10-10
r12513: Similar change as my previous commit, but now for transfer syntaxes.
Jelmer Vernooij
5
-29
/
+26
2007-10-10
r12512: Use GUID structs in API functions everywhere rather then converting b...
Jelmer Vernooij
4
-23
/
+15
2007-10-10
r12511: Remove authservice from binding string
Jelmer Vernooij
2
-8
/
+1
2007-10-10
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
5
-64
/
+45
2007-10-10
r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...
Jelmer Vernooij
1
-17
/
+36
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
2
-98
/
+96
2007-10-10
r12465: Merge Parse::Pidl::Samba4::NDR::Header into Parse::Pidl::Samba4::NDR:...
Jelmer Vernooij
3
-7
/
+7
2007-10-10
r12461: Some updates to the srvsvc IDL from Ronnie Sahlberg
Jelmer Vernooij
1
-105
/
+280
2007-10-10
r12294: Move dcerpc_pipe_open_sock() to async implementation.
Rafal Szczesniak
1
-44
/
+135
2007-10-10
r12254: Add some (hopefully correct) descriptions for libraries that are inst...
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r12162: More comments.
Rafal Szczesniak
1
-5
/
+30
2007-10-10
r12136: fixed a bug in NetWkstaTransportEnum() from the recent merge with eth...
Andrew Tridgell
1
-1
/
+0
2007-10-10
r12135: Move named pipe connect on smb2 function to async implementation.
Rafal Szczesniak
2
-43
/
+121
2007-10-10
r12116: got rid of composite_trigger_done() and composite_trigger_error(), and
Andrew Tridgell
2
-5
/
+5
2007-10-10
r12103: Comments and a bit of formatting.
Rafal Szczesniak
1
-6
/
+28
2007-10-10
r12101: revert my last commit, I breaks the build and I don't know why...
Stefan Metzmacher
1
-17
/
+19
2007-10-10
r12090: use the _trigger_error() function in the function
Stefan Metzmacher
1
-19
/
+17
2007-10-10
r12089: Couple of fixes in cases of memory outage before we sort
Rafal Szczesniak
1
-12
/
+21
2007-10-10
r12088: Use a structure to pass arguments to dcerpc connection functions
Rafal Szczesniak
2
-71
/
+26
2007-10-10
r12087: Split dcerpc pipe connection functions into separate file.
Rafal Szczesniak
2
-1
/
+167
[next]