Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r22302: fix the build when no shared-library support is detected | Stefan Metzmacher | 2007-04-17 | 2 | -1/+6 | |
| | | | | | | | | metze | |||||
| * | r22301: remove unused vars | Stefan Metzmacher | 2007-04-17 | 1 | -3/+0 | |
| | | | | | | | | metze | |||||
| * | r22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace | Stefan Metzmacher | 2007-04-17 | 4 | -31/+35 | |
| | | | | | | | | metze | |||||
| * | r22291: Fix off-by-one in tconX parsing. | Jeremy Allison | 2007-04-17 | 1 | -2/+11 | |
| | | | | | | | | Jeremy. | |||||
| * | r22285: Allow arbitrary bases in int and ulong parsing. | Jeremy Allison | 2007-04-16 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r22283: Remove very old bug where we assigned the online mode of | Gerald Carter | 2007-04-16 | 1 | -2/+0 | |
| | | | | | | | | the domain to queried to our own domain. | |||||
| * | r22282: Fix last few name -> servicename changes. | Jeremy Allison | 2007-04-16 | 3 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r22280: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -56/+254 | |
| | | | | | | | | | | | | add a lot more detailed strtoll() and strtoull() tests metze | |||||
| * | r22277: __location__ is defined in libreplace now | Stefan Metzmacher | 2007-04-16 | 1 | -5/+0 | |
| | | | | | | | | metze | |||||
| * | r22276: Fix name -> servicename in messages.c | Jeremy Allison | 2007-04-16 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r22274: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 2 | -1/+11 | |
| | | | | | | | | | | | | | | | | - provide __LINESTR__ macro - add __STRINGSTRING() macro to really create a string of __LINE__ - fix __location__ macro metze | |||||
| * | r22271: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 2 | -0/+7 | |
| | | | | | | | | | | | | | | | | provide __location__ in replace.h and see how the build-farm likes this simpler version metze | |||||
| * | r22268: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -4/+6 | |
| | | | | | | | | | | | | protect #define __location__ with an #ifndef metze | |||||
| * | r22266: Fix bug #4512 - we were returning a volume label greater than | Jeremy Allison | 2007-04-16 | 4 | -12/+21 | |
| | | | | | | | | | | 32 unicode chars. Windows XP doesn't like that :-). Jeremy | |||||
| * | r22264: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0 and #ifndef doesn't work. metze | |||||
| * | r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICE | Stefan Metzmacher | 2007-04-16 | 1 | -1/+4 | |
| | | | | | | | | metze | |||||
| * | r22254: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -7/+56 | |
| | | | | | | | | | | | | | | - make the strtoll tests more verbose - add initial strtoull tests metze | |||||
| * | r22252: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 2 | -1/+7 | |
| | | | | | | | | | | | | add prototype of setenv metze | |||||
| * | r22249: move tdb code to lib/tdb/ as in samba4 | Stefan Metzmacher | 2007-04-16 | 33 | -9/+11 | |
| | | | | | | | | metze | |||||
| * | r22247: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -1/+0 | |
| | | | | | | | | | | | | only test strtoll once metze | |||||
| * | r22244: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -2/+0 | |
| | | | | | | | | | | | | remove useless printf's metze | |||||
| * | r22240: merge from samba4: | Stefan Metzmacher | 2007-04-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | use strlcpy instead of strcpy to make the IBM checker happy metze | |||||
| * | r22230: Let's just cast here, the 2 calls have different allocation mechanisms. | Simo Sorce | 2007-04-15 | 1 | -7/+9 | |
| | | | | | | | | | | | | | | We just let domname and name hang on the mem ctx until the call returns, and the context will be destroyed. Simo. | |||||
| * | r22229: discard_const_p is in lib/replace now | Stefan Metzmacher | 2007-04-15 | 1 | -4/+0 | |
| | | | | | | | | metze | |||||
| * | r22227: merge from samba4: | Stefan Metzmacher | 2007-04-15 | 2 | -1/+24 | |
| | | | | | | | | | | | | move discard_const macros to librelace metze | |||||
| * | r22224: merge from samba4: | Stefan Metzmacher | 2007-04-15 | 1 | -5/+25 | |
| | | | | | | | | | | | | make comparing of struct tm more verbose and portable metze | |||||
| * | r22221: merge from samba4: | Stefan Metzmacher | 2007-04-15 | 12 | -16/+1429 | |
| | | | | | | | | | | | | - libreplace unsetenv() and strptime() replacements metze | |||||
| * | r22214: Fix incompatible pointer type warnings. Simo, please check and merge ↵ | Volker Lendecke | 2007-04-14 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | to 3_0_25 if appropriate. Volker | |||||
| * | r22213: We can't use become_root() here, as it does DEBUG() | Volker Lendecke | 2007-04-14 | 2 | -5/+15 | |
| | | | | | | | | | | | | | | | | itself. become_root_uid_only did not :-) Revert 21868, we need to find a better way. Volker | |||||
| * | r22212: Cope with signature errors on sessionsetupX logins | Jeremy Allison | 2007-04-14 | 1 | -0/+20 | |
| | | | | | | | | | | | | where the server just reflects our signature back to us. Allow the upper layer to see the real error. Jeremy. | |||||
| * | r22211: Don't return a value from void functions ! | Jeremy Allison | 2007-04-13 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r22210: Fix typo in testing for non-centry entries. | Jeremy Allison | 2007-04-13 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r22209: Fix the storage of time_t -> make it 64 bits (use the | Jeremy Allison | 2007-04-13 | 2 | -14/+117 | |
| | | | | | | | | | | | | | | | | | | same load/store function as NTTIME). Add a version number string to the winbindd cache so we can tell if it needs upgrading. THIS WILL DELETE ANY EXISTING winbindd_cache.tdb on first startup regardless of offline auth status. Once this is done we're in good shape though. Jeremy. | |||||
| * | r22207: Fill in the validation functions. Now to test... | Jeremy Allison | 2007-04-13 | 1 | -28/+73 | |
| | | | | | | | | Jeremy. | |||||
| * | r22206: Added boilerplate to be filled in for other validation functions. | Jeremy Allison | 2007-04-13 | 1 | -0/+163 | |
| | | | | | | | | Jeremy. | |||||
| * | r22205: Add some flesh to the bones of the cache validation code. | Jeremy Allison | 2007-04-13 | 1 | -59/+209 | |
| | | | | | | | | Jeremy | |||||
| * | r22204: Workaround to quickly close bug #4508 | Simo Sorce | 2007-04-12 | 3 | -6/+36 | |
| | | | | | | | | | | This hack makes thing work, but we will need to try again to make the getpw* calls fully async, that's the real fix. | |||||
| * | r22202: Volker is clever :-). Use TDB_NOMMAP to prevent any wild pointer | Jeremy Allison | 2007-04-12 | 1 | -1/+4 | |
| | | | | | | | | | | | | problems when validating the winbindd cache. Wish I'd have thought of that. Jeremy. | |||||
| * | r22181: Fix for EISCON in open_any_socket_out from William Jojo | Jeremy Allison | 2007-04-12 | 1 | -0/+3 | |
| | | | | | | | | | | for bug #3632. Jeremy. | |||||
| * | r22173: BUG 4491, 4501: Additional fixes for protecting against | Gerald Carter | 2007-04-11 | 2 | -45/+62 | |
| | | | | | | | | | | | | | | crashes in allocate_id(). BUG 4501: Fix segv in idmap_ad caused by resetting the entry iterator when parsing search results. | |||||
| * | r22172: FSCTL_RECALL_FILE is 0x90117 according to my traces. Record it here. | Alexander Bokovoy | 2007-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | r22164: Fix missing lock count release in transaction cancel. | Jeremy Allison | 2007-04-11 | 1 | -0/+2 | |
| | | | | | | | | | | Found by Taj Khattra <taj.khattra@gmail.com>. Jeremy. | |||||
| * | r22163: Pure reformatting. I hate 4 space tabstops :-). | Jeremy Allison | 2007-04-11 | 1 | -15/+15 | |
| | | | | | | | | Jeremy. | |||||
| * | r22159: BUG 4501 (second half of fix): Just disable the | Gerald Carter | 2007-04-10 | 1 | -8/+8 | |
| | | | | | | | | | | | | uid/gid allocation if no idmap alloca backend has been defined and we are not using a 3.0.24 idmap backend compatible configuration. | |||||
| * | r22158: BUG 4501 (partial): Fix a crash caused by not using the | Gerald Carter | 2007-04-10 | 1 | -6/+16 | |
| | | | | | | | | nss_info_{rfc2307,sfu} plugin with idmap_ad. | |||||
| * | r22157: Fix bug #3634 - stop nmbd segfaulting with bad interface line. | Jeremy Allison | 2007-04-10 | 1 | -0/+7 | |
| | | | | | | | | Jeremy. | |||||
| * | r22155: Fixed warning #4498 from jason@ncac.gwu.edu. | Jeremy Allison | 2007-04-10 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r22154: Make struct smbdb_ctx an opaque pointer so users of the API | Jeremy Allison | 2007-04-10 | 2 | -6/+7 | |
| | | | | | | | | | | don't need to have tdb.h. Jeremy. | |||||
| * | r22153: fix LDAP SASL "GSSAPI" bind against w2k3, this isn't critical | Stefan Metzmacher | 2007-04-10 | 1 | -5/+10 | |
| | | | | | | | | | | | | | | because we try "GSS-SPNEGO" first and all windows version support that. metze | |||||
| * | r22151: remove netgr functions from libreplace they're not used | Stefan Metzmacher | 2007-04-10 | 4 | -39/+2 | |
| | | | | | | | | | | | | | | | | in samba4 currently and samba3 has explicit configure checks for them. should fix bug #4496 metze |