summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Fix a winbind crashVolker Lendecke2010-06-251-1/+6
| | | | nss_get_info_cached might have invalidated "ads" deep inside.
* s3:registry: remove unused function normalize_dbkey()Michael Adam2010-06-242-11/+0
|
* s3:registry: use normalize_reg_path() in regdb_set_secdesc()Michael Adam2010-06-241-1/+6
| | | | instead of normalize_dbkey
* s3:registry: use normalize_reg_path() in regdb_get_secdesc()Michael Adam2010-06-241-1/+6
| | | | instead of normalize_dbkey.
* Add parse_setjob_command() to make setting job state easier for users.Jeremy Allison2010-06-231-1/+30
| | | | Jeremy.
* Fix bug 7528 - Solaris with NIS autohome.Jeremy Allison2010-06-221-0/+3
| | | | | | Ensure entries containing "\n" are stripped. Jeremy.
* s3: Fix some valgrind errorsVolker Lendecke2010-06-211-18/+33
| | | | | | | | | | | | | With -d 10, there were a ton of uninitialized variables: The "NegotiateFlags" in the automatically parsed ntlmssp structures were not initialized. This also cleans up the talloc use a bit: do early TALLOC_FREE() Günther, please check! Thanks, Volker
* s3-winbind: Make KRB5_EVENT_REFRESH_TIME a functionVolker Lendecke2010-06-211-6/+12
|
* tldap: Fix a type-punned warningVolker Lendecke2010-06-211-1/+1
|
* s3: Fix some enum/int mixup warningsVolker Lendecke2010-06-211-53/+53
|
* s3: Remove an unreachable line of codeVolker Lendecke2010-06-211-2/+0
|
* s3: Fix a type-punned warningVolker Lendecke2010-06-211-2/+2
|
* s3:net rpc registry: make getsd succeed when key sd only gives access to SD ↵Michael Adam2010-06-211-2/+1
| | | | | | | | | not key contents You don't need the REG_KEY_READ permissions to access the SD of a key. And for instance, the key HKLM\security ususally has no specific bits set for builtin\administrators, but the READ_CONTROL_ACCESS. I.e. builtin\administrators can get the sd but not enumerate the key.
* s3:fix an outdated comment.Michael Adam2010-06-211-5/+2
|
* s3:idmap_ldap: remove unreached code (and explicit error return code)Michael Adam2010-06-211-5/+1
|
* s3: Attempt to fix the build on NetBSDKai Blin2010-06-202-6/+9
| | | | Unlike Linux and OSX, NetBSD seems to have *netgrent prototypes in netgroup.h.
* s3-waf: Change the (set|get|end)netgrent checks to match the configure.in checksKai Blin2010-06-201-9/+12
|
* s3 configure: Check for (set|get|end)netgrent prototypesKai Blin2010-06-201-1/+24
|
* Second part of fix converting prs_XX struct and functions to talloc. Remove ↵Jeremy Allison2010-06-182-51/+0
| | | | | | | | unneeded prs_mem_free calls. Jeremy. Signed-off-by: Simo Sorce <idra@samba.org>
* Convert the prs_XXX struct and functions to use talloc instead of malloc. ↵Jeremy Allison2010-06-185-61/+78
| | | | | | | | Passes valgrind and make tests for client and server. Second version of this patch after splitting up at Simo's request. Patch to follow will delete extraneous prs_mem_free() calls. Jeremy. Signed-off-by: Simo Sorce <idra@samba.org>
* Use #defined constant instead of "false" to be clearer about intent.Jeremy Allison2010-06-171-1/+1
|
* s3-selftest: fix locktest9 in make selftest.Günther Deschner2010-06-174-5/+7
| | | | Guenther
* s3:configure: use cc for linking on IRIX and fix shlib usageBjörn Jacke2010-06-171-3/+2
|
* s3-waf: Fix the OSX 10.4 build by adding an explicit resolv dep on smbclientKai Blin2010-06-171-1/+1
|
* s3-waf: Add check for iconvKai Blin2010-06-172-1/+9
|
* s3-waf: Work around missing *netgrent prototypes on OSX 10.4Kai Blin2010-06-172-5/+27
|
* Remove an unused chunk of code (will make it easier to talloc'ize prs_XXX).Jeremy Allison2010-06-161-49/+0
| | | | Jeremy.
* Remove two unused functions (prs_force_dynamic, prs_set_session_key).Jeremy Allison2010-06-163-21/+0
| | | | Jeremy.
* s3-auth: in make_user_info_for_reply_enc make sure to check length and dataGünther Deschner2010-06-161-2/+2
| | | | | | | | pointer of nt and lm hash. This fixes kernel cifs client with sec=ntlmv2. Guenther
* s3-build: allow to build bin/ndrdump4 (just as bin/smbtorture4)Günther Deschner2010-06-161-0/+4
| | | | | | Jelmer, please check. Guenther
* s3-auth: fix debug message in check_winbind_security().Günther Deschner2010-06-161-1/+1
| | | | Guenther
* s3-tdb: Added missing out of memory check in rename_file_with_suffix().Andreas Schneider2010-06-161-0/+4
|
* Revert "s4-smbtorture: only pull info when status code indicates success in ↵Günther Deschner2010-06-161-11/+3
| | | | | | smbcli_rap_netprintqgetinfo()." This reverts commit 1f1c04010a55e67d8dc2110276eed4cf2a8a0afa.
* s3-lanman: Fix return code for "" printqname in api_DosPrintQGetInfo().Günther Deschner2010-06-161-0/+5
| | | | Guenther
* s4-smbtorture: only pull info when status code indicates success in ↵Günther Deschner2010-06-161-3/+11
| | | | | | smbcli_rap_netprintqgetinfo(). Guenther
* s3-printing: add BUILTIN\Print Operators as FULL CONTROL to default sd.Günther Deschner2010-06-161-2/+22
| | | | Guenther
* s3-spoolss: Provide a memory context for clean_up_driver_struct().Andreas Schneider2010-06-163-5/+7
| | | | | If we use a stack variable to setup spoolss_AddDriverInfoCtr this would segfault with a talloc bad magic value.
* Remove unused function.Jeremy Allison2010-06-152-15/+0
|
* s3-waf: fix the build.Günther Deschner2010-06-151-1/+1
| | | | Guenther
* SMB2 correctness fix. As we've already returned the credits in an interimJeremy Allison2010-06-141-0/+2
| | | | | | response, don't add more in the final return. Jeremy.
* s3: Make g_smb_perfcount_handlers staticVolker Lendecke2010-06-141-1/+1
|
* s3: Remove some dispensable ()Volker Lendecke2010-06-141-1/+1
|
* Fix aio_read detection for -lrtVolker Lendecke2010-06-131-0/+2
|
* s3: Remove fsp_belongs_connVolker Lendecke2010-06-133-22/+4
| | | | check_open_fsp does exactly the same
* s3: Remove some leftovers from macrosVolker Lendecke2010-06-131-5/+5
| | | | check_fsp and check_fsp_open used to be macros
* s3: Remove the pointless PRINTERNAME macroVolker Lendecke2010-06-137-32/+49
|
* s3: Remove the pointless SERVICE macroVolker Lendecke2010-06-132-8/+7
|
* s3: Remove smbd_server_conn from cancel_pending_lock_requests_by_fid_smb2Volker Lendecke2010-06-121-1/+1
|
* s3: Explicitly pass sconn to process_blocking_lock_queue_smb2Volker Lendecke2010-06-123-5/+6
|
* s3: Remove smbd_server_conn from push_blocking_lock_request_smb2Volker Lendecke2010-06-121-1/+1
|