summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requestsStefan Metzmacher2009-03-271-23/+7
* fix build on old Heimdal based systemsBjörn Jacke2009-03-271-5/+3
* Allow DFS client paths to work when POSIX pathnames have beenJeremy Allison2009-03-271-2/+12
* Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS clientJeremy Allison2009-03-271-2/+7
* Fix bug 6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb co...Jeremy Allison2009-03-272-19/+206
* Fix a valgrind errorVolker Lendecke2009-03-271-1/+1
* Fix #6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped membersVolker Lendecke2009-03-271-7/+8
* Fix a malloc/talloc mismatch when cli_initialise() failsVolker Lendecke2009-03-271-1/+1
* Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslogVolker Lendecke2009-03-271-2/+2
* fixed a bug in message handling for code the change notify codeAndrew Tridgell2009-03-271-2/+16
* Revert "Revert "Fix a valgrind error / segfault in dns_register_smbd()""Volker Lendecke2009-03-271-1/+2
* Revert "Fix a valgrind error / segfault in dns_register_smbd()"Volker Lendecke2009-03-271-2/+1
* Fix a valgrind error / segfault in dns_register_smbd()Volker Lendecke2009-03-271-1/+2
* s3:lib: interfaces.c isn't used in the configure tests anymoreStefan Metzmacher2009-03-271-73/+1
* Get the sense of the integer wrap test the right way around. Sorry.Jeremy Allison2009-03-271-1/+1
* Now we're allowing a lower bound for auth_len, ensure weJeremy Allison2009-03-271-1/+5
* Fix bug #6161 - smbclient corrupts source path in tar modeJeremy Allison2009-03-271-0/+16
* Complete the fix for bug 6100Volker Lendecke2009-03-271-1/+1
* Fix an uninitialized variable warningVolker Lendecke2009-03-271-1/+0
* Initialize the id_map status in idmap_ldap to avoid surpriseBo Yang2009-03-271-0/+8
* s3: fix guest auth when winbindd is runningSteven Danneman2009-03-271-7/+7
* Fix more POSIX path lstat calls. Fix bug where close can returnJeremy Allison2009-03-271-5/+17
* Fix use of streams modules with CIFSFS client.Jeremy Allison2009-03-272-4/+25
* Allow set attributes on a stream fnum to be redirected to the base filename.Jeremy Allison2009-03-271-3/+14
* Fix guest mountsSteve French2009-03-271-1/+3
* cifs mount fix for handling -V parameterSteve French2009-03-271-4/+22
* prefer gssapi header files from subdirectoryBjörn Jacke2009-03-272-6/+6
* all BSDs use this evironment variableBjörn Jacke2009-03-271-1/+1
* Fix bug #6133 - Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem.Jeremy Allison2009-03-271-1/+6
* Backport the semantics of when to delete alternate data streams on a file tru...Jeremy Allison2009-03-272-1/+15
* Fix a O(n^2) algorithm in regdb_fetch_keys()Volker Lendecke2009-03-271-5/+27
* Fix a buffer handling bug when adding lots of registry keysVolker Lendecke2009-03-271-9/+24
* Gah, typo :-(. Sorry.Jeremy Allison2009-03-271-1/+1
* Fix coverity CID-602. Possible use of uninitialized var.Jeremy Allison2009-03-271-1/+1
* Don't miss an absolute pathname as a kerberos keytab path. From Glenn Machin ...Jeremy Allison2009-03-271-0/+5
* s3:make: use pidl/pidl for 'make idl'Stefan Metzmacher2009-03-271-1/+3
* librpc: rerun 'PIDL=pidl/pidl make idl'Stefan Metzmacher2009-03-277-42/+271
* s3:netlogon: implement _netr_LogonGetCapabilities() with NT_STATUS_NOT_IMPLEM...Stefan Metzmacher2009-03-271-4/+3
* netlogon.idl: add idl for netr_LogonGetCapabilities()Stefan Metzmacher2009-03-271-1/+12
* Properly cast array length in print functions. (This used to be commit f32124...Jelmer Vernooij2009-03-272-37/+37
* pidl: add pidl in order to be able to regenerate librpc functions.Günther Deschner2009-03-2761-0/+20213
* Fix bug 5920Yasuma Takeda2009-03-271-1/+1
* Attempt to fix bug #6099. According to MicrosoftJeremy Allison2009-03-271-7/+26
* s3 vfs: Fix SMB_VFS_RECVFILE/SENDFILE macrosTim Prouty2009-03-271-4/+4
* Oops. Fix the build (don't use 3.3 references in 3.2 :-).Jeremy Allison2009-03-271-2/+1
* Enable total anonymization in vfs_smb_traffic_analyzer, by mappingHolger Hetterich2009-03-271-4/+16
* Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensureJeremy Allison2009-03-273-1/+56
* Noted by Vericode analysis. Correctly use chroot().Jeremy Allison2009-03-271-2/+9
* Fix Coverity IDs 879 and 880 (RESOURCE_LEAK, REVERSE_INULL)Volker Lendecke2009-03-271-4/+7
* Fix Coverity ID 742 (RESOURCE_LEAK)Volker Lendecke2009-03-271-6/+3