Age | Commit message (Expand) | Author | Files | Lines |
2009-06-03 | selftest: Add subunit output format. | Jelmer Vernooij | 2 | -0/+105 |
2009-06-03 | Rename harness2subunit.pl -> tap2subunit to be consistent with the | Jelmer Vernooij | 2 | -1/+1 |
2009-06-03 | README: Fix indentation of bullet point. | Jelmer Vernooij | 2 | -5/+5 |
2009-06-03 | Move findstatic.pl script to top-level. | Jelmer Vernooij | 2 | -70/+0 |
2009-06-03 | s4:torture/libnetapi: fix netapi detection | Stefan Metzmacher | 1 | -3/+7 |
2009-06-03 | s3:smbd: remove old comment, we support SMB2 signing now | Stefan Metzmacher | 1 | -2/+0 |
2009-06-03 | s3:smbd: allow SMB2 only if we don't use security = share | Stefan Metzmacher | 1 | -1/+2 |
2009-06-03 | SMB2-CONNECT: make it possible to specific the max write size via --option=to... | Stefan Metzmacher | 1 | -1/+1 |
2009-06-02 | Move mount.cifs/umount.cifs to the top level and remove the outdated copy | Jelmer Vernooij | 12 | -565/+37 |
2009-06-02 | Support getting gpfs birthtime | Volker Lendecke | 3 | -0/+82 |
2009-06-02 | Fix unresolved symbol in python messaging module. | Jelmer Vernooij | 5 | -13/+14 |
2009-06-02 | Fix pythonpath so subunit can be found. | Jelmer Vernooij | 1 | -1/+1 |
2009-06-02 | Add support for double type in pidl. | Brad Hards | 5 | -3/+41 |
2009-06-02 | Fix finding the LDB header files in the system in pyldb_util. | Jelmer Vernooij | 3 | -1/+3 |
2009-06-02 | Build modules statically by default, as there still seem to be a lot of | Jelmer Vernooij | 1 | -1/+2 |
2009-06-02 | Fix more unresolved symbols. | Jelmer Vernooij | 14 | -88/+99 |
2009-06-02 | python: Move helper functions for using param into a separate file rather | Jelmer Vernooij | 7 | -45/+75 |
2009-06-02 | Split up Python code a little bit so we don't hav eto link python modules | Jelmer Vernooij | 1 | -0/+39 |
2009-06-02 | Build libsamba-util as a shared library. | Jelmer Vernooij | 1 | -1/+4 |
2009-06-02 | Fix dependencies when using shared libraries. | Jelmer Vernooij | 3 | -2/+3 |
2009-06-02 | Store winattrs in GPFS | Mathias Dietz | 3 | -0/+142 |
2009-06-02 | nss_wrapper: prefix function pointer names in struct nwrap_ops. | Günther Deschner | 1 | -54/+54 |
2009-06-02 | torture: minor fixes to torture macro text output. | Günther Deschner | 1 | -2/+2 |
2009-06-02 | nss_wrapper: resort calls to move public calls to the end. | Günther Deschner | 1 | -193/+197 |
2009-06-02 | nss_wrapper: add nwrap_ops function pointer table. | Günther Deschner | 1 | -19/+104 |
2009-06-02 | nss_wrapper: make sure to return after calling real_{set,end}{gr,pw}ent. | Günther Deschner | 1 | -0/+4 |
2009-06-02 | nss_wrapper: fix typo while checking for getgrid_r support. | Günther Deschner | 1 | -2/+2 |
2009-06-02 | Add a "connectpath" operation to the shadow_copy2 module | Volker Lendecke | 1 | -0/+54 |
2009-06-02 | Add SMB_VFS_CONNECTPATH operation | Volker Lendecke | 5 | -8/+56 |
2009-06-02 | Remove a variable used just once | Volker Lendecke | 1 | -2/+3 |
2009-06-01 | Fix bug #6419 - smbclient -L 127.0.0.1" displays "netbios name" instead of "w... | Jeremy Allison | 1 | -3/+26 |
2009-06-01 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 1 | -1/+1 |
2009-06-01 | use the unique flag on ldb attributes to optimise & clauses | Andrew Tridgell | 1 | -46/+72 |
2009-06-01 | s4:mkproto: Add NET_API_STATUS return type. | Andrew Kroeger | 1 | -1/+1 |
2009-06-01 | gitignore: Ignore additional auto-generated file | Andrew Kroeger | 1 | -0/+1 |
2009-06-01 | we don't need the unique checks in the samldb code now | Andrew Tridgell | 1 | -162/+2 |
2009-06-01 | mark samAccountName, objectGUID and objectSID as unique indexed | Andrew Tridgell | 1 | -0/+20 |
2009-06-01 | added support for unique indexing in ldb | Andrew Tridgell | 2 | -7/+32 |
2009-06-01 | fix uninitialised use of samctx | Andrew Tridgell | 1 | -0/+2 |
2009-06-01 | overallocate all records by 25% | Andrew Tridgell | 1 | -0/+3 |
2009-06-01 | auto-repack in transactions that expand the tdb | Andrew Tridgell | 1 | -0/+12 |
2009-06-01 | when comp_num is zero, the case folded DN is always "" | Andrew Tridgell | 1 | -8/+2 |
2009-06-01 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 93 | -2905/+3977 |
2009-05-31 | Fix some nonempty blank lines | Volker Lendecke | 4 | -168/+165 |
2009-05-31 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2009-05-30 | nss_wrapper: try to fix the build of nss_wrapper on solaris. | Günther Deschner | 2 | -0/+6 |
2009-05-30 | Fix bug #6421 - POSIX read-only open fails on read-only shares. | Jeremy Allison | 2 | -8/+12 |
2009-05-30 | Move a comment where it belongs | Volker Lendecke | 1 | -3/+6 |
2009-05-30 | Make it possible to change machine account sids | Simo Sorce | 1 | -40/+171 |
2009-05-30 | Remove trailing whitespaces | Simo Sorce | 1 | -20/+20 |