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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-21
Registry server LDB backend: Don't make copies of the same type
Matthias Dieter Wallnöfer
1
-2
/
+2
2008-10-21
Registry server LDB backend REG_BINARY type: Save it directly in LDB
Matthias Dieter Wallnöfer
1
-3
/
+5
2008-10-21
Registry server LDB backend REG_SZ type: Always use UTF8 encoding
Matthias Dieter Wallnöfer
1
-2
/
+2
2008-10-21
Registry server LDB backend REG_SZ type: Fix up the empty string problem
Matthias Dieter Wallnöfer
1
-5
/
+15
2008-10-21
Revert "Fix for the empty string (REG_SZ) problem"
Matthias Dieter Wallnöfer
1
-8
/
+0
2008-10-21
Registry server: Fixes up the patch with "type" != NULL (used in "EnumValue" ...
Matthias Dieter Wallnöfer
1
-2
/
+3
2008-10-21
Registry server "reg_ldb_unpack_value": Tests demonstrate that also "type" do...
Matthias Dieter Wallnöfer
1
-2
/
+2
2008-10-21
Revert "Registry server "reg_ldb_unpack_value": Let "data" pointer be NULL"
Matthias Dieter Wallnöfer
1
-27
/
+23
2008-10-21
Registry server "reg_ldb_unpack_value": Let "data" pointer be NULL
Matthias Dieter Wallnöfer
1
-23
/
+27
2008-10-21
Cleanups of server files
Matthias Dieter Wallnöfer
1
-1
/
+5
2008-10-21
Registry server: More work to be compatible
Matthias Dieter Wallnöfer
1
-14
/
+25
2008-10-21
ldb_get_value_by_id: Fix the return of the default value
Matthias Dieter Wallnöfer
1
-14
/
+15
2008-10-21
reg_ldb_unpack_value: Change "CH_UTF8" in "CH_UNIX"
Matthias Dieter Wallnöfer
1
-1
/
+1
2008-10-21
ldb_del_value: Free key data also when removing the default attribute
Matthias Dieter Wallnöfer
1
-4
/
+4
2008-10-21
Fix for allowing the REG_BINARY type and introducing the default attribute
Matthias Dieter Wallnöfer
1
-45
/
+128
2008-10-21
Fix for the empty string (REG_SZ) problem
Matthias Dieter Wallnöfer
1
-0
/
+8
2008-09-14
Remove unecessary msync.
Jeremy Allison
1
-4
/
+0
2008-09-14
The msync manpage reports that msync *must* be called before munmap. Failure ...
Simo Sorce
2
-2
/
+8
2008-09-14
Attempt to fix bug 5684
Volker Lendecke
1
-1
/
+1
2008-09-14
Fix warnings on SuSE 9.0.
Stefan Metzmacher
1
-0
/
+8
2008-09-14
Fix bug 5400
Volker Lendecke
1
-2
/
+2
2008-09-14
Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.
Stefan Metzmacher
1
-4
/
+4
2008-09-14
using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() s...
Yannick Bergeron
1
-1
/
+1
2008-09-14
Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_erro...
Yannick Bergeron
1
-1
/
+2
2008-09-14
Fix typo.
Karolin Seeger
2
-2
/
+2
2008-09-14
Correctly find a [u]int32_t replacement
Volker Lendecke
1
-6
/
+15
2008-09-14
Fix replacement getpass. If we ^C at the prompt echo was left off.
Jeremy Allison
1
-5
/
+2
2008-09-12
Fix spellings and file names
Simo Sorce
2
-32
/
+32
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-09-07
lzxpress: Import of lzxpress compression
Matthieu Suiche
2
-0
/
+179
2008-09-07
lzxpress: fix for decompression...
Matthieu Suiche
2
-21
/
+17
2008-09-06
Always free tmp contexts before returning
Simo Sorce
1
-0
/
+1
2008-09-06
zlib: we require zlib-1.2.3 or higher
Stefan Metzmacher
1
-3
/
+18
2008-09-06
Revert "zlib: add inflateReset2()..."
Stefan Metzmacher
3
-28
/
+3
2008-09-06
Revert "zlib: we don't need the inflateReset2 prototype twice"
Stefan Metzmacher
1
-0
/
+2
2008-09-04
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
1
-14
/
+13
2008-09-03
Fix embedding of Samba 4.
Jelmer Vernooij
1
-14
/
+13
2008-08-30
Add a setexpiry operation in samdb.py
Andrew Tridgell
4
-91
/
+97
2008-08-22
disable the anr== tests until they are understood
Andrew Tridgell
1
-12
/
+13
2008-08-22
fixed the GUID and objectSID canonicalisation functions
Andrew Tridgell
1
-1
/
+3
2008-08-22
fixed a speellling erra
Andrew Tridgell
1
-1
/
+1
2008-08-22
fixed a problem with length limited ldap values
Andrew Tridgell
10
-29
/
+48
2008-08-21
Don't walk past the end of ldb values.
Andrew Bartlett
5
-16
/
+31
2008-08-21
Push loading the objectGUID and objectSID handlers earlier.
Andrew Bartlett
1
-4
/
+8
2008-08-21
Handle error cases in attribute handlers better.
Andrew Bartlett
1
-8
/
+18
2008-08-21
All these syntaxes are now handled by the schema.
Andrew Bartlett
1
-6
/
+0
2008-08-21
Don't hardcode attributes to be treated as a DN
Andrew Bartlett
1
-14
/
+1
2008-08-21
Correct anr search commants and error messages in ldap.js
Andrew Bartlett
1
-7
/
+7
2008-08-21
Don't allow a NULL syntax
Andrew Bartlett
1
-0
/
+4
[next]