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

102 Commits

Author SHA1 Message Date
Andrew Tridgell
3909088e13 s4: prevent the autoconf build from removing source4/librpc/gen_ndr/README 2010-04-13 23:03:27 +10:00
Stefan Metzmacher
61d3ba04b4 s4:configure: generate Makefile from Makefile.in
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
2010-04-10 11:06:26 +02:00
Andrew Tridgell
88db935f56 build: 'makefile' (lowercase) is now a generated file 2010-04-06 20:26:58 +10:00
Andrew Tridgell
465481eecc build: ignore some waf files 2010-04-06 20:26:41 +10:00
Andrew Tridgell
2bb41b042a build: ignore the bin/ directory 2010-04-06 20:26:41 +10:00
Matthias Dieter Wallnöfer
50d26133dc s4:.gitignore - update it for the new heimdal release 2010-03-29 21:38:22 +02:00
Andrew Bartlett
564d5cd2c4 s4:heimdal New files and supporting logic for heimdal update 2010-03-27 11:53:23 +11:00
Jelmer Vernooij
24d52dc362 Fix the build, add filtered subunit runner. 2010-03-01 16:24:59 +01:00
Matthias Dieter Wallnöfer
87c96f0023 .gitignore - ignore display of "mit_samba.so" 2010-02-26 19:16:20 +01:00
Kamen Mazdrashki
61246da63c s4/net_drs: 'net drs' utility initial creation
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-02-11 21:59:38 +11:00
Kamen Mazdrashki
e3d50e89ab s4: Ignore few more auto-generated files 2010-01-29 14:09:53 +01:00
Stefan Metzmacher
af25fb55c0 s4:auth: remove autogenerated auth/ntlm/auth_proto.h
metze
2009-12-29 12:13:23 +01:00
Matthieu Patou
6bc29eced5 add ignore for autogenrated files as they are not used by s3
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-12-14 10:58:32 +01:00
Matthias Dieter Wallnöfer
925b156a12 .gitignore: add "partition_proto.h" 2009-10-21 17:56:17 +02:00
Günther Deschner
dbd03997e1 gitignore: remove old netlogon prototypes.
Guenther
2009-10-19 18:44:51 +02:00
Kamen Mazdrashki
8639ba2237 s4/drs(tort): ignore drs/proto.h file 2009-10-16 12:54:14 +03:00
Matthias Dieter Wallnöfer
325dc960df Enhance ".gitignore" file for s4 2009-10-12 23:25:17 +02:00
Matt Kraai
4c5854fc2d Ignore source4/dsdb/kcc/kcc_service_proto.h. 2009-09-13 00:25:03 +02:00
Andrew Kroeger
7837768c13 gitignore: Ignore additional auto-generated files. 2009-09-07 12:29:34 +02:00
Kamen Mazdrashki
47dfe78142 Ignoring generated files:
libcli/smb/smb_common_proto.h
source4/torture/ntp/proto.h
2009-09-03 19:09:50 +10:00
Stefan Metzmacher
42b28ee95d .gitignore: ignore more generated files
metze
2009-07-31 14:38:44 +02:00
Andrew Bartlett
47a7a2e442 s4:kerberos Add 'net export keytab' command for wireshark decryption
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
2009-07-28 08:52:43 +10:00
Matthias Dieter Wallnöfer
0376d056e5 Correct handling of 32-bit integer attributes in SAMBA 4
- 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
2009-06-19 11:32:01 +10:00
Günther Deschner
46e2bbd141 gitignore: remove traces of source4/libcli/auth.
This makes it possible clean up a master checkout with git clean -x -f -d and
build samba4 afterwards.

Guenther
2009-06-04 21:18:20 +02:00
Andrew Kroeger
a0edb50552 gitignore: Ignore additional auto-generated file 2009-06-01 19:13:28 +10:00
Andrew Kroeger
6b7bd37570 gitignore: Ignore additional auto-generated files.
Corrected path to tdr_proto.h and added librpc/gen_ndr/{cli,srv}_dcerpc.[ch].
2009-05-26 15:50:13 +02:00
Jelmer Vernooij
2bda1a8885 Ignore docs-xml/output directory and its contents as well as png files
generated run-time from versioned svg files.
2009-05-01 22:49:14 +02:00
Jelmer Vernooij
25181744c6 Add more output generated by the documentation build process to .gitignore. 2009-05-01 22:49:13 +02:00
Michael Adam
d352d3c713 .gitignore source4/torture/ldb/proto.h
Michael
2009-03-17 15:51:13 +01:00
Derrell Lipman
1c9630bf4d ignore new test program executables 2009-02-14 09:44:36 -05:00
Günther Deschner
b03913cbc6 spoolss: move ndr spoolss helper to main librpc dir.
Guenther
2009-02-05 16:04:36 +01:00
Günther Deschner
60fc7dadd6 Do not ignore spoolss anymore.
Guenther
2009-02-05 16:04:35 +01:00
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