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
/
libcli
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13387: Make sure smbcli_parse_unc reports a failure for strings of
James Peach
1
-10
/
+25
2007-10-10
r13372: fixes ... still no joy
Simo Sorce
1
-0
/
+8
2007-10-10
r13361: initial implementation of the vlv control
Simo Sorce
1
-1
/
+244
2007-10-10
r13354: Add tests to check that controls work properly
Simo Sorce
1
-1
/
+1
2007-10-10
r13352: Integrate Patch to support the ManageDSAIT control
Simo Sorce
1
-0
/
+20
2007-10-10
r13345: let us replicate with NT4sp6a
Stefan Metzmacher
1
-0
/
+15
2007-10-10
r13344: Trust SASL to have subtle distinctions between NULL and zero-length
Andrew Bartlett
1
-3
/
+17
2007-10-10
r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th...
Andrew Bartlett
1
-13
/
+6
2007-10-10
r13255: New CIFS dd client for use in performance testing. The guts of this is
James Peach
1
-7
/
+27
2007-10-10
r13203: Make this comment clearer.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r13154: Add some const
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r13103: Walk the names in the node status request, so I can find a server
Andrew Bartlett
1
-11
/
+14
2007-10-10
r12999: fix compiler warnings
Stefan Metzmacher
1
-9
/
+9
2007-10-10
r12984: add parse code and ldbsearch cmdline code for
Stefan Metzmacher
1
-3
/
+23
2007-10-10
r12977: Some code to implement the client side of the Dirsync control
Simo Sorce
1
-0
/
+86
2007-10-10
r12932: export function prototypes
Stefan Metzmacher
2
-6
/
+26
2007-10-10
r12925: implement client side of ASQ control
Simo Sorce
1
-0
/
+99
2007-10-10
r12917: fix decoding of ldap controls
Simo Sorce
1
-1
/
+1
2007-10-10
r12910: fix bug #3069
Stefan Metzmacher
1
-2
/
+5
2007-10-10
r12862: Need to trim spaces off the end of the node status reply.
Andrew Bartlett
1
-1
/
+10
2007-10-10
r12861: Cope when we are not supplied the messaging context. This is just
Andrew Bartlett
1
-3
/
+9
2007-10-10
r12858: This moves the libnet_LookupPdc code to use a GetDC request to find
Andrew Bartlett
4
-1
/
+260
2007-10-10
r12804: This patch reworks the Samba4 sockets layer to use a socket_address
Andrew Bartlett
15
-140
/
+168
2007-10-10
r12801: Some more include/ cleanups (remove unused macros + move files
Jelmer Vernooij
3
-1
/
+103
2007-10-10
r12747: Add a couple more token tests, used by the kludge ACL module.
Andrew Bartlett
1
-0
/
+30
2007-10-10
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
10
-27
/
+518
2007-10-10
r12725: some minor updates
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r12696: Reduce the size of include/structs.h
Jelmer Vernooij
7
-2
/
+8
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
16
-6
/
+114
2007-10-10
r12670: Make a couple of dependencies stricter
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
45
-67
/
+0
2007-10-10
r12602: fix compiler warning
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r12592: Remove some useless dependencies
Jelmer Vernooij
3
-22
/
+8
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
16
-0
/
+28
2007-10-10
r12510: Change the DCE/RPC interfaces to take a pointer to a
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
5
-16
/
+16
2007-10-10
r12370: - if we got a reply without a pending request, mark the socket as dead
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r12254: Add some (hopefully correct) descriptions for libraries that are inst...
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r12247: - reject freeing the wrepl_socket inside of wrepl_socket_dead()
Stefan Metzmacher
2
-1
/
+12
2007-10-10
r12240: if the caller isn't interessted in the reply packet, just free it
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r12238: don't crash when an error happens while connecting and the packet_con...
Stefan Metzmacher
1
-2
/
+5
2007-10-10
r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headers
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r12200: - move the the winsreplication client and server code to the packet_c...
Stefan Metzmacher
2
-336
/
+237
2007-10-10
r12161: Fix a memleak and do the -O1 janitor :-)
Volker Lendecke
1
-1
/
+5
2007-10-10
r12158: added ldif handlers for the ntSecurityDescriptor attribute, so when
Andrew Tridgell
1
-8
/
+8
2007-10-10
r12139: - fixed up the ace object flags checking
Andrew Tridgell
1
-3
/
+8
2007-10-10
r12138: added use of 2 letter SID codes in sddl_encode_sid()
Andrew Tridgell
1
-3
/
+42
2007-10-10
r12137: added sddl_encode(), the reverse of the sddl_decode() function added a
Andrew Tridgell
1
-0
/
+170
2007-10-10
r12116: got rid of composite_trigger_done() and composite_trigger_error(), and
Andrew Tridgell
6
-38
/
+37
[prev]
[next]