1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
Commit Graph

120 Commits

Author SHA1 Message Date
Tim Prouty
ed5e1e5bd6 s3 merged build: Remove redundant #defines that are in idl generated headers
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.
2009-01-05 22:40:04 -08:00
Jelmer Vernooij
6704c27a78 Fix standalone build of tdb python module, update ignores for standalone tdb. 2008-12-22 23:39:30 +01:00
Jelmer Vernooij
28f80dbb7c Stop using SWIG for ldb Python bindings. 2008-12-20 19:54:13 +01:00
Jelmer Vernooij
1f4bd4b82c Fix standalone compilation of events library. 2008-12-20 19:23:30 +01:00
Jelmer Vernooij
f1773a9187 Ignore generated files. 2008-12-16 19:43:52 +01:00
Jelmer Vernooij
5317dd50c0 Add new script for building IDL files in librpc/idl, generating both
Samba 3 and Samba 4 output.
2008-12-16 16:32:18 +01:00
Jelmer Vernooij
a7109b183b Merge branch 'master' of ssh://git.samba.org/data/git/samba 2008-12-16 15:36:53 +01:00
Jelmer Vernooij
f28b52ede3 Ignore setup symlink. 2008-12-16 14:39:54 +01:00
Kai Blin
6821d898d7 nsswitch: Move source3 files to top level dir.
Don't move source4 files yet to not confuse git's rename tracking too much.
2008-12-16 13:02:45 +01:00
Jelmer Vernooij
4f9b6fdce4 Fix ignore for libcli/nbt/nbtname.h 2008-10-18 16:22:24 +02:00
Jelmer Vernooij
18faf30d16 Fix gitignore. 2008-10-18 15:06:45 +02:00
Jelmer Vernooij
cc6227d0bc Ignore generated but unused files. 2008-10-12 19:06:00 +02:00
Jelmer Vernooij
3b0a1b0363 Make util_tdb.h static since it is now used by Samba3. 2008-10-12 17:50:41 +02:00
Jelmer Vernooij
caa4e42860 Move lib/util from source4 to top-level libutil.
Conflicts:

	source4/Makefile
2008-10-11 21:05:38 +02:00
Jelmer Vernooij
43aaa78fe6 Update .gitignore for new pidl location. 2008-09-30 06:05:46 +02:00
Michael Adam
06b2410427 add generated files in packaging/RHEL[-CTDB]/ to .gitignore
Michael
2008-09-16 00:30:33 +02:00
Jelmer Vernooij
e2e64b6a14 Ignore generated Samba 4 files. 2008-09-15 15:23:29 +02:00
Jelmer Vernooij
b8e8e9f0a5 Ignore generated build files. 2008-09-15 14:56:46 +02:00
Stefan Metzmacher
9d3d332092 Merge Samba3 and Samba4 together 2008-09-14 23:07:26 +02:00
Jelmer Vernooij
e83fbdf598 Ignore unused pidl-generated files.
(This used to be commit 7eb6bfca40)
2008-09-04 23:05:48 +02:00
Stefan Metzmacher
9080b5d979 heimdal_build: autogenerate the heimdal private/proto headers
Now it's possible to just use a plain heimdal tree in source/heimdal/
without any pregenerated files.

