summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5511: Fix pipe-mismatch for NETDFS.Günther Deschner1-5/+5
2007-10-10r5510: Optimisation to only do can_delete check if client asks for FILE_SHARE...Jeremy Allison1-0/+9
2007-10-10r5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP.Jeremy Allison1-1/+1
2007-10-10r5497: Fix for DIR1 failures in build farm. It struck me that weJeremy Allison1-2/+6
2007-10-10r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter7-135/+538
2007-10-10r5484: Fix a memleakVolker Lendecke1-2/+2
2007-10-10r5481: Fix a memleakVolker Lendecke1-0/+2
2007-10-10r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke5-12/+10
2007-10-10r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.Volker Lendecke3-14/+32
2007-10-10r5467: Optimize _samr_query_groupmem with LDAP backend for large domains.Volker Lendecke4-38/+380
2007-10-10r5462: BUG 1549: patch from SATOH Fumiyasu <fumiya@samba.gr.jp> to fix trunct...Gerald Carter1-1/+1
2007-10-10r5460: Fix "restrict anonymous = 1". If we have schannel connection, we must beJim McDonough1-0/+4
2007-10-10r5458: Generate a sane response to exceeding lookupsids limit. Truncate list...Jim McDonough1-2/+3
2007-10-10r5456: Increase limit of mapped SIDS to 0x5000, which is what 2k and later do.Jim McDonough1-2/+2
2007-10-10r5455: Remove bogus DEBUG messages (dump for a failure to parse NTLMSSP,Andrew Bartlett1-4/+2
2007-10-10r5436: small merges from trunkGerald Carter1-5/+5
2007-10-10r5432: compile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS 2340Gerald Carter1-3/+3
2007-10-10r5431: couple of cimpile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS ...Gerald Carter2-10/+16
2007-10-10r5428: Apply some const. LDAP attribs should now be declared const char *attr...Volker Lendecke5-37/+38
2007-10-10r5421: Fix a memleakVolker Lendecke1-1/+3
2007-10-10r5419: Fix some unitialized variable warningsVolker Lendecke1-3/+3
2007-10-10r5385: when operating in security = domain, allow domain admins to manage rig...Gerald Carter1-1/+13
2007-10-10r5383: add missing checks to allow root to manage user rightsGerald Carter1-2/+12
2007-10-10r5379: Build-Fix (#2343)Günther Deschner1-1/+1
2007-10-10r5359: BUG 2333: use the lpq command to pass in the correct printer name for ...Gerald Carter2-6/+17
2007-10-10r5355: Fill in the access check code for POSIX ACLs to *really* fix bug #2227.Jeremy Allison1-2/+148
2007-10-10r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner15-846/+172
2007-10-10r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ...Jeremy Allison2-18/+10
2007-10-10r5342: Reformat some very old code.Jeremy Allison1-256/+281
2007-10-10r5339: Fix 'net rpc trustdom establish'. Use the right pipe name, therefore theJim McDonough1-1/+1
2007-10-10r5337: BUG 1439: make sure to initialize pointer to prevent invalide free()'s...Gerald Carter1-42/+42
2007-10-10r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable netbi...Gerald Carter3-70/+87
2007-10-10r5331: Support SIDs as %s replacements in the afs username map parameter.Volker Lendecke4-0/+52
2007-10-10r5324: In order to process DELETE_ACCESS correctly and return access deniedJeremy Allison3-7/+40
2007-10-10r5318: Fix a small problem in where we ignore the response from a SamrGetGrou...Richard Sharpe2-16/+21
2007-10-10r5316: Get 'net afskey' into a subcommand of its own, 'net afs key'.Volker Lendecke2-5/+43
2007-10-10r5314: Some const, and an uninitialized variable fix.Volker Lendecke1-4/+4
2007-10-10r5295: fix compile issue with MIT 1.4 due to broken gssapi.hGerald Carter1-30/+0
2007-10-10r5290: Fix for bug #2323 - plaintext problem with WinXP.Jeremy Allison1-0/+8
2007-10-10r5287: fix build problem when HAVE_POSIX_ACL not definedHerb Lewis1-0/+6
2007-10-10r5283: Merge -r5279 and-r5280 from trunk.Tim Potter4-8/+154
2007-10-10r5278: BUG 2327: fix compile bug in idmap_rid.cGerald Carter1-1/+2
2007-10-10r5272: BUG 2132, 2134: patch from Jason Mader <jason@ncac.gwu.edu> to remove ...Gerald Carter2-11/+2
2007-10-10r5270: fixing some bashism's in autogen.shGerald Carter1-3/+3
2007-10-10r5269: BUG 858: fix order of popt args evalution so we don't crash when given...Gerald Carter1-2/+2
2007-10-10r5268: Fix bug #2310, only do 16-bit normalization on small dfreeJeremy Allison1-5/+5
2007-10-10r5264: Log with loglevel 0 when account-administration scripts fail.Günther Deschner4-9/+9
2007-10-10r5263: bug 2249: patch from Manuel Baena <mbaena@lcc.uma.es> to print error m...Gerald Carter1-1/+2
2007-10-10r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC weGünther Deschner4-17/+63
2007-10-10r5246: We can't use a pointer to struct lsa_info until is has beenTim Potter1-1/+1