summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-18Document the streams modulesVolker Lendecke2-0/+146
(This used to be commit ff158a11263fd9fd46131d3451293d8d92fa0cca)
2008-07-18Change the directory parameter in streams_depot to become consistentVolker Lendecke1-1/+1
This is not built by default and not documented in 3.2.0, so I doubt this will break any setups :-) (cherry picked from commit ca2dfb372cfd9096407fca67a6b65bceda6f72b6) (This used to be commit 9393cdda97a886f4bdd187d76461724edeec9ed3)
2008-07-18smbldap: Fix typo in debug message.Karolin Seeger1-1/+1
Karolin (This used to be commit 6e9e85b897431d7378396aada2c32ae470af0edd)
2008-07-17From Jim McDonoughJeremy Allison3-8/+15
In reloading the smb.conf, if a "log file" is specified in smb.conf, winbind children will overwrite the logfile name to be the same as the parent. Jeremy. (This used to be commit 62d319cc1a2ef891866b2ddbd22f3ed0944356af)
2008-07-17gitignore: ignore the proper genreated library symbol files.Michael Adam1-4/+4
Michael (This used to be commit 2a45f1a87c7c9a8879c3308d59d92f6c4985954d)
2008-07-17rpcclient: for testing, add dsgetncchanges command.Günther Deschner1-0/+229
Guenther (This used to be commit 54f14b382441491c09daa76960f54a2d090a8bd6)
2008-07-17allow SID with 0 in subauthority to be converted properlyHerb Lewis1-1/+2
from string representation. (This used to be commit 23f338d1da96fd4ea3283bc96ca7d496b23bf854)
2008-07-17Update the developers documentation for the new vendor version options.Andreas Schneider1-3/+5
Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 815383a4178c51311f3c81632a0fa1d19e7098f4)
2008-07-17Use the macro to call samba_version_string().Andreas Schneider1-1/+1
Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit d2682295f55a18d526434062834c033aa18e794b)
2008-07-17Simplify samba_version_string.Andreas Schneider3-46/+35
This adds a new macro for a vender version function which will be returned by the samba_version_string() function if defined. Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 8b9301fbc73f28c657ec81c605760a0ff7a1973a)
2008-07-17netapi: use ConvertSidToStringSid in NetGetGroupInfo query.Günther Deschner1-1/+6
Guenther (This used to be commit d9d0cf6411a29d456735e980f9ac8ad75f3edfbd)
2008-07-17netapi: add NetGroupEnum example code.Günther Deschner2-0/+159
Guenther (This used to be commit 133ea72a996a1eefda1b6351277f415823db55fc)
2008-07-17netapi: fill in NetGroupEnum_r().Günther Deschner1-2/+259
Guenther (This used to be commit 64700e09ce9417c0b0128cc016abd34ab92f3695)
2008-07-17netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change.Günther Deschner2-5/+7
Guenther (This used to be commit f2875677194f440ffebf18e6f5171be948114353)
2008-07-17re-run make idl.Günther Deschner1-1/+1
Guenther (This used to be commit d9e9e64ad9749361c898d7853906d1aaf2dad59c)
2008-07-17netapi: make sid in GROUP_INFO_3 a pointer.Günther Deschner1-1/+1
Guenther (This used to be commit 84dc9bb89dedf6b283014307d317a3c4d315340b)
2008-07-17netapi: add NetGroupEnum to public headers.Günther Deschner1-0/+28
Guenther (This used to be commit 4564581f9aaf4afd6c47c6d5a9a299bc5012244d)
2008-07-17netapi: add skeleton for NetGroupEnum().Günther Deschner3-0/+82
Guenther (This used to be commit 21a0d9d254d5c21c4bc9fe305e9df2126476f3f4)
2008-07-17re-run make idl.Günther Deschner3-10/+83
Guenther (This used to be commit 1ae9ae839e2f9032bb30db377e0022112dee2419)
2008-07-17netapi: add NetGroupEnum to IDL.Günther Deschner1-0/+14
Guenther (This used to be commit f2240192363e09a8182a468c8743ff031ecee04e)
2008-07-17netapi: add ConvertSidToStringSid() for convenience of the callers.Günther Deschner3-1/+67
Guenther (This used to be commit b7633998ed76c7bb2faa803841fafe9126a39847)
2008-07-17util: add policy_hnd_equal().Günther Deschner2-0/+12
Guenther (This used to be commit 6aca163e898bfeeff824725bb27b2ef4f7b729f9)
2008-07-17netapi: fix documentation for NetGroupSetInfo.Günther Deschner1-2/+2
Guenther (This used to be commit 7b4f84793b39f2940381bccae27f65275cc39572)
2008-07-16This patchset comprises a number of cleanups for the cifs upcallJeremy Allison4-37/+161
binary. The biggest change is that it renames it from cifs.spnego to cifs.upcall since the cifs.spnego name really isn't applicable anymore. It also fixes a segfault when the program is run without any args and adds a manpage. Comments and/or suggestions appreciated. This set should apply cleanly to the 3.3 test branch. Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeremy. (This used to be commit c633f10d9e78327664e6bca51f66756bcf0505a6)
2008-07-16In api_pipe_bind_req(), check for the iface id, not the pipe nameVolker Lendecke20-22/+53
This requires to store the rpc_interface in "struct rpc_table" (This used to be commit 654f8de8497aff29f9b1f1822b6a8e734ff329e0)
2008-07-16Add ndr_syntax_id_equal()Volker Lendecke3-1/+19
(This used to be commit 5fc90908deb417130af122941e084542304a2543)
2008-07-16In api_pipe_bind_req(), decode the bind request before checking the pipeVolker Lendecke1-8/+10
(This used to be commit 8be41382ed9bb4fb44a1846fff2c7652388e4f28)
2008-07-16Allow %u parameters for print job username - use advanced subJim McDonough1-3/+5
Based on 3.0 and 3.2 patch from Bo Yang <boyang@novell.com> Bo, please verify this version works for you. (This used to be commit 9e6760cfeaf77e80df3b84004090d934f3c2d574)
2008-07-16Sequel to c10aad9f13: Ignore whitespaces in parametric optionsVolker Lendecke1-24/+7
It's a bit difficult to explain why idmap config backend:FOO = rid should work while idmap config backend : FOO = rid should not. And I doubt we will ever see domain names with whitespaces... (This used to be commit 0207f99d3f02bd8ff5dadc1574fe13b46c3e09a3)
2008-07-16Tiny logic simplification: Remove an indentation by using an early return;Volker Lendecke1-46/+56
(This used to be commit 37dba0c192ec7d4105465beae0d6e8598c7dbb7a)
2008-07-16Remove a silly "typedef struct _param_opt_struct param_opt_struct"Volker Lendecke1-26/+28
(This used to be commit 78801431c896f1e2007d652b611c2ce1108e1023)
2008-07-16The compatibility function also should have a const buffer pointerDerrell Lipman1-1/+1
(This used to be commit b731447ec539d454002300fd755dddcad2351d6c)
2008-07-16The buf in the smbclient write function should be const.Andreas Schneider3-4/+4
As we try to provide POSIX function, we should use const like all other POSIX function. Signed-off-by: Andreas Schneider <anschneider@suse.de> Signed-off-by: Derrell Lipman <derrell.lipman@unwireduniverse.com> (This used to be commit 36e5df59544de9df140ca40ad0efd77afd8e1468)
2008-07-16Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman23-426/+824
(This used to be commit 11d74fc51c637b8129304b5de85bbe02a86a69ce)
2008-07-16Static libsmbclient library needs to include all objectsDerrell Lipman1-2/+2
LIBSMBCLIENT_OBJ0 contains only the libsmb/libsmb_*.o files. We need the more inclusive set of object files defined by LIBSMBCLIENT_OBJ1. Derrell (This used to be commit 6c33c620072d641fc19ca0224c16af75f6cd7e9e)
2008-07-16Fix typos.Derrell Lipman2-2/+2
libsmbclient doesn't have bool defined; rather it uses smbc_bool Derrell (This used to be commit e1ade80f468e8ed827f9d4fd035d79546fa0ee0a)
2008-07-16libnet_dssync: use ctr[1|6]->more_dataStefan Metzmacher1-2/+2
metze (This used to be commit 6b7ddb6d664f5f3b62161cdb3abf12633b263a64)
2008-07-16rerun 'make idl' after drsuapi.idl changesStefan Metzmacher3-189/+470
metze (This used to be commit 512912e1316a7d3d11a2434efa568d9ec50914b4)
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsGetNCChangesCtr*Stefan Metzmacher1-7/+27
metze (cherry picked from commit 9e99e59ca7e56bf74417ec85339e09e86f50d17e) (This used to be commit 11ab230832b48f2ff7f2c9319168b6ae53590b61)
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*Stefan Metzmacher2-3/+9
metze (cherry picked from commit de2aed042d09ae7a31ddc4cd920c8fcf193ba06a) (This used to be commit 7488eda7a33f5ebe58a1c1217b7ac7e17e67946d)
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsReplicaCursor[2]Stefan Metzmacher1-6/+6
metze (cherry picked from commit a681e55067a83f06e465b81afb2b0b870b674dca) (This used to be commit c3ebb9ae001c1c2d74233b3f3e33dc8fd57098b6)
2008-07-16drsuapi.idl: correctly handle xpress compressed payloadStefan Metzmacher1-4/+4
metze Signed-off-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit d9d19eef4f67da89e7d818d23a2372bee6f86dba) (This used to be commit 0a24fa0dc3514ef19b84d41055682954a22d3079)
2008-07-16drsuapi.idl: remove some unknows from DsGetNCChanges()Stefan Metzmacher1-6/+24
metze (cherry picked from commit 924ef407bd20331cc94f5aeb58f53a5838ae00a4) (This used to be commit 6a33be98b8dd4223491f1cbed9a1af2bc44e7356)
2008-07-16man pages: Fix typos and add improvements.Christoph Zauner2-6/+7
(This used to be commit 060ff6d8d4e61f3ce89f980182413852cc5719be)
2008-07-15Release still reachable memory if the smbclient context is freed.Andreas Schneider1-0/+19
Signed-off-by: Andreas Schneider <anschneider@suse.de> (This used to be commit 7a65053bc8579b4f56045fb2c658a91a4af0dfea)
2008-07-15Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimesJeremy Allison1-2/+6
function more like POSIX and allow NULL arg. Help vfs developers. Jeremy. (This used to be commit 613f2849ad2dc25fe2e5f8a76d69797b5b302bb9)
2008-07-15Fix swat. Bug #5613.Jeremy Allison3-23/+18
Jeremy (This used to be commit 15920f838835f5dbbac8712202267c2a99237686)
2008-07-15fix build warning.Günther Deschner1-2/+5
Guenther (This used to be commit 507660706901a79544d436046127947e4baa7e52)
2008-07-15netapi: fix vim(?)-typoMichael Adam1-1/+1
Michael (This used to be commit 7a7bddd75413dba3c0c43fab68a115cf0445f12b)
2008-07-15netapi: Correctly increase idx when displaying user informationKai Blin1-1/+3
(This used to be commit 5fad9de2507b88820149def31faa28e5e45f7b5f)