summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
...
* .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
* gitignore: Ignore additional auto-generated fileAndrew Kroeger2009-06-011-0/+1
|
* gitignore: Ignore additional auto-generated files.Andrew Kroeger2009-05-261-1/+3
| | | | Corrected path to tdr_proto.h and added librpc/gen_ndr/{cli,srv}_dcerpc.[ch].
* Ignore docs-xml/output directory and its contents as well as png filesJelmer Vernooij2009-05-011-0/+29
| | | | generated run-time from versioned svg files.
* Add more output generated by the documentation build process to .gitignore.Jelmer Vernooij2009-05-011-0/+3
|
* .gitignore source4/torture/ldb/proto.hMichael Adam2009-03-171-0/+1
| | | | Michael
* ignore new test program executablesDerrell Lipman2009-02-141-0/+2
|
* spoolss: move ndr spoolss helper to main librpc dir.Günther Deschner2009-02-051-1/+0
| | | | Guenther
* Do not ignore spoolss anymore.Günther Deschner2009-02-051-1/+0
| | | | Guenther
* s3 merged build: Remove redundant #defines that are in idl generated headersTim Prouty2009-01-051-1/+1
| | | | | | | | | This fixes a series of samba3 build warnings in the merged build with --enable-picky-developer=yes. 'error: "X" redefined', where X is one of the redundant #defines. This required committing a static version of spoolss.h for it to be included by non-merged s3 builds.
* Fix standalone build of tdb python module, update ignores for standalone tdb.Jelmer Vernooij2008-12-221-0/+5
|
* Stop using SWIG for ldb Python bindings.Jelmer Vernooij2008-12-201-0/+3
|
* Fix standalone compilation of events library.Jelmer Vernooij2008-12-201-0/+1
|
* Ignore generated files.Jelmer Vernooij2008-12-161-0/+33
|
* Add new script for building IDL files in librpc/idl, generating bothJelmer Vernooij2008-12-161-18/+18
| | | | Samba 3 and Samba 4 output.
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-161-0/+2
|\
| * nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+2
| | | | | | | | Don't move source4 files yet to not confuse git's rename tracking too much.
* | Ignore setup symlink.Jelmer Vernooij2008-12-161-0/+1
|/
* Fix ignore for libcli/nbt/nbtname.hJelmer Vernooij2008-10-181-1/+1
|
* Fix gitignore.Jelmer Vernooij2008-10-181-2/+2
|
* Ignore generated but unused files.Jelmer Vernooij2008-10-121-0/+4
|
* Make util_tdb.h static since it is now used by Samba3.Jelmer Vernooij2008-10-121-1/+0
|
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-5/+5
| | | | | | Conflicts: source4/Makefile
* Update .gitignore for new pidl location.Jelmer Vernooij2008-09-301-4/+4
|
* add generated files in packaging/RHEL[-CTDB]/ to .gitignoreMichael Adam2008-09-161-0/+3
| | | | Michael
* Ignore generated Samba 4 files.Jelmer Vernooij2008-09-151-0/+4
|
* Ignore generated build files.Jelmer Vernooij2008-09-151-0/+2
|
* Merge Samba3 and Samba4 togetherStefan Metzmacher2008-09-141-73/+284
|\
| * heimdal_build: autogenerate the heimdal private/proto headersStefan Metzmacher2008-08-261-0/+12
| | | | | | | | | | | | | | | | Now it's possible to just use a plain heimdal tree in source/heimdal/ without any pregenerated files. metze (This used to be commit da333ca7113f78eeacab4f93b401f075114c7d88)
| * heimdal_build: autogenerate table files in heimdal/lib/wind/Stefan Metzmacher2008-08-261-0/+1
| | | | | | | | | | metze (This used to be commit f4cfba26aebb18fecdb50478bec9c07d4910ab3b)
| * Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett2008-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | This includes additional Samba-specific syntaxes made available from the ldif_handlers code. This commit also changes some table to use #defines, to ensure consistancy in other parts of the code. Andrew Bartlett (This used to be commit e26a5efd9a580ed3728e1f449e367b1cd4a73b5f)
| * gitignore: Ignore some output files from make test.Andrew Kroeger2008-05-211-0/+4
| | | | | | | | (This used to be commit 617d4b666514f997510a942c6f8aba6a4ae5e40e)
| * Ignore generated netlogon headers.Jelmer Vernooij2008-05-211-0/+2
| | | | | | | | (This used to be commit 28e04f751f1d509da2c821f33df79b2a0c2d5a1a)
| * Don't regenerate pam_errors.h any more.Andrew Bartlett2008-05-201-1/+0
| | | | | | | | | | | | | | Due to the new rules on prototypes, it must be a static header file. Andrew Bartlett (This used to be commit cf60a9b34ec2419b2bc03a37190cb17ad4cf3d5f)
| * Reintroduce header previously autogenerated but ignored by git.Jelmer Vernooij2008-04-021-3/+0
| | | | | | | | | | Also fixed extra include in regpatch. (This used to be commit 0e371cf169e9a607fcbb3e65437ab9413935dd52)
| * Ignore autogenerated file.Jelmer Vernooij2008-02-291-0/+1
| | | | | | | | (This used to be commit 52eb2397387c62a1c5e52ce4ae217adca2c2eb1b)
| * idmap: Handle uid->SID mappingKai Blin2008-02-211-0/+1
| | | | | | | | (This used to be commit 6ac6de8476ba036eb041e054bc37e4503dc2fde8)
| * No longer ignore torture/util.h; it's static now.Jelmer Vernooij2008-02-191-1/+0
| | | | | | | | (This used to be commit cebb68440540114531e89b774d7437d1d05a1b56)
| * Add static header for gencache.Jelmer Vernooij2008-02-161-1/+0
| | | | | | | | (This used to be commit 58c25657bf552a11e7c522602805ba961de94cf2)
| * Ignore pidl Makefile, which is autogenerated.Jelmer Vernooij2008-02-131-0/+1
| | | | | | | | (This used to be commit 5572bf854d935f3fc526a38378d23791da249f0f)
| * Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij2008-02-111-1/+2
| | | | | | | | | | that is autogenerated. (This used to be commit ebf6e59dfef30e1f679ea6692385a09abcb220dd)
| * Ignore mkconfig.mk file, which is autogenerated.Jelmer Vernooij2008-02-111-0/+1
| | | | | | | | (This used to be commit 71dc1d5d1db7e5e3cb4245c20df739926c1e8514)
| * Ignore Python apidocs, vim swap files.Jelmer Vernooij2008-02-091-0/+2
| | | | | | | | (This used to be commit 13a7dfb90066a52e0d90dbed5fe2c82c4af6092c)
| * Ignore newly generated proto header.Jelmer Vernooij2008-01-161-1/+1
| | | | | | | | (This used to be commit caa0da310da47a48a9add6de3d309984ae14f59c)
| * selftest: Ignore output generated by html formatter.Jelmer Vernooij2008-01-141-0/+1
| | | | | | | | (This used to be commit 2f4170b3f7904072f87faa342302027759eb62bd)
| * Ignore compiled Python files.Jelmer Vernooij2008-01-101-0/+1
| | | | | | | | (This used to be commit ff14ffc6582874d8248798bebd57703fbdbda942)
| * Update ignore list.Jelmer Vernooij2008-01-101-0/+12
| | | | | | | | (This used to be commit c21886614ddacbabef2420e4cf67e0488439c9c8)