summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-06-23init_shared_module -> init_samba_moduleVolker Lendecke4-6/+6
2008-06-22Remove the "exists" parameter from create_msdfs_linkVolker Lendecke3-17/+14
2008-06-22Check for sec_initial_uid() instead of uid==0 in dfs managementVolker Lendecke1-2/+2
2008-06-22Reduce memory usage in form_junctions() a little bitVolker Lendecke1-0/+1
2008-06-22Fix an abort in junction_to_local_pathVolker Lendecke1-1/+1
2008-06-22Fix a crash in _dfs_EnumVolker Lendecke2-1/+3
2008-06-22Fix an uninitialized variable access in callers of parse_msdfs_symlinkVolker Lendecke1-1/+2
2008-06-21Fix a double-closedir() in form_junctions()Volker Lendecke1-1/+0
2008-06-21Attempt to fix the darwin buildVolker Lendecke1-1/+1
2008-06-21Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke3-6/+8
2008-06-21Make pipes_struct its own talloc ctxVolker Lendecke4-43/+16
2008-06-21Fix a SAFE_FREE/TALLOC_FREE mixupVolker Lendecke1-1/+1
2008-06-21net: Don't crash on invalid command line options.Kai Blin2-8/+1
2008-06-20Fix bug #5531 - fix conversion of ns units when converting from nttime to tim...Jeremy Allison1-2/+6
2008-06-20Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...Jeremy Allison1-9/+3
2008-06-19net: Fix crash when specifying invalid options on the command lineroot1-0/+8
2008-06-19Remove current_user references from nttrans.cVolker Lendecke1-3/+2
2008-06-19Remove current_user references from trans2.cVolker Lendecke6-11/+37
2008-06-19Remove some current_user references from trans2.cVolker Lendecke1-19/+25
2008-06-19Remove reference to current_user from reply.cVolker Lendecke1-4/+3
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke19-86/+86
2008-06-19Remove the "current_user" arg from fsp_belongs_connVolker Lendecke3-6/+6
2008-06-19Remove the "current_user" arg from check_fspVolker Lendecke4-26/+26
2008-06-19loadparm: use the return value of the special handlers in lp_load().Michael Adam1-2/+2
2008-06-19loadparm: don't treat a missing include file as an error in handle_include().Michael Adam1-1/+1
2008-06-19testsuite: enable the testparm_s3 tests.Michael Adam1-0/+7
2008-06-19testsuite: add a testparm_s3 test script.Michael Adam1-0/+90
2008-06-19testsuite: update introductory comment to test_net_regsistry.shMichael Adam1-1/+2
2008-06-19Remove current_user_info reference from vfs_recycle.cVolker Lendecke1-3/+1
2008-06-19Remove current_user_info reference from vfs_fake_perms.cVolker Lendecke1-6/+4
2008-06-19Remove current_user_info reference from vfs_expand_msdfs.cVolker Lendecke1-3/+1
2008-06-19current_user is not used in vfs_aixacl2.cVolker Lendecke1-1/+0
2008-06-19RWX on a file does not imply DELETE accessVolker Lendecke1-1/+1
2008-06-19Fix checks in can_delete_file_in_directory()Volker Lendecke1-6/+15
2008-06-19Remove some codeVolker Lendecke1-12/+4
2008-06-19Fix typoVolker Lendecke1-1/+1
2008-06-19Fix the build on FreeBSD 4.6.2Volker Lendecke1-4/+5
2008-06-18Fix 'make distclean'. delheaders: no longer exists as a dependency.Jeremy Allison1-1/+1
2008-06-18Remove prototype of unimplemented smbc_chown() function.Derrell Lipman1-26/+0
2008-06-18Revert "Fix a memleak in svcctl_init_keys()"Volker Lendecke1-10/+1
2008-06-18Fix Bug #5548 (segfauls in handle_include with %m macro expansion).Michael Adam1-1/+4
2008-06-18file_access: add a function header comment for can_access_file_acl().Michael Adam1-0/+3
2008-06-18smbd/dir.c: remove unneeded stat buf parameter from user_can_read_file()Michael Adam1-4/+2
2008-06-17file_access: remove unneeded stat buf parameter from can_access_file_acl().Michael Adam3-5/+5
2008-06-17net sam: fix typo in commentMichael Adam1-1/+1
2008-06-17net sam: fix typo in debug message.Michael Adam1-1/+1
2008-06-17testsuite: give admin rights to testuser only for the "net rpc registry" test.Michael Adam1-0/+41
2008-06-17testsuite: don't give the testuser administrative rights globally.Michael Adam1-9/+0
2008-06-17Fix a brown paper bag segfault in clitarVolker Lendecke2-2/+2
2008-06-17rpcclient: add more generic internal dscracknames call.Günther Deschner1-26/+57