Jelmer Vernooij
63e7c2fef8
Fix prototype.
2009-01-06 21:45:13 +01:00
Volker Lendecke
e92b7abca0
Add a NULL check and some const to dcerpc_floor_get_lhs_data()
2009-01-06 21:25:18 +01:00
Matthias Dieter Wallnöfer
05f97d3235
Fix typo
2009-01-06 16:23:29 +01:00
Günther Deschner
10d72781fd
s4-smbtorture: verify each password change via samlogon in SAMR-PASSWORDS-PWDLASTSET test.
...
Guenther
2009-01-06 16:03:54 +01:00
Günther Deschner
f93b0fcd95
s3-lsa: remove all init_lsa* functions.
...
Guenther
2009-01-06 16:02:13 +01:00
Günther Deschner
e2fa47a04c
s3-lsa: avoid all init_lsa* functions.
...
Guenther
2009-01-06 16:02:13 +01:00
Günther Deschner
b0f7137883
s3-srvsvc: remove all init_srvsvc* functions.
...
Guenther
2009-01-06 16:02:12 +01:00
Günther Deschner
a94157c759
s3-srvsvc: avoid all init_srvsvc* functions.
...
Guenther
2009-01-06 16:02:12 +01:00
Günther Deschner
be8c532352
s3-samr: remove all init_samr_alias* functions.
...
Guenther
2009-01-06 16:02:12 +01:00
Günther Deschner
20ba0a947a
s3-samr: avoid all init_samr_alias* functions.
...
Guenther
2009-01-06 16:02:12 +01:00
Günther Deschner
0b26f84542
s3-samr: remove all init_samr_group* functions.
...
Guenther
2009-01-06 16:02:11 +01:00
Günther Deschner
05784d0fa8
s3-samr: avoid all init_samr_group* functions.
...
Guenther
2009-01-06 16:02:11 +01:00
Günther Deschner
15ec090299
s3-samr: remove all init_samr_dom* functions.
...
Guenther
2009-01-06 16:02:11 +01:00
Günther Deschner
d2d8d7a087
s3-samr: avoid all init_samr_Domain* functions.
...
Guenther
2009-01-06 16:02:11 +01:00
Günther Deschner
52b250fe83
s3-samr: remove init_samr_user* functions.
...
Guenther
2009-01-06 16:02:10 +01:00
Günther Deschner
46f55ef5bc
s3-samr: avoid all init_samr_user* functions.
...
Guenther
2009-01-06 16:02:10 +01:00
Jelmer Vernooij
a97c9bab44
Add dependency to talloc in tevent pc file.
2009-01-06 15:53:50 +01:00
Volker Lendecke
db955fa7b9
s3/swat: Fix creation of the first share using SWAT.
...
This fixes bug #5965 .
2009-01-06 15:15:59 +01:00
Andrew Bartlett
a7e7fa8490
Ensure libreplace is included into the tevent python bindings
...
Without this, the samba4.tevent.python test fails
Andrew Bartlett
2009-01-06 22:44:45 +11:00
Karolin Seeger
8b7f66c548
docs: Improve description of the share commands in man smb.conf.
...
-Correct the parameter names.
-Fix typos.
-Fix related parameters.
This fixes bug #6008 .
Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting!
Karolin
2009-01-06 12:26:23 +01:00
Volker Lendecke
ef54ad52e0
Move the "rid_name" typedef to the only place where it might be used
2009-01-06 11:24:59 +01:00
Karolin Seeger
9f44a17c3b
docs: Fix example in man vfs_recycle.
...
This fixes bug #6001 .
Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting!
Karolin
2009-01-06 10:30:13 +01:00
Kai Blin
75e2406564
s4 winbind: Silence a "discards const" warning
2009-01-06 09:55:49 +01:00
Tim Prouty
ed5e1e5bd6
s3 merged build: Remove redundant #defines that are in idl generated headers
...
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.
2009-01-05 22:40:04 -08:00
Bo Yang
958bfaff79
set entry->refresh_time to make ccache_regain_all_now() work correctly.
2009-01-05 21:09:44 -08:00
Jelmer Vernooij
d2c70d24e1
py: Properly increase the reference counter of Py_None.
2009-01-06 04:13:57 +01:00
Jeremy Allison
1f8b6238dd
Attempt to fix crash seen with new CUPS async printcap loading code.
...
Jeremy.
2009-01-05 13:47:34 -08:00
Jeremy Allison
65fb7f123b
Fix call to ndr_size_dom_sid, missing parameter.
...
Jeremy.
2009-01-05 13:47:07 -08:00
Stefan Metzmacher
991b294c41
s3:events: use more tevent_common_* functions
...
metze
2009-01-05 22:44:55 +01:00
Stefan Metzmacher
e83a55c356
tevent: add some debugging for timer events, that mostly matches samba3
...
metze
2009-01-05 22:44:54 +01:00
Stefan Metzmacher
b09718fef2
tevent: add tevent_context destructor that unlinks the events from the context
...
metze
2009-01-05 22:44:54 +01:00
Stefan Metzmacher
e240ca5bdd
tevent: don't crash if te->event_ctx is NULL
...
metze
2009-01-05 22:44:54 +01:00
Stefan Metzmacher
ceac26008c
tevent: keep a linked list of fd_events
...
metze
2009-01-05 22:44:53 +01:00
Stefan Metzmacher
b24924d6a6
tevent: keep a linked list of signal events
...
metze
2009-01-05 22:44:53 +01:00
Stefan Metzmacher
a99f76960d
tevent: make tevent_debug() a noop if ev is NULL
...
metze
2009-01-05 22:44:52 +01:00
Volker Lendecke
6572eff183
Attempt to fix the build on netbsd5
2009-01-05 22:10:25 +01:00
Jelmer Vernooij
37e6849d45
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2009-01-05 18:01:04 +01:00
Volker Lendecke
0581094023
Attempt to fix the build with dnssd
2009-01-05 17:12:51 +01:00
Karolin Seeger
2e09746a4d
examples: Avoid bashism in perfcount.init.
...
This fixes bug #6000 .
Thanks to the Debian Samba package maintainers for providing the patch!
Remove trailing whitespaces.
Karolin
2009-01-05 16:34:05 +01:00
Karolin Seeger
997f0fdadd
Revert "examples: Avoid bashism in perfcount.init."
...
This reverts commit 73875cd344608b591fa884ab99b5f3a10550c149.
2009-01-05 16:34:05 +01:00
Volker Lendecke
01891782fd
Fix bug 6014 -- mget shouldn't segfault without arguments
...
Thanks to kevin.paulus@mtm.kuleuven.be for the bug report
Volker
2009-01-05 15:53:26 +01:00
Stefan Metzmacher
59612beea6
s3:winbindd: also handle fd events from the winbind_event_context()
...
metze
2009-01-05 15:07:36 +01:00
Stefan Metzmacher
303c57ef78
s3:events: register as tevent backend
...
metze
2009-01-05 15:07:36 +01:00
Stefan Metzmacher
321d875af9
s3: build lib/tevent staticly into samba3
...
metze
2009-01-05 15:07:36 +01:00
Stefan Metzmacher
83ff9d3bcd
s3:events: get rid of the stupid set_event_dispatch_time() function
...
metze
2009-01-05 15:07:35 +01:00
Stefan Metzmacher
f1aa4457c3
s3:events: get rid of the stupid cancel_named_event() function
...
metze
2009-01-05 15:07:35 +01:00
Stefan Metzmacher
c34d5f445a
s3:events: change event_add_timed() prototype to match samba4
...
metze
2009-01-05 15:07:35 +01:00
Stefan Metzmacher
ee5be748e6
s3:events: move prototypes to event.h
...
metze
2009-01-05 15:07:34 +01:00
Stefan Metzmacher
077d5cff71
s3:events: remove unused stuff
...
metze
2009-01-05 15:07:34 +01:00
Stefan Metzmacher
492d0e3517
s3:winbindd: regain tickets for all ccache entries, when we go online
...
set_event_dispatch_time() is stupid by design and only handles
the first event with a given name.
metze
2009-01-05 15:07:33 +01:00