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
r6624: I have put monitor function pointer into userinfo call, but I haven't put
Rafal Szczesniak
1
-5
/
+7
2007-10-10
r6616: First (and totally untested) approach to monitoring userinfo
Rafal Szczesniak
1
-0
/
+13
2007-10-10
r6603: More work on the samdump puzzle. This implements a function pointer
Andrew Bartlett
2
-45
/
+124
2007-10-10
r6573: Start on my project to implement an NT4 compatible BDC in Samba4.
Andrew Bartlett
4
-1
/
+268
2007-10-10
r6525: Remove incorrect comment.
Andrew Bartlett
1
-2
/
+0
2007-10-10
r6440: Adding libcli composite functions dependency, as we need to locate
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r6439: Clarify the comment.
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r6425: Yet another comment.
Rafal Szczesniak
1
-0
/
+9
2007-10-10
r6424: More comments and fixes to existing ones.
Rafal Szczesniak
1
-4
/
+39
2007-10-10
r6419: Fix strange behaviour of NET-USERDEL where account doesn't actually
Rafal Szczesniak
1
-1
/
+3
2007-10-10
r6414: Added composite user del function. Slightly broken still, but I don't
Rafal Szczesniak
2
-1
/
+197
2007-10-10
r6390: A couple of changes in useradd function regarding pointers.
Rafal Szczesniak
1
-5
/
+7
2007-10-10
r6384: Formatting fixes.
Rafal Szczesniak
1
-8
/
+7
2007-10-10
r6383: Add user management file to build.
Rafal Szczesniak
1
-1
/
+2
2007-10-10
r6381: Started working on user account management functions.
Rafal Szczesniak
2
-0
/
+189
2007-10-10
r6165: fixed up the userinfo composite code. Fixes include:
Andrew Tridgell
2
-66
/
+49
2007-10-10
r6164: More comments in the code.
Rafal Szczesniak
1
-2
/
+49
2007-10-10
r5988: Fix the -P option (use machine account credentials) to use the Samba4
Andrew Bartlett
1
-2
/
+3
2007-10-10
r5983: Start support for being a domain member in Samba4.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
4
-5
/
+6
2007-10-10
r5928: Use cli_credentials in:
Jelmer Vernooij
1
-4
/
+1
2007-10-10
r5924: Use cli_credentials in libnet/.
Jelmer Vernooij
2
-8
/
+4
2007-10-10
r5902: A rather large change...
Andrew Bartlett
1
-6
/
+7
2007-10-10
r5900: Use flatname to specify the netbios domain name (matches what win2k3
Andrew Bartlett
1
-3
/
+3
2007-10-10
r5775: Remove some unused functions (unions are no longer as special as they ...
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r5681: fix the build and compiler wanings
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r5677: Split structure definitions from implementation.
Rafal Szczesniak
2
-21
/
+45
2007-10-10
r5585: LDB interfaces change:
Simo Sorce
1
-1
/
+1
2007-10-10
r5576: Bunch of fixes pointed by tridge. A few more to come...
Rafal Szczesniak
1
-26
/
+31
2007-10-10
r5474: Remove random notes put in code.
Rafal Szczesniak
1
-1
/
+0
2007-10-10
r5472: First approach to composite rpc call fetchin user info.
Rafal Szczesniak
1
-0
/
+229
2007-10-10
r5366: added initial code for adding user accounts to libnet makefile.
Rafal Szczesniak
1
-1
/
+2
2007-10-10
r5365: Initial code for adding user accounts via libnet call.
Rafal Szczesniak
3
-0
/
+135
2007-10-10
r5364: Rename string fields called 'domain' and 'name' to be 'domain_name'.
Tim Potter
2
-2
/
+2
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
3
-5
/
+5
2007-10-10
r5256: More verbose description of functions (as I learn the code).
Rafal Szczesniak
1
-5
/
+49
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
3
-4
/
+4
2007-10-10
r4948: Typo fixes in comments.
Rafal Szczesniak
1
-2
/
+2
2007-10-10
r4891: - added a generic resolve_name() async interface in libcli/resolve/,
Andrew Tridgell
1
-11
/
+16
2007-10-10
r4762: Store the results of a 'net join' in the LDB.
Andrew Bartlett
2
-8
/
+228
2007-10-10
r4722: Start to add 'net join' to Samba4.
Andrew Bartlett
5
-46
/
+334
2007-10-10
r4721: Changes to libnet_passwd to take advantage of the new easier to call
Andrew Bartlett
2
-198
/
+239
2007-10-10
r4075: implement RemoteTOD server function
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4035: more effort on consistent naming of the access mask bits.
Andrew Tridgell
1
-3
/
+3
2007-10-10
r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3744: Support building subsystems as a shared library. Modules don't work yet,
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r3733: More build system fixes/features:
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r3724: Rename a number of structures, for better consistance between SAMR and
Andrew Bartlett
1
-9
/
+9
2007-10-10
r3478: split out some more pieces of includes.h
Andrew Tridgell
4
-0
/
+4
2007-10-10
r3462: separate out the crypto includes
Andrew Tridgell
1
-0
/
+1
[prev]
[next]