summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-05-22s3: Remove the smbtorture3 OPLOCK3 testVolker Lendecke2-59/+1
2011-05-22s3: Convert the OPEN4 test to async oplock handlingVolker Lendecke1-32/+96
2011-05-21s3: Remove clistr_align_outVolker Lendecke2-6/+0
2011-05-21s3: Remove unused cli_setup_bccVolker Lendecke2-10/+0
2011-05-21Patch for bug #8156 - net ads join fails to use the user's kerberos ticket.Jeremy Allison1-10/+27
2011-05-20The "workgroup" parameter is not used at all in cli_session_setup_kerberos()....Jeremy Allison1-7/+4
2011-05-20Fix bug #8157 - std_pcap_cache_reload() fails to parse a cups printcap file c...Jeremy Allison1-8/+5
2011-05-20Fix bug 8133 - strange behavior for the file (whose filename first character ...Jeremy Allison1-2/+3
2011-05-20Optimization. If the attributes passed to can_rename() include both FILE_ATTR...Jeremy Allison1-5/+8
2011-05-20s3:smbd remove unused codeChristian Ambach2-12/+0
2011-05-20s3: Fork the echo handler only after SMB1 negprot is doneVolker Lendecke3-7/+8
2011-05-20s3: Fix Coverity ID 2573: UNUSED_VALUEVolker Lendecke1-2/+3
2011-05-20s3: Fix an uninitialized variableVolker Lendecke1-1/+1
2011-05-20s3:testparm: don't return an error for a warning messageStefan Metzmacher1-1/+0
2011-05-20s3-epmapper: Fixed endpoint registration.Andreas Schneider1-4/+4
2011-05-20s3: Remove unused cli_setup_packet()Volker Lendecke2-6/+0
2011-05-19Fix Bug 8152 - smbd crash in release_ip()Christian Ambach2-0/+8
2011-05-19s3: Remove a use of cli_send_smbVolker Lendecke1-46/+53
2011-05-19fix the WAF buildVolker Lendecke1-1/+1
2011-05-19s3: Do central cli_set_errorVolker Lendecke9-189/+2
2011-05-19s3: Remove the use of cli->inbuf/outbuf from cli_session_requestVolker Lendecke1-45/+53
2011-05-19s3: Add sync read_smbVolker Lendecke2-0/+25
2011-05-19s3: Make read_smb_send/recv publicVolker Lendecke4-87/+145
2011-05-18Make protocol version 2 the default protocol, and only run on version 1 if V1...Holger Hetterich1-6/+5
2011-05-18s3-selftest Remove unused and unimplemented info3cache testAndrew Bartlett1-54/+0
2011-05-18selftest: Re-enable strings.py from source3/stf as a python subunit testAndrew Bartlett2-180/+0
2011-05-18s3-testparm Warn more on incorrect use of 'password server'Andrew Bartlett1-2/+17
2011-05-18lib/util/charset Don't allow invalid 'dos charset = utf8'Andrew Bartlett1-0/+6
2011-05-18s3-selftest Remove unused sambalib.py from comfychair test systemAndrew Bartlett1-39/+0
2011-05-18s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett15-140/+79
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett50-261/+177
2011-05-18s3-param: Remove unused snum2params_staticAndrew Bartlett2-13/+0
2011-05-18s3-param: remove unused share_iterator functionsAndrew Bartlett3-55/+0
2011-05-18build: Add 'cap' as a dependency of samba3coreAndrew Bartlett1-1/+1
2011-05-18build: Make POPT_SAMBA3 a libraryAndrew Bartlett1-4/+5
2011-05-18librpc/ndr Merge ndr_print_sockaddr_storage() into common codeAndrew Bartlett3-39/+3
2011-05-18build: Add rpc_client grouping libraryAndrew Bartlett1-0/+7
2011-05-18build: Add depenencies needed by Samba3 subsystemsAndrew Bartlett3-3/+6
2011-05-18build: Make msrpc3 a libraryAndrew Bartlett1-4/+5
2011-05-18waf-build: Add more libraries to avoid duplicate symbolsAndrew Bartlett1-4/+5
2011-05-18s3-smbtorture: fix build warning (shadowed NTSTATUS variable).Günther Deschner1-1/+0
2011-05-18s3-modules: Fix the build of gpfs.c on RHEL 6.0 with gpfs 3.4.0-4Björn Baumbach1-0/+1
2011-05-18s3-torture/nbio.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach1-7/+16
2011-05-18s3-client/clitar.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach1-9/+14
2011-05-18s3-net_rpc_printer.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach1-59/+57
2011-05-18s3-libsmb/passchange.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach1-8/+9
2011-05-18s3-torture/mangle_test.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach1-13/+20
2011-05-18s3-torture: torture.c: Fix cli_errstr() usage (part of bug #7864)Björn Baumbach1-510/+804
2011-05-18Fix bug #8144 - touch /mnt/newfile fails to set timestamp with CIFS client.Jeremy Allison1-10/+15
2011-05-17is_my_ipaddr() should recognise loopback addresses as ours.Jeremy Allison1-5/+5