Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-06-17 | netapi: use NetUserEnum filter in example code. | Günther Deschner | 1 | -1/+1 |
2008-06-17 | netapi: add NetUserEnum filter constants to public headers. | Günther Deschner | 1 | -0/+6 |
2008-06-17 | netapi: implement NetUserEnum filters. | Günther Deschner | 1 | -1/+22 |
2008-06-17 | re-run make idl. | Günther Deschner | 1 | -0/+5 |
2008-06-17 | netapi: add NetUserEnum filter constants to IDL. | Günther Deschner | 1 | -0/+6 |
2008-06-17 | netapi: some IDL cosmetics. | Günther Deschner | 1 | -0/+96 |
2008-06-17 | netapi: add NetRemoteTOD example code. | Günther Deschner | 2 | -1/+90 |
2008-06-17 | netapi: implement NetRemoteTOD(). | Günther Deschner | 1 | -2/+32 |
2008-06-17 | netapi: make NetRemoteTOD() headers public. | Günther Deschner | 1 | -0/+31 |
2008-06-17 | netapi: add NetRemoteTOD() skeleton. | Günther Deschner | 3 | -0/+67 |
2008-06-17 | re-run make idl. | Günther Deschner | 3 | -1/+65 |
2008-06-17 | netapi: add NetRemoteTOD() to IDL. | Günther Deschner | 1 | -0/+19 |