summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke2008-06-213-6/+8
* Make pipes_struct its own talloc ctxVolker Lendecke2008-06-214-43/+16
* Fix a SAFE_FREE/TALLOC_FREE mixupVolker Lendecke2008-06-211-1/+1
* net: Don't crash on invalid command line options.Kai Blin2008-06-212-8/+1
* Fix bug #5531 - fix conversion of ns units when converting from nttime to tim...Jeremy Allison2008-06-201-2/+6
* Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...Jeremy Allison2008-06-201-9/+3
* net: Fix crash when specifying invalid options on the command lineroot2008-06-191-0/+8
* Remove current_user references from nttrans.cVolker Lendecke2008-06-191-3/+2
* Remove current_user references from trans2.cVolker Lendecke2008-06-196-11/+37
* Remove some current_user references from trans2.cVolker Lendecke2008-06-191-19/+25
* Remove reference to current_user from reply.cVolker Lendecke2008-06-191-4/+3
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-1919-86/+86
* Remove the "current_user" arg from fsp_belongs_connVolker Lendecke2008-06-193-6/+6
* Remove the "current_user" arg from check_fspVolker Lendecke2008-06-194-26/+26
* loadparm: use the return value of the special handlers in lp_load().Michael Adam2008-06-191-2/+2
* loadparm: don't treat a missing include file as an error in handle_include().Michael Adam2008-06-191-1/+1
* testsuite: enable the testparm_s3 tests.Michael Adam2008-06-191-0/+7
* testsuite: add a testparm_s3 test script.Michael Adam2008-06-191-0/+90
* testsuite: update introductory comment to test_net_regsistry.shMichael Adam2008-06-191-1/+2
* Remove current_user_info reference from vfs_recycle.cVolker Lendecke2008-06-191-3/+1
* Remove current_user_info reference from vfs_fake_perms.cVolker Lendecke2008-06-191-6/+4
* Remove current_user_info reference from vfs_expand_msdfs.cVolker Lendecke2008-06-191-3/+1
* current_user is not used in vfs_aixacl2.cVolker Lendecke2008-06-191-1/+0
* RWX on a file does not imply DELETE accessVolker Lendecke2008-06-191-1/+1
* Fix checks in can_delete_file_in_directory()Volker Lendecke2008-06-191-6/+15
* Remove some codeVolker Lendecke2008-06-191-12/+4
* Fix typoVolker Lendecke2008-06-191-1/+1
* Fix the build on FreeBSD 4.6.2Volker Lendecke2008-06-191-4/+5
* Fix 'make distclean'. delheaders: no longer exists as a dependency.Jeremy Allison2008-06-181-1/+1
* Remove prototype of unimplemented smbc_chown() function.Derrell Lipman2008-06-181-26/+0
* Revert "Fix a memleak in svcctl_init_keys()"Volker Lendecke2008-06-181-10/+1
* Fix Bug #5548 (segfauls in handle_include with %m macro expansion).Michael Adam2008-06-181-1/+4
* file_access: add a function header comment for can_access_file_acl().Michael Adam2008-06-181-0/+3
* smbd/dir.c: remove unneeded stat buf parameter from user_can_read_file()Michael Adam2008-06-181-4/+2
* file_access: remove unneeded stat buf parameter from can_access_file_acl().Michael Adam2008-06-173-5/+5
* net sam: fix typo in commentMichael Adam2008-06-171-1/+1
* net sam: fix typo in debug message.Michael Adam2008-06-171-1/+1
* testsuite: give admin rights to testuser only for the "net rpc registry" test.Michael Adam2008-06-171-0/+41
* testsuite: don't give the testuser administrative rights globally.Michael Adam2008-06-171-9/+0
* Fix a brown paper bag segfault in clitarVolker Lendecke2008-06-172-2/+2
* rpcclient: add more generic internal dscracknames call.Günther Deschner2008-06-171-26/+57
* netapi: use NetUserEnum filter in example code.Günther Deschner2008-06-171-1/+1
* netapi: add NetUserEnum filter constants to public headers.Günther Deschner2008-06-171-0/+6
* netapi: implement NetUserEnum filters.Günther Deschner2008-06-171-1/+22
* re-run make idl.Günther Deschner2008-06-171-0/+5
* netapi: add NetUserEnum filter constants to IDL.Günther Deschner2008-06-171-0/+6
* netapi: some IDL cosmetics.Günther Deschner2008-06-171-0/+96
* netapi: add NetRemoteTOD example code.Günther Deschner2008-06-172-1/+90
* netapi: implement NetRemoteTOD().Günther Deschner2008-06-171-2/+32
* netapi: make NetRemoteTOD() headers public.Günther Deschner2008-06-171-0/+31