summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-03-15build: param must require cups to get the cups headers path in -IAndrew Bartlett1-1/+1
2012-03-15s3-krb5: Remove GSS_WRAP_IOV conditionalAndrew Bartlett4-5/+5
2012-03-15selftest: test wbinfo --authenticate and --krb5authAndrew Bartlett1-0/+5
2012-03-15build: Ensure that we clean build objects from auth/ as wellAndrew Bartlett1-1/+1
2012-03-14s3:selftest: add support for 'make test FAIL_IMMEDIATELY=1'Stefan Metzmacher1-0/+4
2012-03-14s3-spoolss: Check return type of update_dsspooler().Andreas Schneider1-12/+18
2012-03-14s3-spoolss: Check return codes in update_dsspooler.Andreas Schneider1-40/+170
2012-03-14s3-printing: Check for browseable too.Andreas Schneider1-1/+6
2012-03-14s3-printing: Make printer a const char *.Andreas Schneider2-3/+9
2012-03-14s3-rpc_client: Add debug message for printer dataex errors.Andreas Schneider1-0/+4
2012-03-14s3-rpc_server: Increase debug level for policy handle.Andreas Schneider1-5/+5
2012-03-14samba3util: Add ccan to dependency list now that str_checksum() uses a ccan f...Jelmer Vernooij1-1/+1
2012-03-14s3:smb2_server: fix a compiler warningChristian Ambach1-2/+2
2012-03-14s3:smbd: also create ncalrpc/np directory before forking rpc daemonsStefan Metzmacher1-0/+13
2012-03-14autoconf: make autoconf build work on OS X 10.6Matthieu Patou1-2/+2
2012-03-14lib/crypto: Detect CommonCrypto and use it if availableMatthieu Patou2-1/+8
2012-03-13Second part of fix for bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER b...Jeremy Allison1-4/+6
2012-03-13Fix bug #8807 - dcerpc_lsa_lookup_sids_noalloc() crashes when groups has more...Christian Ambach1-3/+7
2012-03-13s3-spoolss: Consistently fail OpenPrinterEx with "" printernameAndrew Bartlett1-0/+4
2012-03-13s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.Alexander Bokovoy5-79/+120
2012-03-13s3:torture: fix segfault in LOCAL-TALLOC-DICTStefan Metzmacher1-1/+3
2012-03-13s3:torture: talloc_dict_traverse() returns the number of entriesStefan Metzmacher1-2/+7
2012-03-11s3: Improve statvfs supportBrad Smith2-9/+14
2012-03-10tdb_wrap: Move to specific directory.Jelmer Vernooij7-7/+7
2012-03-10selftest: fix running additional smbclient test for non-spnego session setupAndrew Bartlett1-1/+1
2012-03-10s3: fix build on AIXBjörn Jacke1-1/+2
2012-03-10s3: Add smb_request_doneVolker Lendecke4-60/+103
2012-03-10s3: Remove unused smb_request->doneVolker Lendecke2-8/+0
2012-03-10s3: Remove unused smb_request->chain_outbufVolker Lendecke2-6/+0
2012-03-10s3: Remove "req_wct_ofs()"Volker Lendecke4-22/+2
2012-03-10s3: Fix the read&x offset within a chainVolker Lendecke1-0/+32
2012-03-10s3: Remove chain_replyVolker Lendecke6-289/+0
2012-03-10s3: Replace chain_replyVolker Lendecke2-3/+143
2012-03-10s3: Add a new set of andx chain handling routinesVolker Lendecke7-2/+599
2012-03-10s3: Make sure the andX chains are ended correctlyVolker Lendecke5-0/+33
2012-03-10s3: Fix a 64-bit warningVolker Lendecke1-1/+1
2012-03-10Ensure the right tsocket.h is included.Jeremy Allison1-1/+1
2012-03-09Fix up Christian Ambach's multi-credit code - the CreditCharge field is a 16-...Jeremy Allison1-2/+2
2012-03-09s3:smb2_server validate message ids with largemtuChristian Ambach1-27/+56
2012-03-09s3:smb2_server verify creditchargeChristian Ambach6-0/+37
2012-03-09s3:smb2_server add function to verify creditchargeChristian Ambach2-0/+42
2012-03-09s3:smb2_server: announce LargeMTU for SMB2.1Christian Ambach1-4/+27
2012-03-09s3:smb2_server increase defaults for read/write/trans sizes to 1MBChristian Ambach1-3/+3
2012-03-09s3:smb2_server: add supports_multicredit to sconnChristian Ambach1-0/+1
2012-03-09s3:smb2_server use the correct variables for max read/writeChristian Ambach1-2/+2
2012-03-09s3: asprintf->talloc_asprintfVolker Lendecke1-4/+6
2012-03-09s3: Replace a SMB_ASSERT with an error returnVolker Lendecke1-1/+5
2012-03-09s3: Remove some superfluous ()Volker Lendecke1-1/+1
2012-03-09auth/ntlmssp: Remove gensec_security element from gensec_ntlmssp_stateAndrew Bartlett1-3/+3
2012-03-08s3-auth: Remove single-implementation plugin layerAndrew Bartlett5-19/+50