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
/
libnet
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r9654: introduce the samdb_search_dn call
Simo Sorce
1
-5
/
+3
2007-10-10
r9643: fixed samsync code for the new dn explode semantics
Andrew Tridgell
1
-17
/
+15
2007-10-10
r9392: Fix ldb_dn_compose to make build farm happy
Simo Sorce
1
-15
/
+6
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
2
-54
/
+92
2007-10-10
r9309: Incorrect null pointer check in return from talloc.
Steve French
1
-1
/
+1
2007-10-10
r9090: Another field in usermod function - account flags.
Rafal Szczesniak
2
-0
/
+7
2007-10-10
r9037: New fields in usermod function - allow_password_change and
Rafal Szczesniak
2
-0
/
+15
2007-10-10
r8981: Add comments, fix typos (in attribute names) and check for errors in
Andrew Bartlett
2
-8
/
+39
2007-10-10
r8974: Support makefile fragments in .mk files
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r8970: Add 'ADS' join support to Samba4.
Andrew Bartlett
2
-4
/
+71
2007-10-10
r8952: Partial work commit to find the DN of the new machine account - we
Andrew Bartlett
2
-2
/
+109
2007-10-10
r8904: Split off the query stage as a separate function.
Rafal Szczesniak
1
-5
/
+33
2007-10-10
r8896: Handle more complex case where field being changed doesn't appear
Rafal Szczesniak
2
-40
/
+94
2007-10-10
r8847: Rework the Samba4 'net join' code. I'm trying to get this closer to
Andrew Bartlett
3
-259
/
+316
2007-10-10
r8845: Removing unnecessary string length calculations. Thanks abartlet
Rafal Szczesniak
1
-12
/
+2
2007-10-10
r8808: More comments.
Rafal Szczesniak
1
-0
/
+41
2007-10-10
r8807: Modifying datetime field using struct timeval argument rather than
Rafal Szczesniak
2
-0
/
+8
2007-10-10
r8790: Finish the migration of aliases and privilages with SamSync, by adding
Andrew Bartlett
1
-11
/
+130
2007-10-10
r8789: Send new monitor messages from userdel routine.
Rafal Szczesniak
1
-0
/
+23
2007-10-10
r8788: New monitor messages.
Rafal Szczesniak
1
-0
/
+6
2007-10-10
r8775: More SamSync work. This is really just mechanical...
Andrew Bartlett
1
-5
/
+264
2007-10-10
r8771: Extend the SamSync code out to groups and aliases, as well as deleting.
Andrew Bartlett
1
-1
/
+303
2007-10-10
r8761: Propagate changes in monitor messaging code.
Rafal Szczesniak
2
-5
/
+27
2007-10-10
r8760: Rework monitor messaging code a bit, as Metze once suggested.
Rafal Szczesniak
2
-0
/
+64
2007-10-10
r8759: Another couple of fields in usermod routine.
Rafal Szczesniak
2
-0
/
+30
2007-10-10
r8752: With all the infrustructure done, details like a SamSync migration
Andrew Bartlett
3
-0
/
+425
2007-10-10
r8744: Split 'net samdump' out into a separate file
Andrew Bartlett
4
-263
/
+289
2007-10-10
r8741: Kill warnings about enums not fully enumerated, as we will never use
Andrew Bartlett
1
-0
/
+5
2007-10-10
r8721: Further work on libnet_rpc_usermod function. Now it can change
Rafal Szczesniak
2
-4
/
+35
2007-10-10
r8717: Add monitor message emiting in userdel and usermod calls.
Rafal Szczesniak
1
-0
/
+10
2007-10-10
r8692: Starting parts of code to provide user modify functionality.
Rafal Szczesniak
2
-6
/
+194
2007-10-10
r8248: Make these comments more accurate.
Andrew Bartlett
1
-4
/
+6
2007-10-10
r8246: Don't try and set the element after the end off the array to NULL.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r8235: fix the build
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r8232: remove samr_String and netr_String as they are the same as lsa_String
Stefan Metzmacher
4
-9
/
+9
2007-10-10
r8136: remove unused var
Stefan Metzmacher
1
-2
/
+0
2007-10-10
r8098: Add my copyright and remove unecessary header dependency.
Rafal Szczesniak
1
-2
/
+2
2007-10-10
r8096: Remove function that has became libnet_Lookup fuction.
Rafal Szczesniak
2
-78
/
+0
2007-10-10
r8095: Fix compiler warning.
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r8077: Propagate changes in rpc connect routine to functions using it
Rafal Szczesniak
5
-96
/
+96
2007-10-10
r8076: Put name resolution methods into libnet_context. This allows libnet based
Rafal Szczesniak
3
-15
/
+47
2007-10-10
r8075: Make rpc connect function part of libnet api, as I suppose many
Rafal Szczesniak
2
-70
/
+64
2007-10-10
r7816: Implementation of "shortcut" function for those (probably many) who
Rafal Szczesniak
1
-0
/
+70
2007-10-10
r7748: Use state structure in connection with io to get returned address.
Rafal Szczesniak
1
-2
/
+3
2007-10-10
r7734: A few missing pieces...
Rafal Szczesniak
3
-5
/
+7
2007-10-10
r7732: Implementation of very basic lookup function (to be used in more
Rafal Szczesniak
6
-9
/
+141
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
4
-16
/
+15
2007-10-10
r7630: Unused variable.
Tim Potter
1
-1
/
+0
2007-10-10
r7629: Unused labels.
Tim Potter
1
-2
/
+0
2007-10-10
r7588: Fix lacking space in the comment.
Rafal Szczesniak
1
-1
/
+1
[next]