index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
libnet
Commit message (
Expand
)
Author
Age
Files
Lines
*
r19398: more comments
Rafal Szczesniak
2007-10-10
1
-3
/
+97
*
r19309: Split out checks for LDB_SUCCESS from checks for the expected number
Andrew Bartlett
2007-10-10
1
-3
/
+11
*
r19308: Merge samsync fixes from SAMBA_4_0_RELEASE
Andrew Bartlett
2007-10-10
1
-7
/
+12
*
r19299: Fix possible memleaks
Simo Sorce
2007-10-10
1
-0
/
+1
*
r19266: Add a target_hostname element to the binding struct. This allows us
Andrew Bartlett
2007-10-10
3
-32
/
+49
*
r19261: Fix use of unitialised variables. (The binding string is used, if not
Andrew Bartlett
2007-10-10
2
-1
/
+4
*
r19053: match the flag values with the actual equivalents in samr.idl
Rafal Szczesniak
2007-10-10
1
-2
/
+2
*
r19024: remove read-only and policy dependent fields and flags
Rafal Szczesniak
2007-10-10
5
-129
/
+40
*
r18752: When change is a big one, it needs to be made in a couple
Rafal Szczesniak
2007-10-10
1
-26
/
+84
*
r18743: Mention share name in error output.
Günther Deschner
2007-10-10
1
-8
/
+12
*
r18682: a bit of a change in setfield function.
Rafal Szczesniak
2007-10-10
1
-127
/
+127
*
r18657: handle the case where rpc call went fine, but the result
Rafal Szczesniak
2007-10-10
1
-0
/
+3
*
r18656: fix stupid mistake causing segfaults in torture test
Rafal Szczesniak
2007-10-10
1
-2
/
+7
*
r18655: add more fields and better handle the error case where fields
Rafal Szczesniak
2007-10-10
1
-2
/
+66
*
r18615: add more time fields and fix a silly mistake.
Rafal Szczesniak
2007-10-10
1
-1
/
+27
*
r18611: Do not return NT_STATUS_OK when libnet_Add|DelShare has failed.
Günther Deschner
2007-10-10
1
-1
/
+13
*
r18610: Fix typo.
Günther Deschner
2007-10-10
1
-1
/
+1
*
r18609: error_string should not contain newlines.
Günther Deschner
2007-10-10
6
-51
/
+50
*
r18607: remove unused structure element
Stefan Metzmacher
2007-10-10
2
-2
/
+1
*
r18587: fixed a potential memory leak in libnet
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18104: A couple of important fixes to samr domain open so that
Rafal Szczesniak
2007-10-10
1
-3
/
+6
*
r18101: Use composite_create function and add monitor function pointer
Rafal Szczesniak
2007-10-10
1
-3
/
+8
*
r17954: Avoid including \n in error strings (left over from DEBUG() conversion).
Andrew Bartlett
2007-10-10
1
-12
/
+18
*
r17938: More comments.
Rafal Szczesniak
2007-10-10
1
-12
/
+101
*
r17930: Merge noinclude branch:
Jelmer Vernooij
2007-10-10
2
-2
/
+1
*
r17856: The two new functions - libnet_LookupName and libnet_UserInfo.
Rafal Szczesniak
2007-10-10
5
-0
/
+416
*
r17670: 1) Refactor libnet context structure a bit, to have rpc connection
Rafal Szczesniak
2007-10-10
6
-65
/
+495
*
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
2007-10-10
1
-1
/
+1
*
r17472: Remove unused variable.
Rafal Szczesniak
2007-10-10
1
-1
/
+0
*
r17450: A bit more protection against memory allocation errors.
Rafal Szczesniak
2007-10-10
1
-1
/
+2
*
r17448: Define macros to set fields in api function modifying user account.
Rafal Szczesniak
2007-10-10
2
-28
/
+50
*
r17447: Add more fields to user modify routines.
Rafal Szczesniak
2007-10-10
1
-0
/
+17
*
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
[next]