Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-07 | Make map_errno_from_nt_status() a generic call, not just a cli specific one. | Jeremy Allison | 1 | -0/+136 | |
Remove some unused calls from vfs_acl_xattr. Test for SD's on existing files. Jeremy. | |||||
2008-10-05 | Fix some missing error handlings | Volker Lendecke | 3 | -2/+8 | |
2008-10-05 | OS/X does not have rl_done in readline.h | Volker Lendecke | 1 | -0/+8 | |
2008-10-03 | Correctly fix smbclient to terminate on eof from server. | Jeremy Allison | 1 | -1/+12 | |
Jeremy. | |||||
2008-10-03 | Simply our main loop processing. A lot :-). Correctly use events for all the ↵ | Jeremy Allison | 1 | -0/+15 | |
previous "special" cases. A step on the way to adding signals to the events and being able to merge the S3 event system with the S4 one. Jeremy. | |||||
2008-10-02 | Fix bug 5805: don't close stdout | Derrell Lipman | 1 | -1/+3 | |
- When calling setup_logging multiple times, the code was closing the debug file descriptor before opening or assigning the new one. We don't, however, want to close the debug file descriptor if it is stdout. Derrell | |||||
2008-09-29 | fixed an (unlikely) memory leak | Andrew Tridgell | 1 | -0/+1 | |
2008-09-29 | fixed a segfault on the ctdb destructor code | Andrew Tridgell | 1 | -3/+10 | |
2008-09-29 | [s3]fix build --with-cluster-support after ndr_[pull|push]_struct blob changes. | Michael Adam | 1 | -2/+2 | |
Michael | |||||
2008-09-29 | Fix async_connect | Volker Lendecke | 1 | -1/+2 | |
2008-09-25 | netapi: start supporting NetUserSetInfo level 3. | Günther Deschner | 1 | -7/+46 | |
Guenther | |||||
2008-09-25 | s3:lib/ldb: Don't return already freed pointer on error. | Stefan Metzmacher | 1 | -0/+1 | |
metze Signed-off-by: Karolin Seeger <kseeger@samba.org> | |||||
2008-09-24 | Use common crc32 implementation. | Jelmer Vernooij | 1 | -103/+0 | |
2008-09-24 | Use shared copy of hmac5 implementation. | Jelmer Vernooij | 1 | -135/+0 | |
2008-09-24 | Use common md4 implementation. | Jelmer Vernooij | 1 | -174/+0 | |
2008-09-24 | Use common MD5. | Jelmer Vernooij | 1 | -247/+0 | |
2008-09-23 | s3-nbt: fix remaining callers of ndr_push/pull_struct_blob. | Günther Deschner | 2 | -4/+4 | |
Guenther | |||||
2008-09-22 | netapi: add NetFile testsuite. | Günther Deschner | 4 | -1/+151 | |
Guenther | |||||
2008-09-22 | netapi: fix case statement in example NetUserSetModals code. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-09-17 | build: fix cflag recursion in generated netapi makefiles. | Günther Deschner | 2 | -51/+51 | |
Guenther | |||||
2008-09-16 | Merge branch 'singlecompression' into single | Jelmer Vernooij | 2 | -709/+0 | |
2008-09-16 | Use single copy of compression library in Samba3,4. | Jelmer Vernooij | 2 | -709/+0 | |
2008-09-16 | Merge branch 'singlensswrap' into single | Jelmer Vernooij | 5 | -1589/+0 | |
Conflicts: source3/configure.in source4/Makefile source4/configure.ac source4/lib/nss_wrapper/nss_wrapper.c source4/lib/replace/system/passwd.h source4/main.mk | |||||
2008-09-16 | Use single cope of nss_wrapper in Samba 3 and Samba 4. | Jelmer Vernooij | 6 | -1590/+1 | |
2008-09-16 | Merge branch 'singlesw' into single | Jelmer Vernooij | 5 | -2112/+0 | |
Conflicts: source3/lib/socket_wrapper/socket_wrapper.c source4/lib/replace/system/network.h | |||||
2008-09-16 | Merge branch 'singlereplace' into single | Jelmer Vernooij | 68 | -14653/+3 | |
Conflicts: source4/configure.ac source4/torture/local/config.mk | |||||
2008-09-16 | Merge branch 'singletdb' into single | Jelmer Vernooij | 39 | -15530/+1 | |
2008-09-16 | Use single copy of socket_wrapper in Samba 3 and Samba 4. | Jelmer Vernooij | 6 | -2113/+1 | |
2008-09-16 | Make Samba 3 and Samba 4 both use the same single copy of libreplace. | Jelmer Vernooij | 68 | -14653/+3 | |
2008-09-16 | Use single copy of tdb in both samba3 and samba4. | Jelmer Vernooij | 39 | -15530/+1 | |
2008-09-16 | Share talloc source code between Samba 3 and Samba 4. | Jelmer Vernooij | 20 | -8047/+0 | |
2008-09-14 | lib/tdb: sync build system changes and python code from samba4 | Stefan Metzmacher | 16 | -415/+5308 | |
metze (This used to be commit bdb8ed24488fd87cd30dd18744feeef0bd4b2c18) | |||||
2008-09-14 | lib/talloc: sync build system changes from samba4 | Stefan Metzmacher | 5 | -13/+27 | |
metze (This used to be commit 0143c320ccf21c00e1a09b8363cd42724b76faf9) | |||||
2008-09-14 | Skip strcmp() on 2 NULL pointers. | Andrew Bartlett | 1 | -1/+2 | |
Andrew Bartlett (cherry picked from commit 7b9a647ebbbe9ec9e1b82b42e3a8916396f91273) (This used to be commit 60f7bdac64e32ea39099ababacca6f8a2b780ecb) | |||||
2008-09-14 | r26514: Revert the talloc.c part of r26511, as talloc.h already takes care ↵ | Kai Blin | 1 | -3/+0 | |
of thois. Thanks to metze for pointing this out (cherry picked from commit 4a5e1047fff0620aa534b147ac7e0bd0416a8fe7) (This used to be commit 523cc93f89d00ed5a49fd033988e7221bd2ed902) | |||||
2008-09-14 | r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_v | Stefan Metzmacher | 1 | -2/+5 | |
While at it, also add a PRINTF_ATTRIBUTE for talloc_vasprintf. (partialy cherry picked from commit 5b3a8c8ae195e6a98357a407a0699493f54a8b79) metze (This used to be commit 0073e41a0157ec43b944372671299b3e8a2b3cd5) | |||||
2008-09-14 | Update homepages for talloc, tdb and ldb subprojects | Simo Sorce | 3 | -34/+24 | |
(cherry picked from commit 8cb07814bc6627fc8eba228eafd13336e3ca3758) (This used to be commit 7d85b8d076d6b5b1773c44cd527e016b5d319da5) | |||||
2008-09-14 | Adapt source code checkout information to git repo in talloc website. | Michael Adam | 1 | -4/+5 | |
Michael (cherry picked from commit 254be79799acc69db88a5500a2f755c84553f8ef) (This used to be commit ac724cddc4a42c1c0cade3fb1cd551f005f2b54c) | |||||
2008-09-14 | Fix paths for talloc into unpacked directory (rsync commands). | Michael Adam | 1 | -2/+2 | |
Michael (cherry picked from commit 2839d7f67a0d3ed5b4841bf3c12ce73972636b88) (This used to be commit a891494d9373a1ecda1ad67c3c6b96cf6d37ea47) | |||||
2008-09-14 | Fix path to talloc guide. Noted by "teferi" on irc. | Michael Adam | 1 | -1/+1 | |
Michael (cherry picked from commit bc4e03f2ddb669758e27e2a5c32e15c7d6c5257d) (This used to be commit 5e5528ff964cd829a8cf8e508983e1a1eda01c32) | |||||
2008-09-14 | r25614: Add trivial tdb website. | Jelmer Vernooij | 1 | -0/+44 | |
(cherry picked from commit 6f88c41c31271fd4b634b6393dc4ca44563a88d2) (This used to be commit 830f99fb5d73c999bb0975828bab6e5f7537baf6) | |||||
2008-09-14 | libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headers | Stefan Metzmacher | 1 | -2/+3 | |
metze (partialy cherry picked from commit cffed8e19e22a1fa7b7a322b153df5d54e4c3be2) (This used to be commit f46a17b408f8c78ecdff724f29d97f8f268d5577) | |||||
2008-09-14 | Fix extra dash in command line flag. | Jelmer Vernooij | 1 | -1/+1 | |
(cherry picked from commit c823cfadb0b20a0782fc4a8a0b63dcb9116f82be) (This used to be commit 176d624376f7e450b34187778fc75d75679bdd0b) | |||||
2008-09-12 | netapi: fix NetUserGetLocalGroups. | Günther Deschner | 1 | -2/+0 | |
Guenther (This used to be commit 5d91c9184c27def47f20fc089cc127d780387ed8) | |||||
2008-09-12 | netapi: fix NetGroupGetUsers (only enumerates users). | Günther Deschner | 1 | -1/+6 | |
Guenther (This used to be commit a94318be4656a668be0295988ed0743105d830c9) | |||||
2008-09-12 | netapi: fix NetUserSetGroups. | Günther Deschner | 1 | -20/+22 | |
Guenther (This used to be commit e8b27b69f33fb33c670026b3a24ed95a2f0099fe) | |||||
2008-09-12 | netapi: fix NetGroupSetUsers. | Günther Deschner | 1 | -20/+22 | |
Guenther (This used to be commit 735bc2e425ce629745495190cd1c721ccb583d24) | |||||
2008-09-12 | Reorder defines for version for consistency with Samba 4. | Jelmer Vernooij | 1 | -12/+1 | |
(This used to be commit fe36d83508a6b1a8de5ad58ec1d0c80cda7b4a21) | |||||
2008-09-11 | netapi: implement NetFileEnum_r. | Günther Deschner | 1 | -1/+93 | |
Guenther (This used to be commit fd66b72fd017013c83d36f5219192716eb17cacb) | |||||
2008-09-11 | netapi: add NetFileEnum example code. | Günther Deschner | 2 | -1/+153 | |
Guenther (This used to be commit 32ee2dadab5b2579d53d0ecb106f0e64063da3f7) |