summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* r23929: Deleting gpo_sd_check_trustee_in_sid_token() as nt_token_check_sid() ↵Günther Deschner2007-10-101-19/+2
| | | | | | | | | is what we need here. Guenther (This used to be commit 465c89ee4a0c287203121037052c875b1c6ca41e)
* r23928: Merge all "copy-info3-groups-to-sid-array" blocks to a ↵Günther Deschner2007-10-103-75/+77
| | | | | | | | | sid_array_from_info3() function. Guenther (This used to be commit 1e1e480115e37b3f4c85f979ddd800b8de0b9c57)
* r23926: implement output buffer handling for the SASL write wrapperStefan Metzmacher2007-10-102-3/+69
| | | | | metze (This used to be commit 65ce6fa21adec704b3cde30c57001e5620f048e4)
* r23925: Use NULL instead of 0 for a void * argument.Michael Adam2007-10-101-1/+1
| | | | (This used to be commit 864b3d260f3b099b1f24edf4ed0a7ed52b05f6cc)
* r23922: implement input buffer handling for the SASL read wrapperStefan Metzmacher2007-10-102-17/+175
| | | | | metze (This used to be commit 7d8518ebd9470062b499b7074a940e14520e99f2)
* r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that ↵Günther Deschner2007-10-104-55/+36
| | | | | | | | | already has S-1-5-11 in the token. Guenther (This used to be commit 83c734690ab09a0fe103ee9fdb855fbdd31db39c)
* r23920: Fix debug statement.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit 7317eb408de8798ce6160907b59aad96acf983b6)
* r23918: not all ldap libraries support debuggingStefan Metzmacher2007-10-101-18/+0
| | | | | metze (This used to be commit 3f68189c9a319ac9cae76f6d2b586cbde6d31e3c)
* r23916: use the correct io operations for debuggingStefan Metzmacher2007-10-101-4/+6
| | | | | metze (This used to be commit d745a1a71991f306c29b3c62f43d619177f79725)
* r23914: try to fix the build on Tru64Stefan Metzmacher2007-10-101-3/+3
| | | | | | | | /usr/include/sys/acl.h:#define acl_type acl_common.entry_type was the problem... metze (This used to be commit 8557b8b570ac8f8d3d14aaeb894c8b3532558736)
* r23913: Revert back to Volker's original logic to fix theJeremy Allison2007-10-101-1/+1
| | | | | | | | RAW-SFILEINFO-RENAME until I can figure out what is different from the way CIFSFS drives this in the cthon tests and the way smbtorture drives it. Jeremy. (This used to be commit 99f72dd9af82921de4827b9b9d90d75127332295)
* r23911: Revert r23910 to try and fix the build farm. IJeremy Allison2007-10-101-9/+0
| | | | | | | | | | need to look at this more closely tomorrow. Stevef's cthon tests definately show we're not matching Windows behaviour (as his tests pass against Windows but not SAMBA_3_2) but this isn't the fix. Jeremy. (This used to be commit 90bbc077e15de0493dccda50be9bcdf6e2649137)
* r23910: We used to deny renames on theJeremy Allison2007-10-101-0/+9
| | | | | | | | | | source open for non-delete open. Turns out this is not the case. VL please test but this matches Windows behaviour. (I'll add a torture test tomorrow). Jeremy. (This used to be commit 03e3d587468ce66044814a8a58308b2fe9ab5499)
* r23909: Get closer to passing the cthon tests for delete open file.Jeremy Allison2007-10-101-3/+6
| | | | | | It matters how the target is open. Jeremy. (This used to be commit 0989877fd191f7c9e195dc6e45dda5fd026f09dd)
* r23908: Fix bug with interaction of optimization withJeremy Allison2007-10-101-8/+24
| | | | | | | POSIX locking. We can't do lock counts with POSIX, so stop counting if we get a POSIX lock request. Jeremy. (This used to be commit a48e4a29e6774e5e72b9b361a17207b053474521)
* r23906: Fix POSIX unlink bug found by Steve. If weJeremy Allison2007-10-101-2/+9
| | | | | | | used lstat during the open (which we always do for POSIX) then use lstat for the unlink. Jeremy. (This used to be commit 4aad77c27cc277e3d937f674ee620729411e3eaf)
* r23904: Remove an unused variable referenceVolker Lendecke2007-10-101-1/+0
| | | | (This used to be commit 7f4ceb1bf0c7aad50d93bb963c49dbc405e9524a)
* r23903: Fix a potential reason for the segfault Steve foundVolker Lendecke2007-10-101-0/+1
| | | | (This used to be commit c06bc91085c24bf6cc4491448ba12c5c2f1c7937)
* r23902: Fix uninitialized read in devicetype noticed by Volker.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy (This used to be commit 98c23939731654440d2f008e44e11371eaddf014)
* r23900: LDAP_OPT_SOCKBUF doesn't exists on all platformsStefan Metzmacher2007-10-101-1/+9
| | | | | metze (This used to be commit 8455c65be34186e73283bb60b1ef3441d0338d55)
* r23898: rename HAVE_ADS_SASL_WRAPPING -> HAVE_LDAP_SASL_WRAPPINGStefan Metzmacher2007-10-103-6/+6
| | | | | metze (This used to be commit 873eaff8febb50f00f9dac64c57b2a22c16f4f9b)
* r23896: hopefully fix the build on most systemsStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit d5512da62a6ae38321709611b04f419cc6c3b190)
* r23893: add dummy callbacks for LDAP SASL wrapping,Stefan Metzmacher2007-10-105-5/+129
| | | | | | | they're not used yet... metze (This used to be commit a3b97cdce719d9d5e82f26096c0e8c3a86ff3965)
* r23891: fix compiler warningStefan Metzmacher2007-10-101-1/+2
| | | | | metze (This used to be commit 6dcbc0b6055998d77bd7bb6acfb622bc1423964b)
* r23888: move elements belonging to the current ldap connection to aStefan Metzmacher2007-10-108-81/+84
| | | | | | | substructure. metze (This used to be commit 00909194a6c1ed193dfdb296f50f58a53450583c)
* r23886: add ads_disconnect() functionStefan Metzmacher2007-10-103-8/+14
| | | | | metze (This used to be commit ba70737b7043cae89dd90f8668a24881212ac6fb)
* r23885: Fix make test on opi.Volker Lendecke2007-10-101-0/+1
| | | | (This used to be commit b2adb28808fe25d420bc12834ca8bc70779bb653)
* r23884: Fix Coverity ID 379Volker Lendecke2007-10-101-0/+6
| | | | (This used to be commit 86476efc7a6adfe70c0437c2ff1bbd4b2b4ade5e)
* r23883: Fix Coverity ID 380Volker Lendecke2007-10-101-0/+2
| | | | (This used to be commit 5eda562f2b7a08f57fb2a7082d18e2983bfdc864)
* r23882: Fix Coverity id 389 -- finally (I hope)Volker Lendecke2007-10-101-7/+11
| | | | (This used to be commit 9b8f2d8bd144700306819480bcb260d2c20969ae)
* r23879: Fix two memleaks, found by the IBM checkerVolker Lendecke2007-10-101-2/+4
| | | | (This used to be commit 4d1b33f51308c95293fa2494b47ba1255af8d216)
* r23878: Fix an error return, found by the IBM checkerVolker Lendecke2007-10-101-0/+1
| | | | (This used to be commit a369c67f6678bdcc0689929238bc96f45cdeeb25)
* r23877: Fix two segfaults in (very unlikely) error paths, found by the IBMVolker Lendecke2007-10-101-0/+2
| | | | | checker. (This used to be commit 33068885e62f3681644c128e381822d48298ea05)
* r23874: Some more minor edits for net ads gpo.Günther Deschner2007-10-102-32/+122
| | | | | Guenther (This used to be commit cc41b3b60f5e0c604a764bc5bb1f8ecfe13a36f6)
* r23873: Make use of ads_find_samaccount().Günther Deschner2007-10-101-36/+3
| | | | | Guenther (This used to be commit 94d11806fd5384cbdd6c12b230985991b9e6473d)
* r23872: Dump all GPFLAGS in dump_gpo().Günther Deschner2007-10-101-6/+16
| | | | | Guenther (This used to be commit 4b5c4b4fffbd62917894432c9bb6946f181668c4)
* r23871: The snapin handler needs to have the full struct GROUP_POLICY_OBJECT.Günther Deschner2007-10-101-5/+10
| | | | | Guenther (This used to be commit 9dc8ec0e193ad4aa85293c334ebbca5d0618f0d2)
* r23870: Use GPO_LINK_TYPE in GROUP_POLICY_OBJECT struct.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit f60ad2ccff1afea99e49e51832a1fcdface4bf58)
* r23869: Protect against partial security descriptors.Günther Deschner2007-10-101-8/+25
| | | | | Guenther (This used to be commit 0a96a11f01dd8c0d29fff1d97c3d666c32b33b59)
* r23866: Fix a 1-byte buffer overrunVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 2ed83d36fec918e6ad9605f43e1a49fa5b61f17b)
* r23865: Fix a type-punned errorVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit a40d3a566af88464fc6afd2c6e6e8b6e3a98aac2)
* r23863: handle NT_STATUS_RETRY and always print out the NTSTATUS stringStefan Metzmacher2007-10-101-2/+13
| | | | | | | before calling ctdb_fatal() metze (This used to be commit 48ece3c21e3a5e9aa434c847eefaab59274a4e6f)
* r23861: Fix return code in ads_find_samaccount().Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit 684fcf39dcc08bcf571272549222fdeb11d2725f)
* r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc()Jeremy Allison2007-10-104-58/+319
| | | | | | | | | | | | calls and converted reply_tcon and reply_tconX to use them - to show the boilerplate usage (valgrind tested). In conjunction with Volker's srvstr_get_path_talloc() work this should allow us to start eliminating all pstrings/fstrings out of the main path processing code. I'll watch the build farm tonight... Jeremy. (This used to be commit b4eff3f68089f082781afcf90d43faa317949566)
* r23856: Add Jiri.Sasek@Sun.COM;s fix from Axel Apitz for ZFS ACLs.Jeremy Allison2007-10-101-2/+49
| | | | | Jeremy. (This used to be commit 6ba12b6cb9f69297731c73071b627e8d7fbc6d73)
* r23855: Setting the allocation size updates the modified timeJeremy Allison2007-10-101-12/+29
| | | | | | as a write does. Fix bug #4779. Jeremy. (This used to be commit ed0e2174a895b25ce2b4e8ffd912ad57b31dd2e9)
* r23853: Fix a very misleading error message in tdbbackup.Michael Adam2007-10-101-1/+1
| | | | | Michael (This used to be commit 3a2a032a44502eebdb61faf9cfdb3e54f5072514)
* r23850: Fix whitespacing in DEBUG output.Michael Adam2007-10-101-1/+1
| | | | (This used to be commit 918aad0d8b4b0c2caa8830726a17d3ad4d19f72a)
* r23847: As Dr. Volker says, "A pstring a day....".Jeremy Allison2007-10-101-7/+9
| | | | | Jeremy. (This used to be commit 8adf81696aee99c5090e1b827ceb14929ec4aeda)
* r23846: Belt-and-braces on the msdfs bug. Ensure ELOOP mapsJeremy Allison2007-10-101-6/+15
| | | | | | correctly. Jeremy. (This used to be commit f2cf4b6b9d1ce561fdf9f6815564d5b4f033dd10)