metze
(This used to be commit da333ca711)
2008-08-26 18:49:17 +02:00
Stefan Metzmacher
a1bbd66b0f heimdal_build: autogenerate table files in heimdal/lib/wind/
metze
(This used to be commit f4cfba26ae)
2008-08-26 18:48:50 +02:00
Michael Adam
0a909f4861 gitignore: add examples/libsmbclient/Makefile.internal - a generated file
Michael
(This used to be commit 25fed055c0)
2008-08-21 12:16:05 +02:00
Michael Adam
2fdcaab8c4 gitignore: add examples/libsmbclient/tree
Michael
(This used to be commit e5c4cbbf5a)
2008-08-20 22:39:47 +02:00
Michael Adam
d1cb562771 gitignore: add lib/netapi/tests/Makefile
Michael
(This used to be commit fdf29c1cdf)
2008-08-20 22:39:46 +02:00
Michael Adam
9220e76714 gitignore: add libsmbsharemodes.syms - this is now generated
Michael
(This used to be commit 11458f9a9a)
2008-08-20 22:39:46 +02:00
Michael Adam
4845b86164 gitignore: add libsmbclient.syms - this is now generated
Michael
(This used to be commit 02d4b820fc)
2008-08-20 22:39:45 +02:00
Andrew Bartlett
bb80a19714 Note the ldb syntax for attribute syntaxes in the table.
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 e26a5efd9a)
2008-08-18 20:30:27 +10:00
Michael Adam
e9b8e887c1 gitignore: ignore the proper genreated library symbol files.
Michael
(This used to be commit 2a45f1a87c)
2008-07-17 21:02:32 +02:00
Michael Adam
06481e72f2 Add generated library symbols files to .gitignore
Michael
(This used to be commit 14635b2684)
2008-05-24 01:49:51 +02:00
Andrew Kroeger
d95b3aa35d gitignore: Ignore some output files from make test.
(This used to be commit 617d4b6665)
2008-05-21 20:46:14 -05:00
Jelmer Vernooij
03b328eb90 Ignore generated netlogon headers.
(This used to be commit 28e04f751f)
2008-05-21 20:44:36 +02:00
Andrew Bartlett
868c45102d Don't regenerate pam_errors.h any more.
Due to the new rules on prototypes, it must be a static header file.

