Jelmer Vernooij
f6575a270f
Use DATA_BLOB instead of "struct data_blob".
2008-10-13 05:31:01 +02:00
Jelmer Vernooij
aa982895e5
Add data_blob_string_const_null() function that includes the terminating
...
null byte and use it in Samba 3.
This matches the behaviour prior to my data_blob changes.
2008-10-13 05:20:26 +02:00
Günther Deschner
d5a11f9679
fix build warnings.
...
Guenther
2008-10-13 00:40:57 +02:00
Günther Deschner
f97d92ccbc
s3: fix the build of registry.so gpext.
...
Guenther
2008-10-13 00:39:37 +02:00
Jelmer Vernooij
99fba0ca69
Remove Samba3/Samba4-specific bits.
2008-10-12 19:37:17 +02:00
Jelmer Vernooij
6f13c389d9
Fix other paths to binding.o.
2008-10-12 19:36:12 +02:00
Jelmer Vernooij
9f2ed1e00f
Share RPC binding string utility functions.
2008-10-12 19:05:46 +02:00
Jelmer Vernooij
cbe4f1b4fa
Move zlib to top-level root.
2008-10-12 18:29:36 +02:00
Jelmer Vernooij
1b99d8fbb5
Use common util_file code.
2008-10-12 17:34:43 +02:00
Jelmer Vernooij
7d371c684d
Sync util_tdb implementations.
2008-10-12 16:53:17 +02:00
Jelmer Vernooij
a52e729f30
Move rbtree.[ch] to lib/util.
2008-10-12 16:27:00 +02:00
Jelmer Vernooij
1d0cda2f03
Use common xfile.h.
2008-10-12 16:19:15 +02:00
Jelmer Vernooij
a59ce1d94c
Use common byteorder.h.
2008-10-12 16:17:21 +02:00
Volker Lendecke
3bcb76a924
Fix "warning: initialization discards qualifiers from pointer target type"
2008-10-12 14:13:24 +02:00
Volker Lendecke
dc2e98edc4
Fix "make etags" -- args list was too long for my etags
2008-10-12 14:04:26 +02:00
Volker Lendecke
756b4b6048
Revert "Make get_rpc_pipe() static"
...
This reverts commit f25972832ec9d5a130da9dc060f4c3ed35bda7db.
2008-10-12 12:16:18 +02:00
Volker Lendecke
f25972832e
Make get_rpc_pipe() static
2008-10-12 11:45:33 +02:00
Volker Lendecke
6b98c1b159
Remove unused #defines
2008-10-12 11:45:26 +02:00
Volker Lendecke
d661ac196e
Fix the build
2008-10-12 10:38:55 +02:00
Jelmer Vernooij
7bd4e6e495
Use common signal helper implementation.
2008-10-12 05:23:26 +02:00
Jelmer Vernooij
d68168e633
Cope with the fact that the data blobs returned are now
...
talloc-allocated. Ideally, this memory should be talloc-stolen
(and perhaps have DATA_BLOB in the interface everywhere), but
that requires some more complex changes so I've just changed it to copy
it for now.
2008-10-12 04:00:55 +02:00
Jelmer Vernooij
5237369ad8
Fix warning, prototype.
2008-10-12 02:59:30 +02:00
Jelmer Vernooij
348be5f1e4
Share data_blob implementation.
2008-10-12 01:46:15 +02:00
Jelmer Vernooij
218f482fbf
Use common strlist implementation in Samba 3 and Samba 4.
2008-10-12 00:56:56 +02:00
Jelmer Vernooij
cb78d4593b
Cope with changed signature of http_timestring().
2008-10-11 23:57:44 +02:00
Jelmer Vernooij
e439b3e7ab
Use xfile from common lib/util in Samba 3.
...
Conflicts:
source3/Makefile.in
2008-10-11 21:52:55 +02:00
Jelmer Vernooij
7a27c07a27
Remove duplicate copy of dlinklist.h.
2008-10-11 21:48:00 +02:00
Jelmer Vernooij
f01500e18d
Fix merged build locations.
2008-10-11 21:42:45 +02:00
Jelmer Vernooij
5c44ed6954
Clean up properly.
2008-10-11 21:33:15 +02:00
Jelmer Vernooij
a19719ccea
Fix libutil path.
2008-10-11 21:32:48 +02:00
Jelmer Vernooij
2c4391e950
Provide the same set of helper functions for DEBUG in Samba 3 and Samba
...
4, even though the macros are still different.
This makes it possible to use object code compiled with one DEBUG()
macro from the other sourceX directory.
2008-10-11 20:44:19 +02:00
Jelmer Vernooij
6a78e56277
Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
2008-10-11 14:44:10 +02:00
Volker Lendecke
f0a2706486
Make use of talloc_tos()
2008-10-11 09:02:18 +02:00
Volker Lendecke
200b0deaef
Fix some nonempty blank lines
2008-10-11 09:02:18 +02:00
Volker Lendecke
80faa78a91
Fix a "nexted extern declaration" warning
2008-10-11 08:56:01 +02:00
Jeremy Allison
47f7ef8f39
Initialize near creation of resource. Makes code clearer.
...
Jeremy.
2008-10-10 16:48:18 -07:00
Jeremy Allison
1d151b3161
Ensure we do reinit_after_fork().
...
Jeremy.
2008-10-10 16:43:13 -07:00
Jeremy Allison
4cbb3b23a4
Allow data flow to be debugged and only log on error. All seems ok now.
...
Jeremy.
2008-10-10 16:29:14 -07:00
Jeremy Allison
430cc44390
Async is trickier than it looks :-). Don't use a stack variable for a private data ptr.
...
Jeremy.
2008-10-10 15:55:49 -07:00
Jeremy Allison
eada8f8abe
If you have a large number of cups printers, then scanning for print info can cause a client to timeout
...
(it takes longer than 30 seconds to enumerate them). Make scanning for printers async with a callback
from the main loop. This fixes a bug that was irritating *me* :-).
Jeremy.
2008-10-10 11:55:14 -07:00
Günther Deschner
042df7f0b7
pam_winbind: re-add mkhomedir option.
...
Guenther
2008-10-10 15:42:56 +02:00
Günther Deschner
d9efd52fd0
pam_winbind: remove unused pam_winbind_request().
...
Guenther
2008-10-10 15:42:30 +02:00
Günther Deschner
e8fe6661b4
pam_winbind: fix wbc_auth_error_to_pam_error().
...
Guenther
2008-10-10 15:42:23 +02:00
Günther Deschner
9448520828
pam_winbind: remove some unused macros.
...
Guenther
2008-10-10 15:42:16 +02:00
Günther Deschner
9a0860f93f
pam_winbind: remove NETLOGON_CACHED_ACCOUNT and NETLOGON_GRACE_LOGON.
...
Guenther
2008-10-10 15:42:09 +02:00
Günther Deschner
4ff415dd15
pam_winbind: remove ACB_PWNOEXP.
...
Guenther
2008-10-10 15:42:01 +02:00
Günther Deschner
dde8046489
pam_winbind: use libwbclient for WINBINDD_PAM_AUTH.
...
Guenther
2008-10-10 15:41:25 +02:00
Günther Deschner
d3afd53429
pam_winbind: use libwbclient for WINBINDD_PAM_LOGOFF.
...
Guenther
2008-10-10 15:40:55 +02:00
Günther Deschner
3eae89dd77
pam_winbind: use libwbclient for WINBINDD_PAM_CHAUTHTOK.
...
Guenther
2008-10-10 15:40:23 +02:00
Günther Deschner
ed2b94c1a2
pam_winbind: use libwbclient for WINBINDD_LOOKUPNAME/LOOKUPSID.
...
Guenther
2008-10-10 15:39:39 +02:00