summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Remove a silly "typedef struct _param_opt_struct param_opt_struct"Volker Lendecke1-26/+28
2008-07-16The compatibility function also should have a const buffer pointerDerrell Lipman1-1/+1
2008-07-16The buf in the smbclient write function should be const.Andreas Schneider3-4/+4
2008-07-16Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-testDerrell Lipman23-426/+824
2008-07-16Static libsmbclient library needs to include all objectsDerrell Lipman1-2/+2
2008-07-16Fix typos.Derrell Lipman2-2/+2
2008-07-16libnet_dssync: use ctr[1|6]->more_dataStefan Metzmacher1-2/+2
2008-07-16rerun 'make idl' after drsuapi.idl changesStefan Metzmacher3-189/+470
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsGetNCChangesCtr*Stefan Metzmacher1-7/+27
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*Stefan Metzmacher2-3/+9
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsReplicaCursor[2]Stefan Metzmacher1-6/+6
2008-07-16drsuapi.idl: correctly handle xpress compressed payloadStefan Metzmacher1-4/+4
2008-07-16drsuapi.idl: remove some unknows from DsGetNCChanges()Stefan Metzmacher1-6/+24
2008-07-16man pages: Fix typos and add improvements.Christoph Zauner2-6/+7
2008-07-15Release still reachable memory if the smbclient context is freed.Andreas Schneider1-0/+19
2008-07-15Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimesJeremy Allison1-2/+6
2008-07-15Fix swat. Bug #5613.Jeremy Allison3-23/+18
2008-07-15fix build warning.Günther Deschner1-2/+5
2008-07-15netapi: fix vim(?)-typoMichael Adam1-1/+1
2008-07-15netapi: Correctly increase idx when displaying user informationKai Blin1-1/+3
2008-07-15dbwrap: don't panic in db_open_trans() if called with TDB_CLEAR_IF_FIRST.Michael Adam1-1/+1
2008-07-15dbwrap: don't panic in db_open_trans() when attaching to ctdb fails.Michael Adam1-2/+0
2008-07-15dbwrap: don't panic in db_open() when attaching to ctdb fails.Michael Adam1-2/+1
2008-07-15registry: bump debug level to 1 in regdb_init() if storing version string fails.Michael Adam1-1/+1
2008-07-15registry: bump debug level to 1 in regdb_init() if opening the registry fails.Michael Adam1-1/+1
2008-07-15dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_open_trans.Michael Adam1-1/+8
2008-07-15dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_openMichael Adam1-1/+8
2008-07-15testparm: allow the default debug level of 2 to be changed from the command l...Michael Adam1-1/+8
2008-07-15popt: add a popt_common_debuglevel set of options providing -d|--debuglevelMichael Adam2-0/+8
2008-07-15testparm: refactor the per-share logic checks out into do_per_share_checks().Michael Adam1-58/+67
2008-07-15testparm: skip the per-share logic checks when --skip-logic-checks is specified.Michael Adam1-1/+1
2008-07-15testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checksMichael Adam2-4/+4
2008-07-15testsuite: fix bug #5594 by using the new --skip-global-ckecks switchMichael Adam1-1/+1
2008-07-15testparm: add a switch --skip-global-checks.Michael Adam1-1/+5
2008-07-14build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LIBS@ in r...Michael Adam1-1/+2
2008-07-14build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in rules.Michael Adam1-1/+2
2008-07-14build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LIBS@ in r...Michael Adam1-1/+2
2008-07-14build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.Michael Adam1-1/+1
2008-07-14build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules.Michael Adam1-1/+2
2008-07-14build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@Michael Adam1-6/+6
2008-07-14build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules.Michael Adam1-52/+53
2008-07-14build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules.Michael Adam1-62/+63
2008-07-14build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.Michael Adam1-47/+48
2008-07-14build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.Michael Adam1-21/+21
2008-07-14Add fix from Simo for bug #5540 - missing code to substituteJeremy Allison1-3/+6
2008-07-14Fix typo.Karolin Seeger3-3/+3
2008-07-12Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4Simo Sorce1-15/+15
2008-07-12Remove one nested level by reversing if conditionSimo Sorce1-58/+54
2008-07-12Add back mem leak fixesSimo Sorce1-0/+2
2008-07-12Make again idmap_init staticSimo Sorce2-2/+1