summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r18950: I can't see where stropts.h and poll.h are neededStefan Metzmacher2006-09-272-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (I just removed the only reference to poll() in my last commit) they were added in this commit, without make usage of them. http://cvs.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.21&r2=1.22&f=h http://cvs.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h.diff?r1=1.105&r2=1.106&f=h metze
| | * r18949: use sys_usleep()Stefan Metzmacher2006-09-272-7/+2
| | | | | | | | | | | | metze
| | * r18941: Minor cleanup in ads_parse_gpo().Günther Deschner2006-09-271-2/+2
| | | | | | | | | | | | Guenther
| | * r18940: Fix a few memory corruption bugs to make CreateKey() and DeleteKey() ↵Gerald Carter2006-09-271-4/+10
| | | | | | | | | | | | work
| | * r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell2006-09-272-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Samba4 smbd force the umask to 0, which meant we ended up with ldb being world writable. This isn't really an ideal fix, as it means ldb no longer honors umask (as it should do, like all good libraries). Unfortunately the 'proper' fix is too complex for now this also merges a tiny code style fix from s4 to s3
| | * r18938: fixed a group map bug reported by Jerry. The caller in mapping.cAndrew Tridgell2006-09-271-4/+1
| | | | | | | | | | | | | | | relies on appending to this list. Unfortunately this can't be tested using 'net groupmap'
| | * r18937: Protect against segc in the idmap winbindd child processGerald Carter2006-09-271-2/+4
| | | | | | | | | | | | (the domain is NULL here)
| | * r18935: Make "netshareenum" work again. There is most probably a better way toGünther Deschner2006-09-261-1/+28
| | | | | | | | | | | | | | | | | | do this... Any pointers? Guenther
| | * r18934: fix a segv in CreateKey()Gerald Carter2006-09-261-1/+3
| | |
| | * r18932: In RegEnumvalue() and RegQueryValue(), the output buffer Gerald Carter2006-09-261-0/+4
| | | | | | | | | | | | size must match the real value of the data.
| | * r18931: * Fix the IDL for QueryInfoKey. teh Classname in an Gerald Carter2006-09-269-212/+212
| | | | | | | | | | | | | | | | | | in,out ref pointer * Clarify variable names in EnumValue IDL * Fix server code for _winreg_EnumValue() and _winreg_QueryInfoKe()
| | * r18929: * Clarify QueryValue IDL and regenerate codeGerald Carter2006-09-268-113/+116
| | | | | | | | | | | | | | | * Fix server _winreg_Query_Value() implementation so that usrmgr.exe starts now
| | * r18928: Some more const for iniparser.Günther Deschner2006-09-262-2/+2
| | | | | | | | | | | | Guenther
| | * r18927: Fix build. *please* compile the code at least once before checking ↵Gerald Carter2006-09-261-2/+2
| | | | | | | | | | | | it in.
| | * r18926: Add some useful macros.Günther Deschner2006-09-261-0/+3
| | | | | | | | | | | | Guenther
| | * r18924: Minor cleanup.Günther Deschner2006-09-261-8/+8
| | | | | | | | | | | | Guenther
| | * r18923: Fix more memleaks.Günther Deschner2006-09-263-7/+23
| | | | | | | | | | | | Guenther
| | * r18922: Apply some const.Günther Deschner2006-09-262-10/+10
| | | | | | | | | | | | Guenther
| | * r18921: Fix some c++ warnings.Günther Deschner2006-09-261-7/+7
| | | | | | | | | | | | Guenther
| | * r18920: merge socket_wrapper changes from samba4Stefan Metzmacher2006-09-261-21/+58
| | | | | | | | | | | | metze
| | * r18919: * Get the new rpccli_winreg_XXXX() functions into the treeGerald Carter2006-09-268-2858/+206
| | | | | | | | | | | | | | | There some broken functionality here that I'm still working on. * remove unneeded parsing routines
| | * r18912: we don't need the special case for comments now in theAndrew Tridgell2006-09-261-5/+1
| | | | | | | | | | | | | | | This also fixes comments in group mappings, as the code accidentially put in "ntName" in the comment field :-)
| | * r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell2006-09-261-0/+5
| | | | | | | | | | | | | | | | | | | | | string is zero length. This allows callers to not have to worry about creating an invalid ldap attribute. See extensive discussion on samba-technical list :-)
| | * r18907: W00t. My original fix was correct after all :-).Jeremy Allison2006-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | Re-checking it in. Fix bug #4095 - username composed into domain\user twice in spnego path. Jeremy.
| | * r18906: Fix 'make clean' to deal with new lib/ldb/ directory structure.Gerald Carter2006-09-251-2/+3
| | |
| | * r18905: I'm not really proud of this but I don't want to maintainGerald Carter2006-09-251-1/+4
| | | | | | | | | | | | | | | | | | 2 separate CPPFLAGS variables. So just cleanup the SAMBA_CPPFLAGS for out of tree builds. This has been tested locally and works. Maybe metze can find a better way tomorrow.
| | * r18904: * Revert previous fix for building out of tree and Gerald Carter2006-09-251-6/+8
| | | | | | | | | | | | | | | add a better one which fixes the network interface detection breakage (caused by the previous commit).
| | * r18902: Also dump mS-DS-CreatorSID.Günther Deschner2006-09-251-0/+1
| | | | | | | | | | | | Guenther
| | * r18901: try to fix the samba3 build without having ldapStefan Metzmacher2006-09-255-4/+7
| | | | | | | | | | | | | | | | | | vl: you were a few seconds faster than me...:-) metze
| | * r18900: Next attempt to fix the Solaris build. Not sure about whether to ↵Volker Lendecke2006-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | merge this one. Tridge? Metze? Volker
| | * r18899: remove check for root when running configure since it does not ↵Gerald Carter2006-09-251-9/+0
| | | | | | | | | | | | appear to be used anymore
| | * r18898: Fix for bug #4100 from Udo Eberhardt <udo.eberhardt@thesycon.de>.Jeremy Allison2006-09-251-0/+3
| | | | | | | | | | | | | | | | | | Ensure we initialize values for smb_io_notify_info_data_strings to fix crash. Jeremy.
| | * r18897: Fix valgrind bug found by Volker.Jeremy Allison2006-09-251-1/+5
| | | | | | | | | | | | Jeremy.
| | * r18896: * Fix out of tree builds after libreplace mergeGerald Carter2006-09-252-8/+8
| | | | | | | | | | | | * Remove unused -D define in Makefile
| | * r18895: AIX need to call pidl with --uint-enums as the compiler doesn'tStefan Metzmacher2006-09-252-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like negative values in the generated code. I'm not sure how we can solve that in samba3 as the generated code is commited Maybe we need to alsways pass --uint-enums metze
| | * r18893: Attempt to fix the Solaris buildVolker Lendecke2006-09-251-1/+6
| | |
| | * r18892: Copy over the Samba4 valgrind suppressionsVolker Lendecke2006-09-251-0/+64
| | |
| | * r18891: Fix "double const" warning from host opiVolker Lendecke2006-09-251-1/+1
| | |
| | * r18889: Add some const. What's the policy here? Should I do this in Samba4 ↵Volker Lendecke2006-09-251-5/+5
| | | | | | | | | | | | | | | | | | as well? Volker
| | * r18888: Fix a 64-bit warningVolker Lendecke2006-09-251-1/+2
| | |
| | * r18886: First, RPC_SRVSVC is called RPC-SRVSVC and second, we're so far off ↵Volker Lendecke2006-09-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | on that one that there's no point yet to run this in the build farm. Volker
| | * r18879: Fix crash for "net ads gpo list".Günther Deschner2006-09-242-10/+14
| | | | | | | | | | | | Guenther
| | * r18878: With the recent checkins for me Samba3 compiles again with the ↵Volker Lendecke2006-09-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | NTSTATUS/WERROR checks enabled. I'll look at the build farm in a couple of hours and fix it if not. Volker
| | * r18877: More WERROR/NTSTATUS bugsVolker Lendecke2006-09-241-4/+5
| | |
| | * r18876: Fix smbclient -LVolker Lendecke2006-09-241-1/+4
| | |
| | * r18875: The comment field can be emptyVolker Lendecke2006-09-241-2/+6
| | |
| | * r18874: Fix some NTSTATUS/WERROR mixupsVolker Lendecke2006-09-241-31/+31
| | |
| | * r18871: Fix copy/paste mixup.Günther Deschner2006-09-241-1/+1
| | | | | | | | | | | | Guenther
| | * r18870: - enable the ldb ldap backend properly based on configure tests forAndrew Tridgell2006-09-243-4/+8
| | | | | | | | | | | | | | | | | | | | | ldap - use ldb_global_init() instead of the backend specific ldb_tdb_init().
| | * r18869: two build fixes for systems without ldapAndrew Tridgell2006-09-243-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | the first is to not enable the ldap ldb backend just yet. This will need configure tests to conditionally include. We should be able to use the m4 files from lib/ldb/ The 2nd is to fix libads/gpo.o not to publicly prototype a function that needs ldap.h