summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-06testsuite: add the ability to test "net rpc registry" with the net_registry t...Michael Adam1-2/+9
2008-05-06testsuite: adapt informative message to say "Running _local_ registry tests".Michael Adam1-1/+1
2008-05-06testsuite: use domain==workgroup in wbinfo tests now that we are PDC.Michael Adam1-2/+2
2008-05-06tests: Add a net_misc test.Kai Blin3-4/+80
2008-05-06selftest: Advertise as PDC and time server during make testKai Blin1-0/+4
2008-05-06selftest: Use TESTS env var to specify tests to run like Samba4 does.Kai Blin2-4/+4
2008-05-06gitignore: Add *.swp files, *.patch files and export/libtdb.symbKai Blin1-0/+3
2008-05-06Fix a valgrind bug in the new [ug]id2sid cacheVolker Lendecke1-6/+6
2008-05-06build: fix the build w/o ldap.Günther Deschner1-1/+3
2008-05-06mailslot/cldap: use nt_version bits in queries.Günther Deschner3-3/+9
2008-05-06dsgetdcname: use correct dc name for name cache store.Günther Deschner1-1/+1
2008-05-05Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison1-10/+0
2008-05-05Try and fix bug #5095, "Manage Documents privilege is not functional".Jeremy Allison2-15/+29
2008-05-05Remove unused dir_status_structVolker Lendecke1-10/+0
2008-05-05Fix a C++ warningVolker Lendecke1-2/+2
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke12-48/+89
2008-05-05Fix a typoVolker Lendecke1-1/+1
2008-05-05Remove unused set_current_user_guest()Volker Lendecke1-33/+0
2008-05-05Fix typoVolker Lendecke1-1/+1
2008-05-05Remove "session_key" from "struct user_struct"Volker Lendecke4-27/+17
2008-05-05Remove "guest" from "struct user_struct"Volker Lendecke7-13/+10
2008-05-05Remove the unix token info from "struct user_struct"Volker Lendecke6-42/+19
2008-05-05Remove "nt_user_token" from "struct user_struct"Volker Lendecke5-16/+12
2008-05-05Remove "logon_script" from "struct user_struct"Volker Lendecke3-18/+9
2008-05-05Remove unix_homedir from struct user_structVolker Lendecke4-47/+35
2008-05-05Remove "homedir" from "struct user_struct"Volker Lendecke3-9/+12
2008-05-05pipes_struct->pipe_user_name is unused, remove itVolker Lendecke1-1/+0
2008-05-05Make the namelist arg to set_namearray constVolker Lendecke1-2/+2
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner9-35/+122
2008-05-05Revert "Fix allocation of conn->vuid_cache entries"Volker Lendecke1-3/+3
2008-05-05Revert "Second half of 50c891d3: Correctly clear the vuid cache"Volker Lendecke1-1/+1
2008-05-05Second half of 50c891d3: Correctly clear the vuid cacheVolker Lendecke1-1/+1
2008-05-05Fix allocation of conn->vuid_cache entriesVolker Lendecke1-3/+3
2008-05-05Fix dfs_Enum: In form_junctions, correctly check for malloc failureVolker Lendecke1-1/+1
2008-05-05Developer's Guide: Fix typos.Karolin Seeger1-2/+2
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke11-87/+67
2008-05-05Fix two uninitialized variable warningsVolker Lendecke1-3/+4
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison8-149/+16
2008-05-02Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.Jeremy Allison3-7/+7
2008-05-02Move directory_has_default_acl() to file_access.c, belongsJeremy Allison2-25/+27
2008-05-01Start to ensure we use the NT ACL interface, keep the POSIXJeremy Allison1-21/+46
2008-05-01Tidyup to ensure '\n' is treated identically in allJeremy Allison1-0/+2
2008-05-01Fix bug #5434 found by Ted Percival <ted@midg3t.net>.Jeremy Allison1-0/+2
2008-04-30ntlmssp: replace UNKNOWN_02000000 with NTLMSSP_NEGOTIATE_VERSION.Günther Deschner2-4/+6
2008-04-30pam_winbind: Fix Bug #5430 (patch from fumiyas@osstech.co.jp).Günther Deschner2-1/+3
2008-04-30Fix typo noticed by David Disseldorp <ddiss@sgi.com>. AF_INET should be AF_IN...Jeremy Allison1-1/+1
2008-04-30Winbind: Prevent cycle in children list when reaping dead child processes.Gerald W. Carter1-0/+4
2008-04-30BUG 5107: Fix handling of large DNS replies on AIX and Solaris.Gerald W. Carter1-6/+32
2008-04-30BUG 5429: Clarify log msgs re: failure to create BUILTIN\{Administrators,Users}Gerald W. Carter1-7/+9
2008-04-30re-run make idl.Günther Deschner3-20/+250