Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-13 | s4: prevent the autoconf build from removing source4/librpc/gen_ndr/README | Andrew Tridgell | 1 | -1/+1 | |
2010-04-10 | s4:configure: generate Makefile from Makefile.in | Stefan Metzmacher | 1 | -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 | |||||
2010-04-06 | build: 'makefile' (lowercase) is now a generated file | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: ignore some waf files | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: ignore the bin/ directory | Andrew Tridgell | 1 | -0/+1 | |
2010-03-29 | s4:.gitignore - update it for the new heimdal release | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
2010-03-27 | s4:heimdal New files and supporting logic for heimdal update | Andrew Bartlett | 1 | -0/+5 | |
2010-03-01 | Fix the build, add filtered subunit runner. | Jelmer Vernooij | 1 | -0/+1 | |
2010-02-26 | .gitignore - ignore display of "mit_samba.so" | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
2010-02-11 | s4/net_drs: 'net drs' utility initial creation | Kamen Mazdrashki | 1 | -0/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-01-29 | s4: Ignore few more auto-generated files | Kamen Mazdrashki | 1 | -0/+2 | |
2009-12-29 | s4:auth: remove autogenerated auth/ntlm/auth_proto.h | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-12-14 | add ignore for autogenrated files as they are not used by s3 | Matthieu Patou | 1 | -0/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2009-10-21 | .gitignore: add "partition_proto.h" | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
2009-10-19 | gitignore: remove old netlogon prototypes. | Günther Deschner | 1 | -2/+0 | |
Guenther | |||||
2009-10-16 | s4/drs(tort): ignore drs/proto.h file | Kamen Mazdrashki | 1 | -0/+1 | |
2009-10-12 | Enhance ".gitignore" file for s4 | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
2009-09-13 | Ignore source4/dsdb/kcc/kcc_service_proto.h. | Matt Kraai | 1 | -0/+1 | |
2009-09-07 | gitignore: Ignore additional auto-generated files. | Andrew Kroeger | 1 | -0/+4 | |
2009-09-03 | Ignoring generated files: | Kamen Mazdrashki | 1 | -0/+2 | |
libcli/smb/smb_common_proto.h source4/torture/ntp/proto.h | |||||
2009-07-31 | .gitignore: ignore more generated files | Stefan Metzmacher | 1 | -0/+5 | |
metze | |||||
2009-07-28 | s4:kerberos Add 'net export keytab' command for wireshark decryption | Andrew Bartlett | 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 | |||||
2009-06-19 | Correct handling of 32-bit integer attributes in SAMBA 4 | Matthias Dieter Wallnöfer | 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 | |||||
2009-06-04 | gitignore: remove traces of source4/libcli/auth. | Günther Deschner | 1 | -1/+0 | |
This makes it possible clean up a master checkout with git clean -x -f -d and build samba4 afterwards. Guenther | |||||
2009-06-01 | gitignore: Ignore additional auto-generated file | Andrew Kroeger | 1 | -0/+1 | |
2009-05-26 | gitignore: Ignore additional auto-generated files. | Andrew Kroeger | 1 | -1/+3 | |
Corrected path to tdr_proto.h and added librpc/gen_ndr/{cli,srv}_dcerpc.[ch]. | |||||
2009-05-01 | Ignore docs-xml/output directory and its contents as well as png files | Jelmer Vernooij | 1 | -0/+29 | |
generated run-time from versioned svg files. | |||||
2009-05-01 | Add more output generated by the documentation build process to .gitignore. | Jelmer Vernooij | 1 | -0/+3 | |
2009-03-17 | .gitignore source4/torture/ldb/proto.h | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-02-14 | ignore new test program executables | Derrell Lipman | 1 | -0/+2 | |
2009-02-05 | spoolss: move ndr spoolss helper to main librpc dir. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-02-05 | Do not ignore spoolss anymore. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-01-05 | s3 merged build: Remove redundant #defines that are in idl generated headers | Tim Prouty | 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. | |||||
2008-12-22 | Fix standalone build of tdb python module, update ignores for standalone tdb. | Jelmer Vernooij | 1 | -0/+5 | |
2008-12-20 | Stop using SWIG for ldb Python bindings. | Jelmer Vernooij | 1 | -0/+3 | |
2008-12-20 | Fix standalone compilation of events library. | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-16 | Ignore generated files. | Jelmer Vernooij | 1 | -0/+33 | |
2008-12-16 | Add new script for building IDL files in librpc/idl, generating both | Jelmer Vernooij | 1 | -18/+18 | |
Samba 3 and Samba 4 output. | |||||
2008-12-16 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 1 | -0/+2 | |
2008-12-16 | Ignore setup symlink. | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-16 | nsswitch: Move source3 files to top level dir. | Kai Blin | 1 | -0/+2 | |
Don't move source4 files yet to not confuse git's rename tracking too much. | |||||
2008-10-18 | Fix ignore for libcli/nbt/nbtname.h | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-18 | Fix gitignore. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-12 | Ignore generated but unused files. | Jelmer Vernooij | 1 | -0/+4 | |
2008-10-12 | Make util_tdb.h static since it is now used by Samba3. | Jelmer Vernooij | 1 | -1/+0 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -5/+5 | |
Conflicts: source4/Makefile | |||||
2008-09-30 | Update .gitignore for new pidl location. | Jelmer Vernooij | 1 | -4/+4 | |
2008-09-16 | add generated files in packaging/RHEL[-CTDB]/ to .gitignore | Michael Adam | 1 | -0/+3 | |
Michael | |||||
2008-09-15 | Ignore generated Samba 4 files. | Jelmer Vernooij | 1 | -0/+4 | |
2008-09-15 | Ignore generated build files. | Jelmer Vernooij | 1 | -0/+2 | |