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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r19827: Move registry_push/pull_value to lib/util_reg.c
Volker Lendecke
2
-116
/
+116
2007-10-10
r19826: Fix typo
Jim McDonough
1
-1
/
+1
2007-10-10
r19825: To create a key, smbd also needs read privs assigned
Volker Lendecke
1
-1
/
+2
2007-10-10
r19824: Fix the max value calculation in QueryInfoKey
Volker Lendecke
1
-9
/
+10
2007-10-10
r19823: "log" is an internal define in older versions of gcc.
Jeremy Allison
3
-4
/
+4
2007-10-10
r19822: Implement net rpc registry createkey, deletekey and deletevalue
Volker Lendecke
1
-0
/
+168
2007-10-10
r19821: Make net_rpc_registry use net_run_function2.
Volker Lendecke
1
-24
/
+14
2007-10-10
r19820: Limit the stat cache to 1MB by default (Bug 4244). Thanks to Bjoern J...
Volker Lendecke
1
-1
/
+1
2007-10-10
r19819: Windows returns an empty string instead of NULL here
Volker Lendecke
1
-1
/
+1
2007-10-10
r19818: Remove reg_split_hive, make use of registry_openkey
Volker Lendecke
2
-99
/
+19
2007-10-10
r19817: Implement net rpc registry setvalue (only dword and sz so far)
Volker Lendecke
1
-0
/
+191
2007-10-10
r19812: dump_regval_buf is not needed anymore
Volker Lendecke
1
-49
/
+0
2007-10-10
r19811: Decode REG_MULTI_SZ and REG_BINARY
Volker Lendecke
5
-8
/
+32
2007-10-10
r19809: remove winbind blacklist parameter
Gerald Carter
2
-28
/
+0
2007-10-10
r19808: remove old smbwrapper references
Gerald Carter
1
-4
/
+0
2007-10-10
r19807: First attempt at wrapping something sane around the registry API. Wil...
Volker Lendecke
2
-135
/
+370
2007-10-10
r19804: Fix a valgrind error
Volker Lendecke
1
-5
/
+4
2007-10-10
r19803: Fix problem reported by Chetan S: QueryInfoKey needs to report the ma...
Volker Lendecke
1
-1
/
+1
2007-10-10
r19800: * Remove exmpty aix directory
Gerald Carter
1
-2
/
+0
2007-10-10
r19797: Convert the remaining pipes to the "new" unique out ptr handling
Volker Lendecke
16
-304
/
+219
2007-10-10
r19794: Convert DFS
Volker Lendecke
3
-25
/
+20
2007-10-10
r19793: Change the lsa calls to the new calling convention. Nobody uses the c...
Volker Lendecke
2
-113
/
+67
2007-10-10
r19790: Check in the PIDL change and the converted unixinfo and winbind pipes...
Volker Lendecke
9
-91
/
+80
2007-10-10
r19786: My last checkin to winreg_StringBuf killed rpccli_winreg_EnumKeys aga...
Volker Lendecke
2
-1
/
+19
2007-10-10
r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...
Volker Lendecke
4
-22
/
+17
2007-10-10
r19779: Fail properly on talloc_strdup failure
Volker Lendecke
1
-3
/
+5
2007-10-10
r19778: Make regkey_open_internal take a talloc ctx
Volker Lendecke
4
-17
/
+22
2007-10-10
r19777: Make regsubkey_ctr_addkey return WERROR. Nobody checks this so far, b...
Volker Lendecke
1
-20
/
+22
2007-10-10
r19776: Hmmm. I should have done one instead of three commits. Sorry :-)
Volker Lendecke
1
-1
/
+1
2007-10-10
r19775: Fix typo
Volker Lendecke
1
-1
/
+1
2007-10-10
r19774: Fix typo
Volker Lendecke
1
-1
/
+1
2007-10-10
r19773: TALLOC_FREE checks for NULL itself
Volker Lendecke
1
-4
/
+1
2007-10-10
r19766: Fix a const-warning. Jerry, what did you want to fix with this line?
Volker Lendecke
1
-1
/
+0
2007-10-10
r19764: set version in 3.0 branch to 3.0.25
Gerald Carter
1
-1
/
+1
2007-10-10
r19762: libaddns/*[ch] code fixes donated by Centeris Corporation
Gerald Carter
16
-4928
/
+1764
2007-10-10
r19758: remove the LDAP_SCOPE_ONELEVEL define (not needed after svnup)
Gerald Carter
1
-3
/
+0
2007-10-10
r19754: * When using a krb5 session setup, we don't fill in the server_name
Gerald Carter
5
-40
/
+37
2007-10-10
r19748: Ensure to link against the required libraries.
Lars Müller
1
-1
/
+1
2007-10-10
r19747: Ensure to link with the required objects.
Lars Müller
1
-1
/
+1
2007-10-10
r19744: merge from samba4
Stefan Metzmacher
5
-53
/
+198
2007-10-10
r19741: fix compiler warnings
Stefan Metzmacher
1
-4
/
+8
2007-10-10
r19739: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r19730: as libreplace always provides dlopen(), we need to always define SHLI...
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r19725: sync samba3's ldb with samba4
Stefan Metzmacher
31
-628
/
+1810
2007-10-10
r19718: define SHLIBEXT (prepare ldb merge from samba4)
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r19710: Fix memory leak in get_conf_item_string(). As
Jeremy Allison
1
-5
/
+1
2007-10-10
r19709: Fix bug #4224 - deadtime timeout was broken
Jeremy Allison
1
-0
/
+1
2007-10-10
r19705: Fix blocker bug for 3.0.23d - find_forced_group could
Jeremy Allison
1
-0
/
+9
2007-10-10
r19703: Don't free a string if you want to return it!
Simo Sorce
1
-1
/
+0
2007-10-10
r19692: Another fix.
Simo Sorce
1
-1
/
+0
[prev]
[next]