Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-02 | Some cleanups for the ldb doxygen docs. | Brad Hards | 1 | -10/+12 | |
(This used to be commit 5972308add8b1078e190beab204c1ba4b3a25747) | |||||
2008-03-01 | Remove unused variable, fix (80, 'Other error') exceptions from ldb python ↵ | Jelmer Vernooij | 2 | -4/+4 | |
bindings (This used to be commit 2303063cbd2e65580618124ef8ecf42867d2b952) | |||||
2008-03-01 | Fix error handling in ldb.add(). | Jelmer Vernooij | 2 | -161/+81 | |
(This used to be commit a7f89b5bb28601597a4a0f75ec2b97bac02370d9) | |||||
2008-03-01 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Jelmer Vernooij | 2 | -17/+13 | |
(This used to be commit cfd1a91c6e319bc28a60bb6aae4443b1246500cb) | |||||
2008-03-01 | pvfs_rename: move odb_rename() onto pvfs_do_rename() | Stefan Metzmacher | 2 | -17/+13 | |
metze (This used to be commit 5a1f0c0ce995064c23e9f726bceddbd8442c4293) | |||||
2008-02-29 | Remove duplicate message. | Jelmer Vernooij | 1 | -2/+0 | |
(This used to be commit 87074881a926f6216276ebc263047c1ffb8aee10) | |||||
2008-02-29 | Fix variable name. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit b5db8defcae0a718e5239e8c7705c9bf6eb431ec) | |||||
2008-02-29 | Simpler handling of sonameflag. | Jelmer Vernooij | 1 | -16/+7 | |
(This used to be commit 1e786bb7da689c3aa435e92975f33db5a308b6a7) | |||||
2008-02-29 | Move automatic dependencies code out of perl code. | Jelmer Vernooij | 3 | -39/+31 | |
(This used to be commit 58a93ef94b878ff2d2d0029fc2d443551842e712) | |||||
2008-02-29 | Allow absolute paths to be specified to mkproto.pl. | Jelmer Vernooij | 1 | -1/+3 | |
(This used to be commit 46d8d02028869c97226648113d6bff1c06477d61) | |||||
2008-02-29 | Use special make variables. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit dfb4ddcd5dbd27d275e7a41ede5441be25db9a35) | |||||
2008-02-29 | Ignore autogenerated file. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 52eb2397387c62a1c5e52ce4ae217adca2c2eb1b) | |||||
2008-02-29 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Jelmer Vernooij | 11 | -35/+339 | |
(This used to be commit 18c683d7e804e76ac37d4069429b5ba1a9d9ae38) | |||||
2008-02-29 | Remove useless include, simplify generated CFLAGS lines in Makefile. | Jelmer Vernooij | 2 | -8/+1 | |
(This used to be commit 3157ce9876aa69de54acf3f08e0ee2b16cfaff80) | |||||
2008-02-29 | RAW-SFILEINFO-RENAME: test renaming of directories by path and handle | Stefan Metzmacher | 1 | -8/+84 | |
metze (This used to be commit ce2b7cec10af5bb222715e2e3c0ff139f659ed6e) | |||||
2008-02-29 | RAW-SFILEINFO-RENAME: test renaming by path while a handle is open on a file | Stefan Metzmacher | 1 | -0/+25 | |
metze (This used to be commit 6c0395d4d980c6165ee0a378b632bced22e8f1d3) | |||||
2008-02-29 | pvfs_setfileinfo: support renaming of directories | Stefan Metzmacher | 1 | -5/+0 | |
metze (This used to be commit 2ecc7ec8b392cf3ec698d168bf6fb7898e1978f1) | |||||
2008-02-29 | selftest: we pass RAW-OPLOCK BATCH19 and 20 now | Stefan Metzmacher | 1 | -2/+0 | |
metze (This used to be commit 752d686385925d06e64c0a7adfbd9021f787811d) | |||||
2008-02-29 | pvfs_setfileinfo: tell the opendb about renames | Stefan Metzmacher | 1 | -3/+22 | |
metze (This used to be commit 9360eda2c5606b2c73edb768af8ca0e8ba310e30) | |||||
2008-02-29 | pvfs: use pvfs_resolve_name_handle() in qfileinfo and setfileinfo | Stefan Metzmacher | 2 | -2/+2 | |
metze (This used to be commit 4b1a266f6fb04c8f923c48ea215ece6b45a18ea7) | |||||
2008-02-29 | pvfs_resolve: add pvfs_resolve_name_handle() | Stefan Metzmacher | 1 | -0/+80 | |
metze (This used to be commit 714717253c035b31fc850df8456f8cf2b38bcb72) | |||||
2008-02-29 | RAW-CHKPATH: also use qpathinfo NAME_INFO and check the returned name | Stefan Metzmacher | 1 | -11/+66 | |
Also add some more test combinations. metze (This used to be commit 09985b061add8202f65e2e426d70e87c19819f74) | |||||
2008-02-29 | pvfs_resolve: "\\" and a trailing "\" need to be reduced | Stefan Metzmacher | 1 | -2/+9 | |
metze (This used to be commit 356338b99a67bfaf09618f5ed7c8f5c4ff69fa06) | |||||
2008-02-29 | pvfs_resolve: fix endless loop with trailing ".." | Stefan Metzmacher | 1 | -1/+1 | |
We also need to move the NULL termination. metze (This used to be commit 4fc41065a31cc8bd477ff5bf2d89f9f595002227) | |||||
2008-02-29 | opendb: add odb_get_path() | Stefan Metzmacher | 4 | -0/+49 | |
metze (This used to be commit 02071f151a22257d31f8a8b254625e2067e7b94d) | |||||
2008-02-29 | pvfs_open: make pvfs_locking_key() non static | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 587373b97b95a8e562c3a5a59a62abade4dfed2f) | |||||
2008-02-29 | Fix dynconfig compilation. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit b57f09f526f0783345be3d1de2540c35478d7af2) | |||||
2008-02-29 | Remove the now unused cflags script. | Jelmer Vernooij | 3 | -53/+6 | |
(This used to be commit f97cce2522e7644181506dc49947297b394743eb) | |||||
2008-02-29 | Include CFLAGS overrides in make file. | Jelmer Vernooij | 3 | -71/+54 | |
(This used to be commit 2ead1523608d9cd9a58cf55bcee2c8a39b6895e0) | |||||
2008-02-29 | Remove cruft that dealt with public prototype headers. | Jelmer Vernooij | 2 | -34/+7 | |
(This used to be commit 438997c17951fa7f0a9fb14be14c3b364ed3ad90) | |||||
2008-02-29 | Change remaining prototype headers to be private. | Jelmer Vernooij | 6 | -10/+9 | |
(This used to be commit 2f7ff409e89c9682e681ddcf54439db9e3b6ccb4) | |||||
2008-02-29 | Fix typos, avoid DEPEND_LIST from growing with empty elements. | Jelmer Vernooij | 3 | -11/+3 | |
(This used to be commit b30fd477ff0d97bb4de3c5301a6cdc47867451ee) | |||||
2008-02-29 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 29 | -105/+138 | |
Never install generated prototype files. It's easier to break the API when using them and they're not easily readable for 3rd party users. Conflicts: source/auth/config.mk source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/config_mk.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/lib/charset/config.mk source/lib/tdr/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/torture/config.mk (This used to be commit 6c659689ed4081f1d7a6253c538c7f01784197ba) | |||||
2008-02-29 | Fix manpage paths. | Jelmer Vernooij | 2 | -7/+7 | |
(This used to be commit 36da52abf5be79e37bd495ec4265e01b27aa9da5) | |||||
2008-02-29 | Move manpage management out of the perl build system. | Jelmer Vernooij | 13 | -38/+47 | |
(This used to be commit 1dd6bea507f1f5e26cccf89148280721260a4673) | |||||
2008-02-29 | Move logic to makefile | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit 94b0dd7ab0f5cc5493ea8dcfd8be54e1bec26283) | |||||
2008-02-29 | Use more GNU-make specific variables. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 3506c707c5e390a0634e597362f454399fb50b07) | |||||
2008-02-29 | Remove obsolete comment. | Jelmer Vernooij | 1 | -9/+3 | |
(This used to be commit 666311dccf19293316b0335c5418446c66e76101) | |||||
2008-02-29 | Remove workaround for some non-GNU makes. | Jelmer Vernooij | 3 | -30/+15 | |
(This used to be commit 0580357fb4b10e4a751d281e209f6a87e1c88143) | |||||
2008-02-29 | Update smb_build README. | Jelmer Vernooij | 1 | -3/+1 | |
(This used to be commit 9db23848dcd1b73273b90edd923b6c55f6c915c4) | |||||
2008-02-29 | Merge env.pm into makefile.pm. | Jelmer Vernooij | 3 | -62/+27 | |
(This used to be commit 28bbd546195461d4b8747bc6cefd6320f8efe17d) | |||||
2008-02-29 | Move configure output details out of perl code. | Jelmer Vernooij | 2 | -7/+9 | |
(This used to be commit e33f357fb00cd504181562eaf2ca1d4511d5ec51) | |||||
2008-02-29 | Avoid use of removed variable. | Jelmer Vernooij | 1 | -4/+2 | |
(This used to be commit 10f0b5f83f0b34ae9d0f83c0975cf06bf56277d4) | |||||
2008-02-29 | Remove unused include. | Jelmer Vernooij | 1 | -2/+0 | |
(This used to be commit cf59ec4cc3c3dca9275236bf45caf56632bf983a) | |||||
2008-02-29 | Use make to generate list of python files, remove unused variable. | Jelmer Vernooij | 1 | -8/+2 | |
(This used to be commit 67f15cd484dbf7b49e6c5cb2566ad95d05b66b5b) | |||||
2008-02-29 | Use make to create lists of plugins, remove duplicate variable. | Jelmer Vernooij | 1 | -3/+1 | |
(This used to be commit 1ec6870966bcd25b1932da675386d3ad5bcd9b6f) | |||||
2008-02-29 | Generate manpage list with make. | Jelmer Vernooij | 1 | -2/+1 | |
(This used to be commit ea3d3b52504b45f45aca434ea4376906f65ead12) | |||||
2008-02-29 | Use make to create lists of pc files and prototype headers. | Jelmer Vernooij | 2 | -5/+8 | |
(This used to be commit a932a2e37d1aa86cca769398721318b3942fad83) | |||||
2008-02-29 | Use make to generate lists of libraries. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 2c2a589183067d7fced4ace33380bd1af610924a) | |||||
2008-02-29 | Use make to generate lists of libraries. | Jelmer Vernooij | 1 | -8/+2 | |
(This used to be commit 3519aae1845f2a15330184625d541ce0f0cac56b) |