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
/
lib
/
registry
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-21
Fix for allowing the REG_BINARY type and introducing the default attribute
Matthias Dieter Wallnöfer
1
-45
/
+128
2008-10-20
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
1
-0
/
+12
2008-10-20
Regenerate pidl output.
Jelmer Vernooij
1
-2
/
+2
2008-10-18
Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba
Jelmer Vernooij
1
-2
/
+1
2008-10-15
s4: fix registry/rpc.c after winreg changes.
Günther Deschner
1
-5
/
+5
2008-10-15
winreg.idl: Sync ref change from Samba 3.
Jelmer Vernooij
1
-1
/
+1
2008-10-12
Use common util_file code.
Jelmer Vernooij
2
-2
/
+2
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
3
-4
/
+4
2008-10-03
Fix regressions in patchfile after last patch, several other minor fixes.
Matthias Dieter Wallnöfer
1
-22
/
+20
2008-09-30
Use UTF8 rather than the possibly different UNIX charset.
Matthias Dieter Wallnöfer
1
-3
/
+3
2008-09-23
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
1
-10
/
+14
2008-09-21
Registry client: Remove all conversion helper functions
Matthias Dieter Wallnöfer
1
-44
/
+17
2008-09-21
Registry client library: Remove two elementar conversion functions
Matthias Dieter Wallnöfer
1
-26
/
+4
2008-09-21
Revert "Registry tool "regtree": Removing an error message"
Matthias Dieter Wallnöfer
1
-0
/
+5
2008-09-21
Registry client: Fixup the "patchfile" library
Matthias Dieter Wallnöfer
1
-38
/
+66
2008-09-21
Registry client: Implement the "winreg_QueryValue" call
Matthias Dieter Wallnöfer
1
-0
/
+48
2008-09-21
Registry client library: Use "talloc_zero" to avoid uninitialized values
Matthias Dieter Wallnöfer
1
-3
/
+2
2008-09-21
Registry tool "regdiff": Add the event context for remote connections
Matthias Dieter Wallnöfer
1
-1
/
+1
2008-09-21
Registry client library: Fixes the creation of new keys
Matthias Dieter Wallnöfer
2
-2
/
+3
2008-09-21
Registry client library: Fix some buffer problems
Matthias Dieter Wallnöfer
1
-5
/
+9
2008-09-21
Registry client library: Various fixup's and corrections
Matthias Dieter Wallnöfer
1
-63
/
+64
2008-09-21
Registry tools "regshell" and "regtree": Small fixup's
Matthias Dieter Wallnöfer
2
-22
/
+6
2008-09-21
Registry client: Various cleanups and charset conversions
Matthias Dieter Wallnöfer
1
-66
/
+125
2008-09-21
Registry tool "regshell": Handle the default attribute in the right way
Matthias Dieter Wallnöfer
1
-13
/
+15
2008-09-21
Registry tool "regtree": Removing an error message
Matthias Dieter Wallnöfer
1
-5
/
+0
2008-09-21
Registry tool "regtree": Handle the default attribute in the right way
Matthias Dieter Wallnöfer
1
-12
/
+18
2008-09-18
Generate with 1.3.36.
Jelmer Vernooij
1
-1
/
+1
2008-09-09
Fix up the "reg_common_open_remote" call
Matthias Dieter Wallnöfer
4
-8
/
+9
2008-09-09
Two useful "regshell" improvements
Matthias Dieter Wallnöfer
1
-8
/
+6
2008-08-30
Add a setexpiry operation in samdb.py
Andrew Tridgell
2
-23
/
+28
2008-06-14
Use a custom init function for samba4 that sets a samba4
Simo Sorce
5
-7
/
+7
2008-06-14
Use proper python errors.
Jelmer Vernooij
2
-27
/
+17
2008-05-27
Allow external use of regf idl.
Jelmer Vernooij
1
-5
/
+4
2008-05-24
Add docstrings to a couple more python modules.
Jelmer Vernooij
2
-1
/
+9
2008-05-23
Cope with new event context parameter in API and removed parameters to reg_op...
Jelmer Vernooij
1
-6
/
+6
2008-05-23
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into registry
Jelmer Vernooij
18
-224
/
+394
2008-05-23
add more docstrings to registry python module
Jelmer Vernooij
3
-14
/
+100
2008-05-22
Fix CFLAGS for SWIG files.
Jelmer Vernooij
1
-1
/
+1
2008-05-21
Move more modules inside of the samba package.
Jelmer Vernooij
2
-3
/
+3
2008-05-21
Move CFLAGS overrides for SWIG modules to Makefile.
Jelmer Vernooij
1
-0
/
+2
2008-05-21
Remove support for .py files from smb_build - deal with it only in the makefi...
Jelmer Vernooij
1
-0
/
+2
2008-05-18
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
1
-2
/
+2
2008-05-18
Create prototype headers from Makefile directory, without smb_build in the mi...
Jelmer Vernooij
1
-2
/
+4
2008-05-18
Use variables for source directory in remaining subsystems.
Jelmer Vernooij
1
-21
/
+21
2008-04-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
15
-184
/
+264
2008-04-17
More endian fixes in the registry
Andrew Bartlett
1
-5
/
+5
2008-04-17
Fix typo
Andrew Bartlett
1
-1
/
+1
2008-04-17
More work to avoid endian bugs in registry tests.
Andrew Bartlett
1
-5
/
+7
2008-04-17
Fix bug in registry test on big-endian machines.
Andrew Bartlett
2
-19
/
+32
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
14
-85
/
+158
[prev]
[next]