Günther Deschner
823681bc99
s4-smbtorture: use TORTURE_TEST_USER define in libnetapi user test.
...
Guenther
2009-06-17 01:29:19 +02:00
Jeremy Allison
cbb55b34e2
_lsa_EnumAccountRights and _lsa_EnumPrivsAccount can return an
...
empty set of privilages if the SID doesn't have any.
(From [MS-LSAD.pdf])
Jeremy.
2009-06-16 13:17:24 -07:00
Günther Deschner
29b8e08b83
s3-netapi: Fix Bug #6451 : net/libnetapi user rename using wrong access bits.
...
Guenther
2009-06-16 15:00:20 +02:00
Günther Deschner
33be1f56f7
s3-netapi: Fix Bug #6305 . Correctly prompt for a password when a username was given.
...
When no callback or wrapping has managed to get a password, prompt in the
netapi connection manager for a password.
Guenther
2009-06-16 12:13:53 +02:00
Günther Deschner
2f884753dd
s3-docs: fix typo in pam_winbind.8.
...
Guenther
2009-06-16 11:49:36 +02:00
Günther Deschner
c033039e62
s3-netapi: add NetGetJoinInformation example code.
...
Guenther
2009-06-16 10:42:49 +02:00
Jelmer Vernooij
308de544f4
python: Provide way to iterate over available shares.
2009-06-16 02:28:10 +02:00
Jelmer Vernooij
f7ada51c29
python: Add API for accessing available shares.
2009-06-16 02:28:10 +02:00
Tim Prouty
537aa4cf51
s3 onefs: Fix reading over the end of the array, because the incorrect array was being read.
2009-06-15 14:11:39 -07:00
Tim Prouty
6f335036fd
s3 onefs: Change onefs modules to use the new createfile api
2009-06-15 14:03:40 -07:00
Simo Sorce
efccef09ae
Add exports file and abi checker for tevent
...
This is a first attempt at exporting symbols only for public functions
We also provide a rudimentary ABI checker that tries to check that
function signatures are not changed by mistake.
Given our use of macros this is not an API checker.
It's all based on tevent.h contents and the gcc -aux-info option
2009-06-15 16:31:13 -04:00
Simo Sorce
e83f4b868b
Add exports file and abi checker for talloc
...
This is a first attempt at exporting symbols only for public functions
We also provide a rudimentary ABI checker that tries to check that
function signatures are not changed by mistake.
Given our use of macros this is not an API checker.
It's all based on talloc.h contents and the gcc -aux-info option
2009-06-15 16:31:12 -04:00
Simo Sorce
7aee9f92e7
Add exports file and abi checker for tdb
...
This is a first attempt at exporting symbols only for public functions
We also provide a rudimentary ABI checker that tries to check that
function signatures are not changed by mistake.
Given our use of macros this is not an API checker.
It's all based on tdb.h contents and the gcc -aux-info option
2009-06-15 16:31:12 -04:00
Simo Sorce
f518e37c09
Add new replace check for --version-script
...
Allows us to pass an export files on Linux and Solaris so that we can expose
only symbols that are actually supposed to be global, and keep as local anything
else.
2009-06-15 16:31:12 -04:00
Simo Sorce
57ba31ca96
Add option to --disable-python on build
2009-06-15 16:31:11 -04:00
Volker Lendecke
3014753ebe
Fix the posixtimedlock test
...
The previous version depended on the fact that smb_raw_lock_send just queued
stuff. This changed with ebf5523b6e
.
2009-06-15 17:26:56 +02:00
Andreas Schneider
ed5c270b75
Fix the section of the pam_winbind manpage.
...
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:28 +02:00
Andreas Schneider
59ab1574e4
Move pam_winbind to the right manpage section (8).
...
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:23 +02:00
Andreas Schneider
1809ff4b23
Dcoument the PAM data exports in the pam_winbind manpage.
...
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:18 +02:00
Andreas Schneider
779eea49de
Document the try_first_pass option in the pam_winbind manpage.
...
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:13 +02:00
Andreas Schneider
24f9f32fed
Add a synopsis section to the pam_winbind manpage.
...
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2009-06-15 13:01:08 +02:00
Karolin Seeger
f92269a6ce
s3/libsmb: Fix debug message.
...
This fixes bug #6472 .
Karolin
Signed-off-by: Volker Lendecke <vl@samba.org>
2009-06-15 08:43:43 +02:00
Volker Lendecke
0c3580c5de
Do a correct TALLOC_FREE in an error case
2009-06-15 07:48:50 +02:00
Volker Lendecke
b706265786
Fix a = vs == error in writev_handler
2009-06-15 07:48:48 +02:00
Volker Lendecke
49eccee209
Remove "winbindd_request" and "winbindd_response" from winbindd_cli_state
...
This shrinks the memory footprint of an idle client by 5592 bytes to 60 bytes
on my 32-bit box.
2009-06-14 22:22:10 +02:00
Volker Lendecke
97ba4f6efd
Make winbindd_cli_state->response a pointer instead of a struct member
...
Same comment as in baa6084378
: This is just a preparatory checkin.
Volker
2009-06-14 22:22:10 +02:00
Volker Lendecke
90535b5fad
Remove an unused struct member in winbindd_cli_state
2009-06-14 22:21:07 +02:00
Volker Lendecke
cd9919643b
Fix an error message: We get the errno in "err"
2009-06-14 20:55:25 +02:00
Volker Lendecke
f1dd6cd64d
winbind: replace process_loop() by tevent_loop_once()
2009-06-14 11:25:48 +02:00
Volker Lendecke
07fac35b3b
Make rescan_trusted_domains a timed event
2009-06-14 11:25:48 +02:00
Volker Lendecke
c4a97b2b41
Do not store the listening fde
2009-06-14 11:25:48 +02:00
Volker Lendecke
eaaaea01e0
Avoid scanning the client list when a client exits
2009-06-14 11:25:48 +02:00
Volker Lendecke
e4fb2b9408
Do not use "finished" in winbind child
2009-06-14 11:25:48 +02:00
Volker Lendecke
d61f3626b7
Remove unused init_child_connection()
2009-06-14 11:25:47 +02:00
Volker Lendecke
225b14cf24
Convert winbindd_domain_info to wb_domain_request_send
2009-06-14 11:25:47 +02:00
Volker Lendecke
14889b1acb
Add winbindd_dual_ping to all children
2009-06-14 11:25:47 +02:00
Volker Lendecke
d362313fea
Convert async_domain_request to wb_domain_request_send
2009-06-14 11:25:47 +02:00
Volker Lendecke
340b55a842
Add async wb_ping
2009-06-14 11:25:47 +02:00
Volker Lendecke
e3bed4848f
Add an async wb request loop
2009-06-14 11:25:47 +02:00
Volker Lendecke
ed3bc614cc
Add wb_domain_request_send/recv
2009-06-14 11:25:47 +02:00
Volker Lendecke
0834574fdd
Remove some unused code
2009-06-14 11:25:47 +02:00
Volker Lendecke
9b06c27cdb
Convert the winbind parent->child communication to wb_reqtrans
2009-06-14 11:25:47 +02:00
Volker Lendecke
c049d098d1
Convert the main winbind client communication to wb_reqtrans.c
2009-06-14 11:25:46 +02:00
Volker Lendecke
baa6084378
Make winbindd_cli_state->request a pointer instead of a struct member
...
In itself, this is pretty pointless. But in the next steps I'll convert the
winbind internal communication to wb_reqtrans which allocates the request
properly. This minimizes the later diff.
Volker
2009-06-14 11:25:44 +02:00
Jelmer Vernooij
478503694a
smbtorture: Output subunit by default.
2009-06-13 16:16:01 +02:00
Jelmer Vernooij
afe7949313
smbtorture: Remove unused 'quiet' output format.
2009-06-13 16:16:01 +02:00
Kai Blin
a88bbaf670
libwbclient: Add debugging hooks.
2009-06-13 09:39:01 +02:00
Tim Prouty
04afa4b6b5
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
2009-06-12 16:14:50 -07:00
Tim Prouty
9d7c4ad748
s3: Add smb_filename utility functions and fix a bug in copy_smb_filename
2009-06-12 16:14:44 -07:00
Jeremy Allison
f409b00dc7
Check for error in transfer_file return also.
...
Jeremy.
2009-06-12 13:55:18 -07:00