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-21
Link smbd on AIX with -bexpfull instead of -bexpall
Volker Lendecke
1
-1
/
+1
2008-01-21
util_sock: Fix memcache bug in get_mydnsfullname.
Kai Blin
1
-3
/
+3
2008-01-21
libwbclient: use the same style in each switch case for the error mapping
Stefan Metzmacher
1
-2
/
+2
2008-01-21
winbindd: remove useless strcpy
Stefan Metzmacher
1
-4
/
+1
2008-01-21
Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.c
Michael Adam
2
-3
/
+4
2008-01-21
Move reg_frontend_hilvl.c to reg_dispatcher.c
Michael Adam
2
-2
/
+2
2008-01-21
Extend/fix comments.
Michael Adam
2
-2
/
+4
2008-01-21
Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.c
Michael Adam
3
-18
/
+48
2008-01-21
Rename reg_db.c to reg_backend_db.c
Michael Adam
2
-3
/
+3
2008-01-21
Rename reg_shares.c to reg_backend_shares.c
Michael Adam
2
-1
/
+1
2008-01-21
Rename reg_smbconf.c to reg_backend_smbconf.c
Michael Adam
2
-2
/
+2
2008-01-21
Rename reg_printing.c to reg_backend_printing.c
Michael Adam
2
-1
/
+1
2008-01-21
Makefile.in: Group together registry related object variables.
Michael Adam
1
-22
/
+25
2008-01-21
Makefile.in: extract registry backend objects to common variable.
Michael Adam
1
-9
/
+16
2008-01-21
reg_eventlog.o and reg_perfcount.o are no longer neede for reg_smbconf.
Michael Adam
1
-2
/
+0
2008-01-20
Fix some "set but never used" warnings
Volker Lendecke
5
-17
/
+6
2008-01-20
Free case_state earlier
Volker Lendecke
1
-0
/
+2
2008-01-20
Activate SMB_QUERY_FILE_STREAM_INFO
Volker Lendecke
1
-5
/
+6
2008-01-20
Active RAW-STREAMS in make test
Volker Lendecke
2
-2
/
+2
2008-01-20
Fix valgrind errors
Volker Lendecke
1
-2
/
+2
2008-01-20
NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"
Volker Lendecke
1
-1
/
+2
2008-01-20
Don't test split_ntfs_stream_name
Volker Lendecke
1
-3
/
+0
2008-01-20
Do not use an unfinished fsp in streams_xattr_open
Volker Lendecke
1
-1
/
+1
2008-01-20
In streams_xattr_pwrite, base_fsp does not have an fd
Volker Lendecke
1
-1
/
+2
2008-01-20
Add some DEBUG
Volker Lendecke
2
-0
/
+18
2008-01-20
For pread/pwrite we need to do the setxattr on base_fsp
Volker Lendecke
1
-4
/
+4
2008-01-20
Really remove the _NEXT_ from vfs_xattr_tdb.c
Volker Lendecke
1
-15
/
+20
2008-01-20
Support XATTR_CREATE and XATTR_REPLACE in vfs_xattr_tdb
Volker Lendecke
1
-0
/
+11
2008-01-20
Complete the ea->xattr rename in vfs_xattr_tdb
Volker Lendecke
1
-4
/
+5
2008-01-20
Fix a segfault
Volker Lendecke
1
-3
/
+10
2008-01-19
Couple of minor fixes for POSIX pathname processing in the
Jeremy Allison
2
-9
/
+11
2008-01-20
Do an explicit init_globals() when restarting for "config backend = registry".
Michael Adam
1
-0
/
+1
2008-01-20
Add a debug message to fetch_reg_values().
Michael Adam
1
-0
/
+3
2008-01-20
Add some debugging output to reg_cachehook.c
Michael Adam
1
-1
/
+10
2008-01-20
Remove the dynamic registry overlay.
Michael Adam
3
-105
/
+1
2008-01-20
Add a registry backend perflib that replaces the former dynamic overlay.
Michael Adam
6
-47
/
+113
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
[prev]
[next]