summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * Pure cosmetics: remove trailing whitespace in netlogon server.Günther Deschner2008-02-131-69/+69
| * Remove const on policy handle in net rpc.Günther Deschner2008-02-131-10/+9
| * Only use the needed objects for libnetapi.aMichael Adam2008-02-131-2/+2
| * Add -L./bin to LDFLAGS when building shared libs.Michael Adam2008-02-131-1/+4
| * auth_winbind: use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-133-72/+279
| * wbinfo: use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-131-47/+43
| * libwbclient: add wbcAuthenticateUserEx() functionStefan Metzmacher2008-02-133-1/+460
| * winbindd: add rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT modeStefan Metzmacher2008-02-131-1/+43
| * Only export talloc related symbols in libtalloc.so.Michael Adam2008-02-131-1/+4
| * Use pidl for _netr_LogonControl.Günther Deschner2008-02-132-41/+23
| * Use rpccli_netr_LogonControl() in rpcclient.Günther Deschner2008-02-131-17/+39
| * Remove redundant (and unused) set of samr opcodes.Günther Deschner2008-02-131-71/+0
| * Add libreplace objects to libtalloc.so.Michael Adam2008-02-131-1/+1
* | Fix formatting.Jelmer Vernooij2008-03-051-3/+2
* | Add --update option to smbget.Charles2008-03-051-3/+27
|/
* Goodbye parse_samr.c, rest in peace - but never come back!Günther Deschner2008-02-132-30/+0
* Remove unused marshalling for SAMR_ENUM_DOM_ALIASES.Günther Deschner2008-02-133-269/+0
* Convert last caller (in winbindd) to rpccli_samr_EnumDomainAliases.Günther Deschner2008-02-131-7/+16
* Remove unused marshalling for SAMR_ENUM_DOM_GROUPS.Günther Deschner2008-02-133-238/+0
* Convert last caller (in winbindd) to rpccli_samr_EnumDomainGroups.Günther Deschner2008-02-131-7/+16
* Change hand written configure help strings to use AS_HELP_STRING().Michael Adam2008-02-131-62/+61
* Use AS_HELP_STRING instead of (deprecated) AC_HELP_STRING.Michael Adam2008-02-131-1/+1
* Remove unused marshalling for SAMR_LOOKUP_RIDS.Günther Deschner2008-02-133-316/+0
* Convert last caller (in winbindd) to rpccli_samr_LookupRids.Günther Deschner2008-02-131-23/+25
* Remove unused init_sam_entry routine.Günther Deschner2008-02-131-12/+0
* Fix build: Add missing prerequisites for libwbclient.soMichael Adam2008-02-131-4/+4
* libwbclient: include wb_common.o in libwbclient.aStefan Metzmacher2008-02-131-10/+12
* nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher2008-02-135-38/+16
* Fix install: Add creation of include dir to installlibtalloc target.Michael Adam2008-02-131-0/+1
* Remove unused marshalling for NET_TRUST_DOM_LIST.Günther Deschner2008-02-132-118/+0
* Use pidl for _netr_NetrEnumerateTrustedDomains().Günther Deschner2008-02-132-42/+36
* Merge data_blob_talloc_zero() from samba4.Günther Deschner2008-02-131-0/+12
* Add linking -ltalloc to libwbclient.so. Noted by Metze.Michael Adam2008-02-131-2/+2
* Add forgotten file exports/libtalloc.syms ... Thanks Günther!Michael Adam2008-02-131-0/+3
* Some minor, cosmetic cleanup in srv_samr_util.c.Günther Deschner2008-02-131-58/+108
* Fix some comment typos.Michael Adam2008-02-131-5/+5
* Remove some unneded variables: we always build and install some talloc libs.Michael Adam2008-02-132-12/+3
* Put talloc lib targets into variables and uses these.Michael Adam2008-02-132-8/+14
* Simplify code by moving duplicate assignment to common place.Michael Adam2008-02-131-2/+1
* Add support for linking talloc library statically or dynamically into samba.Michael Adam2008-02-132-4/+46
* Use data from lib/talloc/libtalloc.m4 instead of hard coded data.Michael Adam2008-02-132-4/+13
* Move the AC_LIBREPLACE_CC_CHECKS up before building SAMBA_CPPFLAGS.Michael Adam2008-02-131-2/+2
* Add support for building libtalloc.a and libtalloc.so.Michael Adam2008-02-133-4/+75
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-02-1211-58/+118
|\
| * Fix copy & paste typo in function prototype.Michael Adam2008-02-131-1/+1
| * Raise version of talloc from 1.1.0 to 1.2.0 after adding talloc pools.Michael Adam2008-02-132-2/+2
| * Make sure talloc.so is build before installing.Jelmer Vernooij2008-02-131-2/+2
| * Fix out of tree builds.Jelmer Vernooij2008-02-131-2/+2
| * Split actual content out of talloc Makefile into talloc.mk.Jelmer Vernooij2008-02-132-37/+42
| * Split rules.mk out of Makefile.Jelmer Vernooij2008-02-132-27/+31