Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .gitignore: ignore more generated files | Stefan Metzmacher | 2009-07-31 | 1 | -0/+5 |
| | | | | metze | ||||
* | s4:kerberos Add 'net export keytab' command for wireshark decryption | Andrew Bartlett | 2009-07-28 | 1 | -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 4 | Matthias Dieter Wallnöfer | 2009-06-19 | 1 | -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 Deschner | 2009-06-04 | 1 | -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 file | Andrew Kroeger | 2009-06-01 | 1 | -0/+1 |
| | |||||
* | gitignore: Ignore additional auto-generated files. | Andrew Kroeger | 2009-05-26 | 1 | -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 files | Jelmer Vernooij | 2009-05-01 | 1 | -0/+29 |
| | | | | generated run-time from versioned svg files. | ||||
* | Add more output generated by the documentation build process to .gitignore. | Jelmer Vernooij | 2009-05-01 | 1 | -0/+3 |
| | |||||
* | .gitignore source4/torture/ldb/proto.h | Michael Adam | 2009-03-17 | 1 | -0/+1 |
| | | | | Michael | ||||
* | ignore new test program executables | Derrell Lipman | 2009-02-14 | 1 | -0/+2 |
| | |||||
* | spoolss: move ndr spoolss helper to main librpc dir. | Günther Deschner | 2009-02-05 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | Do not ignore spoolss anymore. | Günther Deschner | 2009-02-05 | 1 | -1/+0 |
| | | | | Guenther | ||||
* | s3 merged build: Remove redundant #defines that are in idl generated headers | Tim Prouty | 2009-01-05 | 1 | -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 Vernooij | 2008-12-22 | 1 | -0/+5 |
| | |||||
* | Stop using SWIG for ldb Python bindings. | Jelmer Vernooij | 2008-12-20 | 1 | -0/+3 |
| | |||||
* | Fix standalone compilation of events library. | Jelmer Vernooij | 2008-12-20 | 1 | -0/+1 |
| | |||||
* | Ignore generated files. | Jelmer Vernooij | 2008-12-16 | 1 | -0/+33 |
| | |||||
* | Add new script for building IDL files in librpc/idl, generating both | Jelmer Vernooij | 2008-12-16 | 1 | -18/+18 |
| | | | | Samba 3 and Samba 4 output. | ||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-12-16 | 1 | -0/+2 |
|\ | |||||
| * | nsswitch: Move source3 files to top level dir. | Kai Blin | 2008-12-16 | 1 | -0/+2 |
| | | | | | | | | Don't move source4 files yet to not confuse git's rename tracking too much. | ||||
* | | Ignore setup symlink. | Jelmer Vernooij | 2008-12-16 | 1 | -0/+1 |
|/ | |||||
* | Fix ignore for libcli/nbt/nbtname.h | Jelmer Vernooij | 2008-10-18 | 1 | -1/+1 |
| | |||||
* | Fix gitignore. | Jelmer Vernooij | 2008-10-18 | 1 | -2/+2 |
| | |||||
* | Ignore generated but unused files. | Jelmer Vernooij | 2008-10-12 | 1 | -0/+4 |
| | |||||
* | Make util_tdb.h static since it is now used by Samba3. | Jelmer Vernooij | 2008-10-12 | 1 | -1/+0 |
| | |||||
* | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 2008-10-11 | 1 | -5/+5 |
| | | | | | | Conflicts: source4/Makefile | ||||
* | Update .gitignore for new pidl location. | Jelmer Vernooij | 2008-09-30 | 1 | -4/+4 |
| | |||||
* | add generated files in packaging/RHEL[-CTDB]/ to .gitignore | Michael Adam | 2008-09-16 | 1 | -0/+3 |
| | | | | Michael | ||||
* | Ignore generated Samba 4 files. | Jelmer Vernooij | 2008-09-15 | 1 | -0/+4 |
| | |||||
* | Ignore generated build files. | Jelmer Vernooij | 2008-09-15 | 1 | -0/+2 |
| | |||||
* | Merge Samba3 and Samba4 together | Stefan Metzmacher | 2008-09-14 | 1 | -73/+284 |
|\ | |||||
| * | heimdal_build: autogenerate the heimdal private/proto headers | Stefan Metzmacher | 2008-08-26 | 1 | -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 Metzmacher | 2008-08-26 | 1 | -0/+1 |
| | | | | | | | | | | metze (This used to be commit f4cfba26aebb18fecdb50478bec9c07d4910ab3b) | ||||
| * | Note the ldb syntax for attribute syntaxes in the table. | Andrew Bartlett | 2008-08-18 | 1 | -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 Kroeger | 2008-05-21 | 1 | -0/+4 |
| | | | | | | | | (This used to be commit 617d4b666514f997510a942c6f8aba6a4ae5e40e) | ||||
| * | Ignore generated netlogon headers. | Jelmer Vernooij | 2008-05-21 | 1 | -0/+2 |
| | | | | | | | | (This used to be commit 28e04f751f1d509da2c821f33df79b2a0c2d5a1a) | ||||
| * | Don't regenerate pam_errors.h any more. | Andrew Bartlett | 2008-05-20 | 1 | -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 Vernooij | 2008-04-02 | 1 | -3/+0 |
| | | | | | | | | | | Also fixed extra include in regpatch. (This used to be commit 0e371cf169e9a607fcbb3e65437ab9413935dd52) | ||||
| * | Ignore autogenerated file. | Jelmer Vernooij | 2008-02-29 | 1 | -0/+1 |
| | | | | | | | | (This used to be commit 52eb2397387c62a1c5e52ce4ae217adca2c2eb1b) | ||||
| * | idmap: Handle uid->SID mapping | Kai Blin | 2008-02-21 | 1 | -0/+1 |
| | | | | | | | | (This used to be commit 6ac6de8476ba036eb041e054bc37e4503dc2fde8) | ||||
| * | No longer ignore torture/util.h; it's static now. | Jelmer Vernooij | 2008-02-19 | 1 | -1/+0 |
| | | | | | | | | (This used to be commit cebb68440540114531e89b774d7437d1d05a1b56) | ||||
| * | Add static header for gencache. | Jelmer Vernooij | 2008-02-16 | 1 | -1/+0 |
| | | | | | | | | (This used to be commit 58c25657bf552a11e7c522602805ba961de94cf2) | ||||
| * | Ignore pidl Makefile, which is autogenerated. | Jelmer Vernooij | 2008-02-13 | 1 | -0/+1 |
| | | | | | | | | (This used to be commit 5572bf854d935f3fc526a38378d23791da249f0f) | ||||
| * | Avoid autogenerating the Makefile but rather include a data.mk file | Jelmer Vernooij | 2008-02-11 | 1 | -1/+2 |
| | | | | | | | | | | that is autogenerated. (This used to be commit ebf6e59dfef30e1f679ea6692385a09abcb220dd) | ||||
| * | Ignore mkconfig.mk file, which is autogenerated. | Jelmer Vernooij | 2008-02-11 | 1 | -0/+1 |
| | | | | | | | | (This used to be commit 71dc1d5d1db7e5e3cb4245c20df739926c1e8514) | ||||
| * | Ignore Python apidocs, vim swap files. | Jelmer Vernooij | 2008-02-09 | 1 | -0/+2 |
| | | | | | | | | (This used to be commit 13a7dfb90066a52e0d90dbed5fe2c82c4af6092c) | ||||
| * | Ignore newly generated proto header. | Jelmer Vernooij | 2008-01-16 | 1 | -1/+1 |
| | | | | | | | | (This used to be commit caa0da310da47a48a9add6de3d309984ae14f59c) | ||||
| * | selftest: Ignore output generated by html formatter. | Jelmer Vernooij | 2008-01-14 | 1 | -0/+1 |
| | | | | | | | | (This used to be commit 2f4170b3f7904072f87faa342302027759eb62bd) | ||||
| * | Ignore compiled Python files. | Jelmer Vernooij | 2008-01-10 | 1 | -0/+1 |
| | | | | | | | | (This used to be commit ff14ffc6582874d8248798bebd57703fbdbda942) | ||||
| * | Update ignore list. | Jelmer Vernooij | 2008-01-10 | 1 | -0/+12 |
| | | | | | | | | (This used to be commit c21886614ddacbabef2420e4cf67e0488439c9c8) |