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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-01-18
r25976: libreplace: not all platforms like _XOPEN_SOURCE=600
Stefan Metzmacher
1
-2
/
+5
2008-01-18
r25974: libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600
Stefan Metzmacher
1
-0
/
+1
2008-01-18
r25971: libreplace: remove AC_EXTENSION_FLAG as it's the same as AC_N_DEFINE
Stefan Metzmacher
2
-15
/
+2
2008-01-18
r25970: libreplace: fix AC_N_DEFINE() so that some appears in config.h
Stefan Metzmacher
1
-5
/
+12
2008-01-18
Use C99 structure initializers for netlogon_params_reg_ops.
Michael Adam
1
-9
/
+1
2008-01-18
Add the "allinfo" command to smbclient
Volker Lendecke
3
-0
/
+229
2008-01-18
Add a registry backend netlogon_params that replaces the former dynamic overlay.
Michael Adam
5
-0
/
+66
2008-01-18
Fix typo in debug message.
Michael Adam
1
-1
/
+1
2008-01-18
Fix the build w/o ADS.
Günther Deschner
1
-0
/
+4
[prev]
[next]