index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
libnet
Commit message (
Expand
)
Author
Age
Files
Lines
*
r17079: Remove an attempt to connect on ncacn_ip_tcp transport after failure
Rafal Szczesniak
2007-10-10
1
-38
/
+0
*
r17028: Remove extra newline.
Rafal Szczesniak
2007-10-10
1
-1
/
+0
*
r17027: My copyright notice.
Rafal Szczesniak
2007-10-10
1
-1
/
+2
*
r17026: Make rpc connect routine a bit smarter. Try to connect again
Rafal Szczesniak
2007-10-10
1
-7
/
+86
*
r17001: Prepare a new monitor messages.
Rafal Szczesniak
2007-10-10
2
-0
/
+24
*
r16895: Add continue function and prevent from segfaulting (or unpredictable
Rafal Szczesniak
2007-10-10
1
-16
/
+41
*
r16830: Fix IBM checker and GCC warnings.
Andrew Bartlett
2007-10-10
1
-3
/
+3
*
r16694: Store lsa rpc pipe pointer in a right place.
Rafal Szczesniak
2007-10-10
1
-7
/
+12
*
r16693: Name type should be passed further down the lookup engine instead
Rafal Szczesniak
2007-10-10
1
-7
/
+5
*
r16692: More comments and further code in set_user_changes routine.
Rafal Szczesniak
2007-10-10
1
-17
/
+77
*
r16573: Fixes in comments.
Rafal Szczesniak
2007-10-10
1
-4
/
+4
*
r16572: More comments and simple refactoring of one condition.
Rafal Szczesniak
2007-10-10
1
-6
/
+52
*
r16532: Tell username from account name (source from target, when
Rafal Szczesniak
2007-10-10
1
-0
/
+1
*
r16531: Add a function preparing argument for modify user routine.
Rafal Szczesniak
2007-10-10
1
-2
/
+41
*
r16530: Send monitor messages only after successful receiving result of a stage.
Rafal Szczesniak
2007-10-10
1
-25
/
+33
*
r16476: Error in composite functions implemented the 'old way' (single event ...
Rafal Szczesniak
2007-10-10
1
-2
/
+4
*
r16226: Fixes for various segfault bugs found against a buggy Samba4. With
Andrew Bartlett
2007-10-10
2
-2
/
+15
*
r16211: Refactor domain_opened function a bit and add a few comments.
Rafal Szczesniak
2007-10-10
1
-28
/
+60
*
r15996: Implement a missing monitor message.
Rafal Szczesniak
2007-10-10
1
-1
/
+10
*
r15940: Add new field to pass username to libnet_rpc_userinfo function.
Rafal Szczesniak
2007-10-10
1
-0
/
+1
*
r15938: Extend userinfo call with one optional stage - lookup for
Rafal Szczesniak
2007-10-10
1
-19
/
+84
*
r15937: Currently, we don't use nor support distinguished call levels, so remove
Rafal Szczesniak
2007-10-10
1
-15
/
+0
*
r15920: Move userman.c and userinfo.c definition into respective
Rafal Szczesniak
2007-10-10
5
-74
/
+102
*
r15919: - Create function checking prerequisites like valid domain
Rafal Szczesniak
2007-10-10
1
-63
/
+175
*
r15858: - initialize s->r.out
Stefan Metzmacher
2007-10-10
1
-13
/
+23
*
r15857: don't clear the error string after setting it
Stefan Metzmacher
2007-10-10
1
-4
/
+6
*
r15850: another spot where r->out.error_string can be uninitialied
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r15849: ensure we don't try to talloc_steal() an invalid error_string in
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r15726: Comments and a couple of minor formattings in the code.
Rafal Szczesniak
2007-10-10
1
-57
/
+121
*
r15667: Make sure the rpc pipe pointers are zeroed during
Rafal Szczesniak
2007-10-10
1
-0
/
+8
*
r15666: Fix a silly typo.
Rafal Szczesniak
2007-10-10
1
-1
/
+1
*
r15663: Turn libnet_DeleteUser into async function and fix subtle bug probably
Rafal Szczesniak
2007-10-10
2
-82
/
+130
*
r15625: Partial commit of my current work. It makes libnet api functions
Rafal Szczesniak
2007-10-10
8
-61
/
+403
*
r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my head
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r15500: Add support for interactive prompting on bad passwords to the RPC lib...
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r15489: Typo fixes.
Rafal Szczesniak
2007-10-10
1
-2
/
+2
*
r15488: This structure is not needed any longer.
Rafal Szczesniak
2007-10-10
1
-25
/
+2
*
r15487: More comments and a few minor changes (not even fixes).
Rafal Szczesniak
2007-10-10
1
-13
/
+31
*
r15459: Add forgotten guid retrieval among other data and thus prevent
Rafal Szczesniak
2007-10-10
1
-1
/
+4
*
r15439: Reorder the code a bit to be like in other calls. More comments
Rafal Szczesniak
2007-10-10
1
-142
/
+170
*
r15435: Turn libnet_RpcConnectDCInfo into another level of libnet_RpcConnect
Rafal Szczesniak
2007-10-10
4
-179
/
+296
*
r15426: Implement SPNEGO as the default RPC authentication mechanism. Where
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r15328: Move some functions around, remove dependencies.
Jelmer Vernooij
2007-10-10
3
-3
/
+1
*
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r14983: fix an uninitialised var
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r14860: create libcli/security/security.h
Stefan Metzmacher
2007-10-10
3
-3
/
+3
*
r14716: Remove username from debug message, it just causes valgrind assertions.
Andrew Bartlett
2007-10-10
1
-4
/
+2
*
r14591: More comments.
Rafal Szczesniak
2007-10-10
1
-1
/
+27
*
r14572: Give libraries saner names, remove some .pc files, make some things
Jelmer Vernooij
2007-10-10
1
-5
/
+1
*
r14568: Remove unused function.
Rafal Szczesniak
2007-10-10
1
-10
/
+0
[next]