summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett2009-12-2215-1/+17
* s3:ntlmssp: remove the typedef NTLMSSP_STATEAndrew Bartlett2009-12-229-53/+53
* s3:ntlmssp: move to C99 integer types in ntlmssp.hAndrew Bartlett2009-12-221-5/+5
* s3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_roleAndrew Bartlett2009-12-222-3/+3
* libcli/auth Make gd's NDR NTLMSSP parsers helpers commonAndrew Bartlett2009-12-224-191/+2
* s3: Restore correct timeouts for SMB requestsVolker Lendecke2009-12-221-0/+5
* s3: Remove a pointless else branchVolker Lendecke2009-12-221-5/+3
* s3: Move smb_splice_chain to smbd/process.c, its only userVolker Lendecke2009-12-223-179/+174
* Fix bug reported in mangle_hash code (no bugid yet).Jeremy Allison2009-12-211-0/+9
* s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke2009-12-2113-5/+442
* s3:winbindd: Fix a brown paper bag bug in wbinfo -t ...Volker Lendecke2009-12-211-1/+1
* Rename reply_doserror() -> reply_force_doserror().Jeremy Allison2009-12-216-31/+23
* Remove all calls to reply_doserror - turn them intoJeremy Allison2009-12-216-120/+121
* Rename 282 -> ERReasnotsupported.Jeremy Allison2009-12-211-3/+3
* s3: Shrink winbindd_proto.h a bitVolker Lendecke2009-12-211-71/+0
* s3: Fix some nonempty blank linesVolker Lendecke2009-12-212-14/+14
* s3: Remove unused get_sam_group_entriesVolker Lendecke2009-12-212-136/+0
* s3: Remove unused winbindd_dual_getsidaliasesVolker Lendecke2009-12-213-93/+0
* s3: Remove an unused struct definitionVolker Lendecke2009-12-211-20/+0
* s3: Remove unused winbindd_dual_getuserdomgroupsVolker Lendecke2009-12-213-52/+0
* s3: Remove unused winbindd_dual_getdcnameVolker Lendecke2009-12-213-78/+0
* s3: Remove unused winbindd_dual_lookupnameVolker Lendecke2009-12-213-46/+0
* s3: Remove unused winbindd_dual_lookupsidVolker Lendecke2009-12-213-46/+0
* s3: Remove unused winbindd_dual_userinfoVolker Lendecke2009-12-213-78/+0
* s3: Remove some unused dual functionsVolker Lendecke2009-12-212-125/+0
* s3: Remove unused do_asyncVolker Lendecke2009-12-213-75/+0
* s3: Remove unused winbindd_gid2sid_asyncVolker Lendecke2009-12-212-48/+0
* s3: Remove unused winbindd_uid2sid_asyncVolker Lendecke2009-12-212-51/+0
* s3: Remove unused winbindd_sid2gid_asyncVolker Lendecke2009-12-212-49/+0
* s3: Remove unused winbindd_sid2uid_asyncVolker Lendecke2009-12-212-57/+0
* s3: Remove unused do_async_domainVolker Lendecke2009-12-211-27/+0
* s3: Remove unused query_user_asyncVolker Lendecke2009-12-212-59/+0
* s3: Remove unused winbindd_getsidaliases_asyncVolker Lendecke2009-12-212-80/+0
* s3: Remove unused winbindd_lookupname_asyncVolker Lendecke2009-12-212-157/+0
* s3: Remove unused winbindd_lookupsid_asyncVolker Lendecke2009-12-212-119/+0
* s3: Fix an error case in cli_negprotVolker Lendecke2009-12-201-0/+1
* Actually explain the twisty paths of tortured logic behindJeremy Allison2009-12-181-14/+42
* reply_doserror() doesn't force DOS errors on the wire.Jeremy Allison2009-12-181-10/+10
* reply_force_nterror() is not used anywhere. Remove it.Jeremy Allison2009-12-182-3/+0
* Always map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS_TOO_MANY_OPENED_FILES.Jeremy Allison2009-12-171-0/+4
* Vector correctly through reply_openerror() (which uses the same logic).Jeremy Allison2009-12-171-6/+1
* Fix bug #6939 - mangling method = hash breaks long filenames.Jeremy Allison2009-12-171-1/+4
* s3: Run RPC-SAMBA3-GETALIASMEMBERSHIP-0 in make testVolker Lendecke2009-12-171-0/+1
* s3: Fix bug 6992, make test for getgrouplist cacheableJonas Gorski2009-12-171-3/+3
* s3-spoolss: fix rpcclient after setprinter IDL fixes.Günther Deschner2009-12-171-2/+2
* Final part of the fix for 6837 - "Too many open files" when trying to access ...Jeremy Allison2009-12-161-12/+12
* Add helpful debug of DACL for errors on ACL access.Jeremy Allison2009-12-161-2/+10
* s3-pdbedit: allow to call "pdbedit -N description -u user" without specifiyng...Günther Deschner2009-12-161-2/+4
* Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned at...Jeremy Allison2009-12-152-18/+25
* s3: Fix _samr_GetAliasMembership for results with 0 ridsVolker Lendecke2009-12-151-0/+8