Andrew Bartlett
(This used to be commit cf60a9b34e)
2008-05-20 08:06:50 +10:00
Michael Adam
04da4453ab libnet: freeze libnet_proto.h from "make proto"
Michael
(This used to be commit b455cd1a61)
2008-05-18 23:35:42 +02:00
Michael Adam
20e9c5bea1 build: freeze passwd_proto.h from "make proto"
Michael
(This used to be commit 00cff30107)
2008-05-18 23:33:20 +02:00
Michael Adam
b189fe9154 net: freeze net_proto.h from "make proto"
Michael
(This used to be commit 673b24052a)
2008-05-18 23:31:42 +02:00
Michael Adam
beca01f402 ntlm_auth: freeze ntlm_auth_proto.h from "make proto"
Michael
(This used to be commit 35a517315b)
2008-05-18 23:29:01 +02:00
Michael Adam
7a1b7a14e4 smbclient: freeze client_proto.h from "make proto"
Michael
(This used to be commit f8c0710165)
2008-05-18 23:26:51 +02:00
Michael Adam
611c96d078 swat: freeze swat_proto.h from "make proto"
Michael
(This used to be commit 372c58cc22)
2008-05-18 23:16:38 +02:00
Michael Adam
03dcad0b27 winbindd: freeze winbindd_proto.h
Michael
(This used to be commit 467b8f0f4d)
2008-05-18 23:09:34 +02:00
Michael Adam
1ef69fcf21 build: freeze proto.h
Michael
(This used to be commit ff7f0cad2e)
2008-05-18 22:58:07 +02:00
Kai Blin
307c320c07 gitignore: Add *.swp files, *.patch files and export/libtdb.symb
(This used to be commit 48446f0c79)
2008-05-06 12:26:13 +02:00
Alexander Bokovoy
09caab9f37 Ignore Emacs' semantic.cache
(This used to be commit 8246ffc66e)
2008-04-21 11:37:25 +04:00
Jelmer Vernooij
4e5e7a7c68 Reintroduce header previously autogenerated but ignored by git.
Also fixed extra include in regpatch.
(This used to be commit 0e371cf169)
2008-04-02 16:47:17 +02:00
Günther Deschner
25eb3e3d12 Ignore some unneeded autogenerated cli_ and srv_ functions.
Guenther
(This used to be commit c8ea359c19)
2008-03-12 16:17:27 +01:00
Jelmer Vernooij
948c0a020c Ignore autogenerated file.
(This used to be commit 52eb239738)
2008-02-29 15:37:00 +01:00
Derrell Lipman
cbaf484367 update .gitignore with new test program executable
(This used to be commit 7e6da154b1)
2008-02-26 21:46:48 -05:00
Kai Blin
895874d966 idmap: Handle uid->SID mapping
(This used to be commit 6ac6de8476)
2008-02-21 11:21:59 +01:00
Jelmer Vernooij
cfd818cd45 No longer ignore torture/util.h; it's static now.
(This used to be commit cebb684405)
2008-02-19 14:13:27 +01:00
Jelmer Vernooij
a53beee034 Add static header for gencache.
(This used to be commit 58c25657bf)
2008-02-16 15:52:56 +01:00
Jelmer Vernooij
6f4a7035d2 Ignore pidl Makefile, which is autogenerated.
(This used to be commit 5572bf854d)
2008-02-13 16:24:25 +01:00
Jelmer Vernooij
604a0af3a7 Avoid autogenerating the Makefile but rather include a data.mk file
that is autogenerated.
(This used to be commit ebf6e59dfe)
2008-02-11 15:19:24 +01:00
Jelmer Vernooij
a699941796 Ignore mkconfig.mk file, which is autogenerated.
(This used to be commit 71dc1d5d1d)
2008-02-11 13:54:12 +01:00
Jelmer Vernooij
0b922fb6cb Ignore Python apidocs, vim swap files.
(This used to be commit 13a7dfb900)
2008-02-09 17:41:50 +01:00
Derrell Lipman
46080b0f4e stop bothering me about example programs not checked in
(This used to be commit 41ad5c7700)
2008-01-17 11:50:22 -05:00
Jelmer Vernooij
fa6ce1e4a9 Ignore newly generated proto header.
(This used to be commit caa0da310d)
2008-01-16 17:58:50 +01:00
Jelmer Vernooij
da72bff5b7 selftest: Ignore output generated by html formatter.
(This used to be commit 2f4170b3f7)
2008-01-14 19:53:06 +01:00
Jelmer Vernooij
dc6058e992 Ignore compiled Python files.
(This used to be commit ff14ffc658)
2008-01-10 23:41:14 +01:00
Jelmer Vernooij
9eec5ad906 Update ignore list.
(This used to be commit c21886614d)
2008-01-10 23:41:14 +01:00
Michael Adam
bf08d19c23 git-ignore generated files under examples/VFS/
Michael
(This used to be commit 7b3724fe86)
2008-01-09 09:57:58 +01:00
Michael Adam
579160c934 Ignore test directory.
Michael
(This used to be commit 0aef0e38c2)
2008-01-09 09:57:58 +01:00
Günther Deschner
4032802721 Ignore generated pkgconfig files.
Guenther
(This used to be commit 1688eae5e8)
2008-01-03 12:31:16 +01:00
Günther Deschner
7363405060 Gitignore some generated files.
Guenther
(This used to be commit 1e09065432)
2007-12-21 16:49:33 +01:00
Stefan Metzmacher
1a47a170d8 r25720: update .gitignore
metze
(This used to be commit b7899faf97)
2007-12-21 05:43:26 +01:00
Günther Deschner
515722c259 Ignore testing tdb.
Guenther
(This used to be commit 5bf02c6cdf)
2007-11-05 13:35:05 +01:00
Stefan Metzmacher
176a837cc4 ignore source/cscope.out
metze
(This used to be commit 49b2b8784b)
2007-10-24 11:19:29 +02:00
Jelmer Vernooij
f25df89780 Ignore vim backup files.
(This used to be commit 84660aaab0)
2007-10-13 23:39:46 +02:00
Stefan Metzmacher
2e21f1e30e cleanup and extent .gitignore
metze
(This used to be commit 9475993dae)
2007-10-12 16:46:24 +02:00
Kai Blin
1e1a60aa7b r23676: Added a .gitignore file to hide generated files from git status.
It's identical to .bzrignore
(This used to be commit 9987d30957)
2007-10-10 14:58:58 -05:00
Stefan Metzmacher
72df1ca0d1 r24481: copy .bzrignore => .gitignore
metze
(This used to be commit 51507a0d76)
2007-10-10 12:29:51 -05:00