summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: Explicitly handle inbuf in cli_sesssetup_blob_doneVolker Lendecke2010-02-221-5/+4
* s3: Explicitly handle inbuf in cli_session_setup_guest_doneVolker Lendecke2010-02-221-5/+4
* s3: Explicitly handle inbuf in cli_smb_oplock_break_waiter_doneVolker Lendecke2010-02-221-2/+3
* s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke2010-02-229-38/+53
* s3: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_sendVolker Lendecke2010-02-211-1/+2
* s3: Use the status from cli_raw_ioctl in torture_ioctl_testVolker Lendecke2010-02-211-2/+2
* s3: Make string_to_sid survive the LOCAL-string_to_sid testVolker Lendecke2010-02-201-13/+40
* s3: Rename LOCAL-dom_sid_parse to LOCAL-string_to_sid, add some testsVolker Lendecke2010-02-202-7/+19
* s3: Add printf why LOCAL-dom_sid_parse failedVolker Lendecke2010-02-201-0/+3
* s3: Slightly simplify the logic of completion_remote_filterVolker Lendecke2010-02-201-39/+45
* s3: Fix some nonempty blank linesVolker Lendecke2010-02-201-59/+57
* s3: Remove a "typedef struct"Volker Lendecke2010-02-201-4/+4
* s3: Fix a typoVolker Lendecke2010-02-201-1/+1
* s3: Convert cli_qpathinfo_basic to use cli_trans()Volker Lendecke2010-02-204-44/+37
* s3: Convert cli_raw_ioctl to use cli_smb()Volker Lendecke2010-02-201-18/+10
* s3: Add cli_smb()Volker Lendecke2010-02-202-0/+43
* Second part of fix for bug #7159 - client rpc_transport doesn't cope with bad...Jeremy Allison2010-02-191-0/+6
* First part of fix for bug #7159 - client rpc_transport doesn't cope with bad ...Jeremy Allison2010-02-192-0/+16
* More fixes for bug #7146 - Samba miss-parses authenticated RPC packets.Jeremy Allison2010-02-181-16/+31
* s3-spoolss: add support for _spoolss_SetPrinter level 8.Günther Deschner2010-02-191-1/+65
* More fixes for bug #7146 - Samba miss-parses authenticated RPC packets.Jeremy Allison2010-02-181-14/+16
* s3: optimize strict allocate for XFS on IRIXBjörn Jacke2010-02-181-0/+25
* Fix bug #7155 - valgrind Conditional jump or move depends on uninitialised va...Jeremy Allison2010-02-181-0/+1
* Fix bug #7154 - mangling method = hash can crash storing a name not containin...Jeremy Allison2010-02-181-3/+5
* s3-spoolss: Fix _spoolss_EnumPrinters servername handling.Günther Deschner2010-02-181-1/+1
* s3-selftest: fix return code for modprinter.pl -a.Günther Deschner2010-02-181-1/+2
* s3-selftest: finally enable RPC-SPOOLSS-PRINTER against Samba 3.Günther Deschner2010-02-181-1/+2
* s3-selftest: include addprinter/deleteprinter command.Günther Deschner2010-02-182-0/+131
* s3-spoolss: fix return code of spoolss_DeletePrinter.Günther Deschner2010-02-181-1/+1
* s3-spoolss: in spoolss_EnumPrinters r->in.server is a *unique* pointer!Günther Deschner2010-02-181-3/+5
* s3-spoolss: more AddPrinter{Ex} checks.Günther Deschner2010-02-181-0/+18
* s3-spoolss: add some printer info validation for AddPrinter calls.Günther Deschner2010-02-181-0/+22
* s3-modules: fix get_acl_blob in the acl_tdb VFS module.Günther Deschner2010-02-181-1/+1
* s3-rpcclient: fix uninitialized variable in wkssvc_enumerateusers.Günther Deschner2010-02-181-2/+2
* Fix bug #7146 - Samba miss-parses authenticated RPC packets.Jeremy Allison2010-02-174-138/+363
* Fix bug #6557 - Do not work VFS full_auditJeremy Allison2010-02-171-51/+34
* s3: go straight to winbindd_dual_pam_auth() in case of !NT_STATUS_OKLars Müller2010-02-171-1/+1
* s3: let the pam_winbind po files reference the correct locationLars Müller2010-02-1720-644/+644
* s3: Fix bug 7139Volker Lendecke2010-02-171-2/+32
* s3:rpc streamline memory handlingSimo Sorce2010-02-161-13/+5
* s3: Fix timeout calculation if g_lock_lock is given a timeout < 60sVolker Lendecke2010-02-161-1/+6
* s3: Slightly increase parallelism in g_lockVolker Lendecke2010-02-161-1/+7
* s3: Avoid starving locks when many processes die at the same timeVolker Lendecke2010-02-161-6/+4
* s3: Avoid a thundering herd in g_lock_unlockVolker Lendecke2010-02-161-1/+16
* s3: Optimize g_lock_lock for a heavily contended caseVolker Lendecke2010-02-161-3/+36
* s3: Fix handling of processes that died in g_lockVolker Lendecke2010-02-161-3/+5
* s3: Fix a typoVolker Lendecke2010-02-151-1/+1
* spoolss: disable GetPrinterDriver level 101 (as called by XP).Günther Deschner2010-02-151-2/+6
* s3: eventlogadm.c: add -s option to use alternative config file.Holger Hetterich2010-02-151-4/+15
* s3: Fix initgroups return checkPeter Watkins2010-02-141-1/+1