summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: ignore .gpg-* generated files (for ubuntu 16.04)Douglas Bagnall2017-06-151-0/+1
| | | | | | | | Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Jun 15 21:40:08 CEST 2017 on sn-devel-144
* waf: Create kerberos_implementation.py for provisioningAndreas Schneider2017-04-291-0/+3
| | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* gitignore: add some hidden filesDouglas Bagnall2017-03-101-0/+3
| | | | | | | | | .gdb_history is generated by gdb, .emacs* are generated by emacs, and .clang* by clang. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* selftest:gnupg: add a gpg key for Samba Selftest <selftest@samba.example.com>Stefan Metzmacher2016-07-221-0/+1
| | | | | | | | This key doesn't have a passphrase and allows automatic testing of decryption. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
* gitignore: ignore library bin directoriesDouglas Bagnall2016-05-171-0/+1
| | | | | | | | | | | | | The Ubuntu 10.04 autobuilds on sn-devel build the lib/* libraries into their own bin subdirectories; for example lib/ldb uses lib/ldb/bin. A recent commit broke these autobuilds by un-hiding these directories from git. Fixes c2649352e0917c3c2bcf1b7ad74d73d21e73be9c (".gitignore: don;t accidentally ignore some files"). Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
* .gitignore: don;t accidentally ignore some filesDouglas Bagnall2016-05-031-48/+48
| | | | | | | | | | | | | | | | | | | | | The previous first line of .gitignore ("bin/") correctly ignored the bin/ directory, but it also ignored the git controlled content in source4/scripting/bin. The correct line is "/bin/", as explained in these snippets from the gitignore documentation: If the pattern ends with a slash, it is removed for the purpose of the following description, but it would only find a match with a directory. In other words, foo/ will match a directory foo and paths underneath it, but will not match a regular file or a symbolic link foo (this is consistent with the way how pathspec works in general in Git). A leading slash matches the beginning of the pathname. For example, "/*.c" matches "cat-file.c" but not "mozilla-sha1/sha1.c". Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
* .gitignore: Ignore pidl/MYMETA.jsonAndrew Bartlett2015-04-151-0/+1
| | | | | | | This is generated by newer versions of MakeMaker Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
* .gitignore: Ignore tag files from GNU Global toolChristof Schmitt2014-02-071-0/+4
| | | | | | | | Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Feb 7 03:20:15 CET 2014 on sn-devel-104
* .gitignore: Tidy up after removal of the autoconf buildAndrew Bartlett2013-06-101-85/+0
| | | | | | | Reviewed-By: Jelmer Vernooij <jelmer@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Jun 10 04:42:46 CEST 2013 on sn-devel-104
* s3-build: Do not write loadparm generated files into the build treeAndrew Bartlett2012-06-151-6/+6
| | | | | | | | | We need to keep these files away from where waf might see them. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Jun 15 11:10:14 CEST 2012 on sn-devel-104
* .gitignore: remove already-gone gen-8bit-gap.shAndrew Bartlett2012-06-011-1/+0
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jun 1 04:53:53 CEST 2012 on sn-devel-104
* build: Move generated files out of the normal build treeAndrew Bartlett2012-05-181-1/+1
| | | | | | This avoids some dual-build-system interactions. Andrew Bartlett
* build: Move generated version.h to a waf-invisible locationAndrew Bartlett2012-05-181-1/+1
| | | | | | | Generally, it is better if our generated header files for the autoconf build do not end up in places that the waf build can see. Andrew Bartlett
* .gitignore: ignore MYMETA.ymlAndrew Bartlett2012-04-111-0/+1
|
* gitignore: Ignore waf cache files.Jelmer Vernooij2012-02-121-0/+2
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Feb 12 16:14:49 CET 2012 on sn-devel-104
* Move testr configuration to root.Jelmer Vernooij2011-11-131-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 13 23:19:27 CET 2011 on sn-devel-104
* add lib/param files to .gitignoreAndrew Bartlett2011-10-131-0/+4
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Oct 13 15:40:16 CEST 2011 on sn-devel-104
* .gitignore: add AIX WINBIND nss moduleChristian Ambach2011-07-051-0/+1
| | | | this cleans up git status on AIX after building source3
* s3-param Generate parameter tablesAndrew Bartlett2011-07-021-0/+2
|
* s3-build: Move generated config.h and config.h.in to include/autoconfAndrew Bartlett2011-05-091-2/+2
| | | | | | | This ensures that these are not found by the waf build, which causes issues when the wrong config.h is used by the recursive smbtorture build Andrew Bartlett
* s3: Added missing files in .gitignore.Andreas Schneider2011-02-081-1/+3
|
* .gitignore: cleanup old stuffStefan Metzmacher2010-12-271-232/+7
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Dec 27 16:43:24 CET 2010 on sn-devel-104
* talloc: Switch over to using waf as the default build system for the ↵Jelmer Vernooij2010-10-311-2/+0
| | | | standalone build.
* Check in configure/Makefile for those projects that have waf as primary ↵Jelmer Vernooij2010-09-251-5/+6
| | | | build system.
* s4-finddcs: added finddcs_cldap()Andrew Tridgell2010-09-151-1/+0
| | | | | | | this finds DCs with a specified set of server_type bit using SRV lookups and CLDAP Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* .gitignore: simplify the .gitignore after gen_ndr removalAndrew Tridgell2010-05-041-70/+3
|
* s4: prevent the autoconf build from removing source4/librpc/gen_ndr/READMEAndrew Tridgell2010-04-131-1/+1
|
* s4:configure: generate Makefile from Makefile.inStefan Metzmacher2010-04-101-1/+1
| | | | | | | This makes it possible for the waf build to also generate a 'Makefile' instead of 'makefile'. On some platforms 'Makefile' is used before 'makefile' metze
* build: 'makefile' (lowercase) is now a generated fileAndrew Tridgell2010-04-061-0/+1
|
* build: ignore some waf filesAndrew Tridgell2010-04-061-0/+2
|
* build: ignore the bin/ directoryAndrew Tridgell2010-04-061-0/+1
|
* s4:.gitignore - update it for the new heimdal releaseMatthias Dieter Wallnöfer2010-03-291-0/+1
|
* s4:heimdal New files and supporting logic for heimdal updateAndrew Bartlett2010-03-271-0/+5
|
* Fix the build, add filtered subunit runner.Jelmer Vernooij2010-03-011-0/+1
|
* .gitignore - ignore display of "mit_samba.so"Matthias Dieter Wallnöfer2010-02-261-0/+1
|
* s4/net_drs: 'net drs' utility initial creationKamen Mazdrashki2010-02-111-0/+1
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4: Ignore few more auto-generated filesKamen Mazdrashki2010-01-291-0/+2
|
* s4:auth: remove autogenerated auth/ntlm/auth_proto.hStefan Metzmacher2009-12-291-1/+1
| | | | metze
* add ignore for autogenrated files as they are not used by s3Matthieu Patou2009-12-141-0/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* .gitignore: add "partition_proto.h"Matthias Dieter Wallnöfer2009-10-211-0/+1
|
* gitignore: remove old netlogon prototypes.Günther Deschner2009-10-191-2/+0
| | | | Guenther
* s4/drs(tort): ignore drs/proto.h fileKamen Mazdrashki2009-10-161-0/+1
|
* Enhance ".gitignore" file for s4Matthias Dieter Wallnöfer2009-10-121-0/+2
|
* Ignore source4/dsdb/kcc/kcc_service_proto.h.Matt Kraai2009-09-131-0/+1
|
* gitignore: Ignore additional auto-generated files.Andrew Kroeger2009-09-071-0/+4
|
* Ignoring generated files:Kamen Mazdrashki2009-09-031-0/+2
| | | | | libcli/smb/smb_common_proto.h source4/torture/ntp/proto.h
* .gitignore: ignore more generated filesStefan Metzmacher2009-07-311-0/+5
| | | | metze
* s4:kerberos Add 'net export keytab' command for wireshark decryptionAndrew Bartlett2009-07-281-1/+1
| | | | | | | | | | | | It is much easier to do decryption with wireshark when the keytab is available for every host in the domain. Running 'net export keytab <keytab name>' will export the current (as pointed to by the supplied smb.conf) local Samba4 doamin. (This uses Heimdal's 'hdb' keytab and then the existing hdb-samba4, and so has a good chance of keeping working in the long term). Andrew Bartlett
* Correct handling of 32-bit integer attributes in SAMBA 4Matthias Dieter Wallnöfer2009-06-191-1/+0
| | | | | | | | | | - LDB handles now all 32-bit integer attributes correctly (also with overflows) according to the schema - LDAP backends handle the attributes "groupType", "userAccountControl" and "sAMAccountType" correctly. This handling doesn't yet use the schema but the conversion file "simple_ldap.map.c" which contains them hardcoded. Did also a refactoring of the conversion function there. - Bug #6136 should be gone
* gitignore: remove traces of source4/libcli/auth.Günther Deschner2009-06-041-1/+0
| | | | | | | This makes it possible clean up a master checkout with git clean -x -f -d and build samba4 afterwards. Guenther