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-06-23
init_shared_module -> init_samba_module
Volker Lendecke
4
-6
/
+6
2008-06-22
Remove the "exists" parameter from create_msdfs_link
Volker Lendecke
3
-17
/
+14
2008-06-22
Check for sec_initial_uid() instead of uid==0 in dfs management
Volker Lendecke
1
-2
/
+2
2008-06-22
Reduce memory usage in form_junctions() a little bit
Volker Lendecke
1
-0
/
+1
2008-06-22
Fix an abort in junction_to_local_path
Volker Lendecke
1
-1
/
+1
2008-06-22
Fix a crash in _dfs_Enum
Volker Lendecke
2
-1
/
+3
2008-06-22
Fix an uninitialized variable access in callers of parse_msdfs_symlink
Volker Lendecke
1
-1
/
+2
2008-06-21
Fix a double-closedir() in form_junctions()
Volker Lendecke
1
-1
/
+0
2008-06-21
Attempt to fix the darwin build
Volker Lendecke
1
-1
/
+1
2008-06-21
Use "init_shared_module" instead of "init_module" for initializing .so's
Volker Lendecke
3
-6
/
+8
2008-06-21
Make pipes_struct its own talloc ctx
Volker Lendecke
4
-43
/
+16
2008-06-21
Fix a SAFE_FREE/TALLOC_FREE mixup
Volker Lendecke
1
-1
/
+1
2008-06-21
net: Don't crash on invalid command line options.
Kai Blin
2
-8
/
+1
2008-06-20
Fix bug #5531 - fix conversion of ns units when converting from nttime to tim...
Jeremy Allison
1
-2
/
+6
2008-06-20
Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...
Jeremy Allison
1
-9
/
+3
2008-06-19
net: Fix crash when specifying invalid options on the command line
root
1
-0
/
+8
2008-06-19
Remove current_user references from nttrans.c
Volker Lendecke
1
-3
/
+2
2008-06-19
Remove current_user references from trans2.c
Volker Lendecke
6
-11
/
+37
2008-06-19
Remove some current_user references from trans2.c
Volker Lendecke
1
-19
/
+25
2008-06-19
Remove reference to current_user from reply.c
Volker Lendecke
1
-4
/
+3
2008-06-19
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
19
-86
/
+86
2008-06-19
Remove the "current_user" arg from fsp_belongs_conn
Volker Lendecke
3
-6
/
+6
2008-06-19
Remove the "current_user" arg from check_fsp
Volker Lendecke
4
-26
/
+26
2008-06-19
loadparm: use the return value of the special handlers in lp_load().
Michael Adam
1
-2
/
+2
2008-06-19
loadparm: don't treat a missing include file as an error in handle_include().
Michael Adam
1
-1
/
+1
2008-06-19
testsuite: enable the testparm_s3 tests.
Michael Adam
1
-0
/
+7
2008-06-19
testsuite: add a testparm_s3 test script.
Michael Adam
1
-0
/
+90
2008-06-19
testsuite: update introductory comment to test_net_regsistry.sh
Michael Adam
1
-1
/
+2
2008-06-19
Remove current_user_info reference from vfs_recycle.c
Volker Lendecke
1
-3
/
+1
2008-06-19
Remove current_user_info reference from vfs_fake_perms.c
Volker Lendecke
1
-6
/
+4
2008-06-19
Remove current_user_info reference from vfs_expand_msdfs.c
Volker Lendecke
1
-3
/
+1
2008-06-19
current_user is not used in vfs_aixacl2.c
Volker Lendecke
1
-1
/
+0
2008-06-19
RWX on a file does not imply DELETE access
Volker Lendecke
1
-1
/
+1
2008-06-19
Fix checks in can_delete_file_in_directory()
Volker Lendecke
1
-6
/
+15
2008-06-19
Remove some code
Volker Lendecke
1
-12
/
+4
2008-06-19
Fix typo
Volker Lendecke
1
-1
/
+1
2008-06-19
Fix the build on FreeBSD 4.6.2
Volker Lendecke
1
-4
/
+5
2008-06-18
Fix 'make distclean'. delheaders: no longer exists as a dependency.
Jeremy Allison
1
-1
/
+1
2008-06-18
Remove prototype of unimplemented smbc_chown() function.
Derrell Lipman
1
-26
/
+0
2008-06-18
Revert "Fix a memleak in svcctl_init_keys()"
Volker Lendecke
1
-10
/
+1
2008-06-18
Fix Bug #5548 (segfauls in handle_include with %m macro expansion).
Michael Adam
1
-1
/
+4
2008-06-18
file_access: add a function header comment for can_access_file_acl().
Michael Adam
1
-0
/
+3
2008-06-18
smbd/dir.c: remove unneeded stat buf parameter from user_can_read_file()
Michael Adam
1
-4
/
+2
2008-06-17
file_access: remove unneeded stat buf parameter from can_access_file_acl().
Michael Adam
3
-5
/
+5
2008-06-17
net sam: fix typo in comment
Michael Adam
1
-1
/
+1
2008-06-17
net sam: fix typo in debug message.
Michael Adam
1
-1
/
+1
2008-06-17
testsuite: give admin rights to testuser only for the "net rpc registry" test.
Michael Adam
1
-0
/
+41
2008-06-17
testsuite: don't give the testuser administrative rights globally.
Michael Adam
1
-9
/
+0
2008-06-17
Fix a brown paper bag segfault in clitar
Volker Lendecke
2
-2
/
+2
2008-06-17
rpcclient: add more generic internal dscracknames call.
Günther Deschner
1
-26
/
+57
[next]