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
/
source3
/
utils
/
net_rpc_samsync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-06-13
net_vampire: let dump_database() return NTSTATUS.
Günther Deschner
1
-6
/
+8
2008-06-13
net: Fix bug #5542 (samsync contains empty passwords).
Günther Deschner
1
-0
/
+27
2008-06-11
net: remove some dead code.
Günther Deschner
1
-29
/
+0
2008-05-20
net: Use true/false instead of True/False.
Kai Blin
1
-13
/
+13
2008-05-10
net: Remove globals
Kai Blin
1
-4
/
+8
2008-04-20
Add "desthost" to rpc_pipe_client
Volker Lendecke
1
-3
/
+3
2008-04-17
Fix gcc uninitialized variable used warning.
Jeremy Allison
1
-6
/
+5
2008-04-02
Fix NETLOGON credential chain with Windows 2008 all over the place.
Günther Deschner
1
-1
/
+1
2008-03-29
Zero initial return_authenticator in net rpc samdump.
Günther Deschner
1
-0
/
+2
2008-03-28
Fix blob used in pull_netr_AcctLockStr().
Günther Deschner
1
-1
/
+1
2008-03-27
Re-add support for display and vampire of account policies in "net".
Günther Deschner
1
-25
/
+78
2008-03-27
Minor fix for net rpc samdump.
Günther Deschner
1
-4
/
+5
2008-02-27
Add my copyright.
Günther Deschner
1
-0
/
+1
2008-02-22
Fix "used uninitialized" errors.
Jeremy Allison
1
-2
/
+6
2008-02-15
Convert "net rpc vampire/samdump" to pidl generated functions.
Günther Deschner
1
-388
/
+556
2008-01-23
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
1
-1
/
+1
2008-01-19
util_str: Don't return memory from talloc_tos(), use mem_ctx instead.
Kai Blin
1
-3
/
+3
2007-12-19
Remove Get_Pwnam and its associated static variable
Volker Lendecke
1
-2
/
+2
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-10
/
+13
2007-12-15
Replace sid_string_static with sid_string_tos
Volker Lendecke
1
-3
/
+3
2007-12-04
Remove pstr_sprintf. Replace with snprintf.
Jeremy Allison
1
-46
/
+72
2007-12-04
Back to pstring removal.
Jeremy Allison
1
-12
/
+27
2007-11-09
Make base64_encode_data_blob return a talloced string
Volker Lendecke
1
-2
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-6
/
+6
2007-10-10
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
1
-1
/
+1
2007-10-10
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
Gerald Carter
1
-1
/
+1
2007-10-10
r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to
Michael Adam
1
-17
/
+17
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22590: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
1
-4
/
+8
2007-10-10
r20001: Fix bug 4273, thanks to Pascal Terjan
Volker Lendecke
1
-1
/
+1
2007-10-10
r19944: Fix from Don Watson -- thanks
Volker Lendecke
1
-7
/
+2
2007-10-10
r19158: Remove root and nobody users from ldif, from Björn Jacke
Jim McDonough
1
-63
/
+1
2007-10-10
r18703: Fix the annoying effect that happens when nscd is running:
Günther Deschner
1
-0
/
+3
2007-10-10
r18188: merge 3.0-libndr branch
Jelmer Vernooij
1
-49
/
+10
2007-10-10
r17554: Cleanup
Volker Lendecke
1
-4
/
+6
2007-10-10
r17468: To minimize the diff later on, pre-commit some changes independently:...
Volker Lendecke
1
-1
/
+1
2007-10-10
r17463: A bit of cleanup work:
Volker Lendecke
1
-3
/
+3
2007-10-10
r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as an
Volker Lendecke
1
-6
/
+4
2007-10-10
r17375: If a field containts only whitespace, we need to do base64 as well.
Volker Lendecke
1
-2
/
+20
2007-10-10
r17374: Get rid of a silly "System User" default for "description", also fetc...
Volker Lendecke
1
-5
/
+9
2007-10-10
r17356: Also transfer the sambaHomePath attribute.
Volker Lendecke
1
-0
/
+4
2007-10-10
r17335: Some more fixes to net rpc vampire ldif. Still not good though :-(
Volker Lendecke
1
-8
/
+14
2007-10-10
r17313: Non-Ascii attribute values need to be encoded as base64, with an attr...
Volker Lendecke
1
-15
/
+60
2007-10-10
r17312: Do some reformatting on net rpc samsync ldif. Not doing this checkin ...
Volker Lendecke
1
-135
/
+152
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-11
/
+19
2007-10-10
r16429: Fix final 4 Klocwork bugs we're going to fix before
Jeremy Allison
1
-1
/
+1
2007-10-10
r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607
Volker Lendecke
1
-1
/
+9
2007-10-10
r15608: Fix a couple of Coverity errors
Volker Lendecke
1
-0
/
+9
2007-10-10
r15566: Fix Coverity bug # 284. The lp_ldap_xx_suffix function only return NU...
Volker Lendecke
1
-7
/
+16
[prev]
[next]