summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-10packaging(RHEL): fix direction of link (.so) of nss libs.Michael Adam1-4/+4
2008-09-10Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.Jeremy Allison1-2/+14
2008-09-10net: share_type is defined in net_rap.c, net_rpc.c needs to use that.Kai Blin2-2/+3
2008-09-10Fix some bogus compiler warningsVolker Lendecke1-5/+10
2008-09-09Fix make test on sparc and possibly also on AIXVolker Lendecke1-1/+3
2008-09-09Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develJelmer Vernooij9-44/+814
2008-09-09Stop ignoring .svn directories when creating tags, since we no longer useJelmer Vernooij1-2/+2
2008-09-09Rename object variables to avoid clashes with Samba 4.Jelmer Vernooij2-6/+8
2008-09-09Convert cli_query_secdesc to the async trans callVolker Lendecke1-21/+16
2008-09-09Convert cli_qfileinfo to the async trans callVolker Lendecke1-21/+19
2008-09-09Add async trans/trans2/nttrans calls to libsmbVolker Lendecke2-0/+722
2008-09-09Add some debug to reply_nttransVolker Lendecke1-0/+11
2008-09-09Move setting the mid field in req->outbuf from _cork to _uncorkVolker Lendecke1-1/+1
2008-09-09Add utility function cli_in_chain()Volker Lendecke2-0/+16
2008-09-09make smb_bytes_push_str publicVolker Lendecke2-1/+2
2008-09-09Add a utility function to append a DATA_BLOB to a talloc objectVolker Lendecke2-0/+27
2008-09-09packaging(RHEL): add makerpms.git.sh to build rpms from inside a git checkoutMichael Adam1-0/+149
2008-09-09packaging(RHEL): use ccache if availableMichael Adam1-6/+6
2008-09-09packaging(RHEL): add ldbtools binaries and man pages to common packageMichael Adam1-0/+12
2008-09-09packaging(RHEL): add cifs.upcall binary and manpage to client packageMichael Adam1-0/+2
2008-09-09packaging(RHEL): fix installation of pam modules.Michael Adam1-5/+2
2008-09-09packaging(RHEL): remove leftovers of smbmount from SPEC file.Michael Adam1-4/+0
2008-09-09packaging(RHEL): add new libs (talloc, tdb, ...) to the common packageMichael Adam1-0/+11
2008-09-09packaging(RHEL): remove workaround code for libsmclient/sharemodes installationMichael Adam1-15/+0
2008-09-09packaging(RHEL): fix libdir installation by using _libarch/_libarchdirMichael Adam1-30/+39
2008-09-09packaging(RHEL): remove libmsrpc stuff which is no more...Michael Adam1-10/+0
2008-09-09packaging(RHEL): remove duplicate installation of pam_smbpass.soMichael Adam1-3/+0
2008-09-09packaging(RHEL): remove smbmount related stuff from spec fileMichael Adam1-10/+0
2008-09-09packaging(RHEL): don't make proto for samba 3.3Michael Adam1-2/+0
2008-09-09packaging(RHEL): use --libdir and --with-modulesdir instead of --with-libdirMichael Adam1-1/+2
2008-09-09packaging(RHEL): fix version of GPL (2 --> 3)Michael Adam1-1/+1
2008-09-09Fix a memleak in cli_qfilename (only used in smbtorture)Volker Lendecke1-0/+5
2008-09-08Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke2-18/+19
2008-09-08When setting an NFSv4 ACL, map generic bitsVolker Lendecke1-0/+4
2008-09-08Thanks metze for pointing out the missing extern :-)Volker Lendecke1-1/+1
2008-09-08smbd: some write time fixesStefan Metzmacher2-8/+8
2008-09-08Remove some duplicate codeVolker Lendecke1-6/+1
2008-09-08packaging(RHEL-CTDB): add fix for versions containing "-" signs.Michael Adam1-0/+1
2008-09-08packaging(RHEL-CTDB): extend and slightly reformat comment header blockMichael Adam1-4/+5
2008-09-08packaging(RHEL-CTDB): unify and extend (C) headerMichael Adam1-1/+2
2008-09-08packaging(RHEL-CTDB): autodetect the samba version number from version.hMichael Adam2-2/+28
2008-09-08packaging(RHEL-CTDB): introduce variable TOPDIRMichael Adam1-1/+2
2008-09-08packaging(RHEL-CTDB): rename SPECDIR to RPMSPECDIRMichael Adam1-4/+4
2008-09-08packaging(RHEL-CTDB): rename SRCDIR to RPMSRCDIRMichael Adam1-5/+5
2008-09-08netapi: expand NetUser testsuite a little.Günther Deschner1-2/+146
2008-09-08netapi: add NetShare testsuite.Günther Deschner4-1/+240
2008-09-08net: use NETSETUP flags consistently.Günther Deschner1-1/+1
2008-09-08netapi: re-arrange a little NetLocalGroupSetMembers example code.Günther Deschner1-4/+9
2008-09-08netapi: fix NetShareGetInfo example output.Günther Deschner1-1/+1
2008-09-05Fix debug message to show correct function name.Jeremy Allison1-1/+1