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
2008-01-20
Some reformatting of current_version_fetch_values().
Michael Adam
1
-11
/
+12
2008-01-20
Add a registry backend current_version that replaces the former dynamic overlay.
Michael Adam
5
-24
/
+84
2008-01-20
Reorder the registry key name constants in a more systematic way.
Michael Adam
1
-5
/
+5
2008-01-20
Use some consts instead of literal strings for registry keys.
Michael Adam
1
-4
/
+4
2008-01-20
Some reformatting in hkpt_params_fetch_values().
Michael Adam
1
-7
/
+10
2008-01-20
Add a registry backend hkpt_params that replaces the former dynamic overlay.
Michael Adam
4
-29
/
+70
2008-01-20
Some reformatting in tcpip_params_fetch_values().
Michael Adam
1
-8
/
+10
2008-01-20
Add a registry backend tcpip_params that replaces the former dynamic overlay.
Michael Adam
6
-27
/
+70
2008-01-20
Some reformatting in prod_options_fetch_values().
Michael Adam
1
-10
/
+10
2008-01-20
Add a registry backend prod_options that replaces the former dynamic overlay.
Michael Adam
6
-32
/
+75
2008-01-20
Some reformatting in netlogon_params_fetch_values().
Michael Adam
1
-6
/
+7
2008-01-20
Rename netlogon_params_fetch_reg_values() to netlogon_params_fetch_values().
Michael Adam
1
-3
/
+2
2008-01-20
In reg_backend_netlogon_params, delegate fetch_subkeys() to regdb.
Michael Adam
1
-0
/
+7
2008-01-20
Fix registering Registry backends in reghook_cache_add().
Michael Adam
1
-1
/
+1
2008-01-20
Use constant KEY_NETLOGON_PARAMS instead of literal key.
Michael Adam
1
-1
/
+1
2008-01-20
Volker is right: why keep commented out migrated dynamic reg overlays around?...
Michael Adam
1
-21
/
+0
2008-01-20
Use c99 struct initializers for REGISTRY_OPS in reg_shares.c
Michael Adam
1
-5
/
+4
2008-01-20
Use c99 struct initializers for REGISTRY_OPS in reg_printing.c
Michael Adam
1
-5
/
+4
2008-01-20
Use c99 struct initializers for REGISTRY_OPS in reg_smbconf.c.
Michael Adam
1
-9
/
+7
2008-01-20
Some systems do not have XATTR_ defined
Volker Lendecke
2
-5
/
+8
2008-01-19
vfs_streams_depot
Volker Lendecke
3
-0
/
+654
2008-01-19
vfs_streams_xattr module
Volker Lendecke
3
-1
/
+679
2008-01-19
Add streams support
Volker Lendecke
5
-24
/
+459
2008-01-19
Add "split_ntfs_stream_name()" together with a torture test
Volker Lendecke
3
-0
/
+162
2008-01-19
Add an error mapping for ENOATTR
Volker Lendecke
1
-0
/
+3
2008-01-19
Add the STREAMINFO vfs call
Volker Lendecke
4
-13
/
+171
2008-01-19
Use SAFE_FREE instead of free
Volker Lendecke
1
-1
/
+2
2008-01-19
Tiny memory leak in lib/version.c
Corinna Vinschen
1
-0
/
+1
2008-01-19
Fix error return in xattr_tdb_load_attrs
Volker Lendecke
1
-1
/
+1
2008-01-19
The remote storage op is gone
Volker Lendecke
1
-1
/
+1
2008-01-19
Add get_ea_names_from_file to sanely list posix xattrs
Volker Lendecke
1
-49
/
+142
2008-01-19
Make get_ea_value public
Volker Lendecke
1
-8
/
+15
2008-01-19
Fix the build
Volker Lendecke
1
-0
/
+1
2008-01-19
afs: Use talloc_stackframe() instead of talloc_init()
Kai Blin
1
-1
/
+1
2008-01-19
ntlm_auth: Get rid of statics in manage_squid_ntlmssp_request
Kai Blin
1
-37
/
+50
2008-01-19
ntlm_auth: Rewrite manage_client_ntlmssp_request without statics.
Kai Blin
1
-55
/
+66
2008-01-19
nltm_auth: Use struct ntlm_auth_state in helper functions.
Kai Blin
1
-34
/
+40
2008-01-19
ntlm_auth: Prepare for a deeper rewrite of the helper functions
Kai Blin
1
-4
/
+43
2008-01-19
ntlm_auth: Dynamically allocate the read buffer.
Kai Blin
1
-28
/
+43
2008-01-19
Link ndr_xattr.o with LIBNDR_GEN_OBJ
Volker Lendecke
1
-1
/
+2
2008-01-18
Actually test vl's new code and make it work to fix the build farm :-).
Jeremy Allison
1
-8
/
+12
2008-01-18
Always return nlink=1 for directories
Volker Lendecke
1
-7
/
+2
2008-01-19
util_str: Don't return memory from talloc_tos(), use mem_ctx instead.
Kai Blin
5
-32
/
+40
2008-01-18
Fix error message for new allinfo command.
Jeremy Allison
1
-1
/
+1
2008-01-18
Fix typo that disabled setting group id. Thanks, Henrik.
Derrell Lipman
1
-1
/
+1
2008-01-18
Revert "Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_stor...
Stefan Metzmacher
2
-13
/
+0
2008-01-18
libreplace: Escape asterisk.
Jelmer Vernooij
1
-1
/
+1
2008-01-18
Try to fix the build on Tru64; avoid single quotes because they get expanded ...
Jelmer Vernooij
1
-1
/
+1
2008-01-18
r26550: libreplace: fallback to __ss_family of struct sockaddr_storage
Stefan Metzmacher
2
-0
/
+29
2008-01-18
r26102: libreplace: remove system/printing.h as it only contains samba3 stuff
Stefan Metzmacher
2
-51
/
+0
[next]