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
r23292: check for errors returned in a call result.
Rafal Szczesniak
1
-0
/
+5
2007-10-10
r22944: fix bug #4618:
Stefan Metzmacher
8
-42
/
+42
2007-10-10
r22811: two more memory allocation checks.
Rafal Szczesniak
2
-1
/
+4
2007-10-10
r22809: use buffer size specified in libnet context.
Rafal Szczesniak
2
-5
/
+1
2007-10-10
r22808: store default buffer size for samr operations in libnet context.
Rafal Szczesniak
2
-1
/
+5
2007-10-10
r22804: convert libnet_rpc_userinfo function to use "continue" functions
Rafal Szczesniak
1
-127
/
+124
2007-10-10
r22764: - replace talloc_zero with composite_create
Rafal Szczesniak
1
-16
/
+5
2007-10-10
r22763: replace talloc_zero calls with composite_create and add more
Rafal Szczesniak
2
-17
/
+16
2007-10-10
r22735: correct some comments
Rafal Szczesniak
1
-1
/
+2
2007-10-10
r22734: - use samr pipe if it is already opened
Rafal Szczesniak
1
-16
/
+79
2007-10-10
r22672: use composite_create calls instead of talloc_zero.
Rafal Szczesniak
1
-12
/
+6
2007-10-10
r22669: fix uninitialized element which was causing a crash with 'net passwor...
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r22565: add libnet_DomainList function.
Rafal Szczesniak
2
-0
/
+265
2007-10-10
r22536: resolve name before passing to cldap
Stefan Metzmacher
1
-2
/
+13
2007-10-10
r22519: convert libnet_DomainOpenSamr function from state-handling routine
Rafal Szczesniak
1
-122
/
+84
2007-10-10
r22437: fix dependencies
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r21839: add my email address
Stefan Metzmacher
4
-4
/
+4
2007-10-10
r21827: move comments to the place where the functionality is implemented
Stefan Metzmacher
1
-0
/
+156
2007-10-10
r21826: reorder functions
Stefan Metzmacher
1
-23
/
+25
2007-10-10
r21821: move comment about the becoming a dc to the code which implements it
Stefan Metzmacher
1
-0
/
+643
2007-10-10
r21820: move function, so that all are in top-down order as they get called
Stefan Metzmacher
1
-23
/
+25
2007-10-10
r21541: Export mgmt, samr and atsvc for use in samba-gtk.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r21538: this looks better...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21516: - use the same assoc_group_id, for all 3 drsuapi connection
Stefan Metzmacher
1
-4
/
+21
2007-10-10
r21362: rename:
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r21300: let the caller decide if it wants rid decrypted hashes or not
Stefan Metzmacher
5
-3
/
+12
2007-10-10
r21295: pass down the gensec session key to the store_chunk hook
Stefan Metzmacher
2
-3
/
+11
2007-10-10
r21293: store the gensec session key for each drsuapi connection
Stefan Metzmacher
1
-0
/
+14
2007-10-10
r21292: add become_dc:print = yes option to dump out the drsuapi traffic
Stefan Metzmacher
1
-3
/
+74
2007-10-10
r21255: Add a debugging option to avoid rid decryption in the samsync output.
Andrew Bartlett
1
-12
/
+22
2007-10-10
r21175: Fix the kerberos keytab update code to handle deletes.
Andrew Bartlett
1
-28
/
+0
2007-10-10
r21141: Attempt to fix the build
Volker Lendecke
1
-1
/
+1
2007-10-10
r20964: Show the domain name we figured out, rather than a null pointer (in
Andrew Bartlett
1
-1
/
+1
2007-10-10
r20714: we can use talloc_asprintf_append() again, because strupper_talloc()
Stefan Metzmacher
1
-6
/
+5
2007-10-10
r20708: fix crash bug! we can't use stack memory for async requests...
Stefan Metzmacher
1
-4
/
+7
2007-10-10
r20676: Add ref pointer to fix warning.
Jelmer Vernooij
1
-6
/
+8
2007-10-10
r20570: use talloc_asprintf() instead of talloc_asprintf_append()
Stefan Metzmacher
1
-3
/
+4
2007-10-10
r20504: we handle the attribute values always as DATA_BLOB's and
Stefan Metzmacher
1
-70
/
+70
2007-10-10
r20484: get rid of the special case for DN strings
Stefan Metzmacher
1
-53
/
+100
2007-10-10
r20476: get rid of extra case for uint32 values
Stefan Metzmacher
1
-27
/
+36
2007-10-10
r20475: remove special case for GUID values
Stefan Metzmacher
1
-10
/
+15
2007-10-10
r20418: start to get step by step rid of the union for the attribute
Stefan Metzmacher
1
-7
/
+15
2007-10-10
r20397: Another user of the DsCrackNames call needs a rename following IDL cl...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r20328: use prereq function instead of local implementation.
Rafal Szczesniak
1
-42
/
+3
2007-10-10
r20294: Without this we don't do the ADS join against Win2k3 SP1
Andrew Bartlett
1
-0
/
+1
2007-10-10
r20293: implement store chunk hook for libnet_BecomeDC()
Stefan Metzmacher
2
-58
/
+67
2007-10-10
r20292: set ntds_dn_str if DsAddEntry() was successful
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r20291: implement prepare_db hook of libnet_BecomeDC()
Stefan Metzmacher
2
-3
/
+17
2007-10-10
r20285: pass more info to check_options hook and move behavior versions etc.
Stefan Metzmacher
2
-64
/
+76
2007-10-10
r20283: pass in callbacks to libnet_BecomeDC() from the caller
Stefan Metzmacher
2
-15
/
+24
[next]