summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | r22426: Avoid to segfault if we only have the realmSimo Sorce2007-04-211-0/+5
| |
* | r22415: Remove test directory once we are finished. Merge -r 22393:22394James Peach2007-04-201-0/+2
| | | | | | | | from SAMBA_3_0.
* | r22402: Fix build warning.Günther Deschner2007-04-201-1/+1
| | | | | | | | Guenther
* | r22395: allow profiling level to be set on startupHerb Lewis2007-04-202-5/+23
| |
* | r22392: Remove leftover potentially segfaulty code.Simo Sorce2007-04-191-6/+5
| | | | | | | | Check we are online before actually trying to connect anywhere
* | r22390: Patchset sent to samba-technical to address the winbind Gerald Carter2007-04-198-164/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | loop when allocating a new id for a SID: auth_util.patch Revert create_local_token() to the 3.0.24 codebase idmap_type.patch Have the caller fillin the id_map.xid.type field when resolving a SID so that if we allocate a new id, we know what type to use winbindd_api.patch Remove the WINBINDD_SIDS_TO_XIDS calls from the public winbindd interface for the 3.0.25 release idmap_rid.patch Cleanup the idmap_rid backend to not call back into winbindd to resolve the SID in order to verify it's type.
* | r22388: clearer message, thanks DavidSimo Sorce2007-04-191-1/+1
| |
* | r22376: Make sure we use krb5 when we identify just an older heimdal lib (0.6.x)Günther Deschner2007-04-191-0/+1
| | | | | | | | | | | | Timur, please check. Guenther
* | r22370: Merge -r21777:21779 from 3_0 to fix the build with Heimdal 0.8.Günther Deschner2007-04-194-11/+51
| | | | | | | | Guenther
* | r22347: Better message.Simo Sorce2007-04-181-2/+2
| | | | | | | | This string is displayed both at login and when unlocking the screen.
* | r22342: This patch tries to fix a number of problems with the offline code.Simo Sorce2007-04-189-206/+352
| | | | | | | | | | | | | | | | | | | | | | | | | | So far I have tested it only with idmap_tdb, idmap_ad testing is next. Fixes: - The code returned an error on any idmap call if winbindd was put offline before the idmap code was initialized. - The code denied consulting any backend, even local ones like idmap_tdb when offline, correct the situation by handling offline decisions in the backends Simo.
* | r22340: Fix another segfault in idmap_ldap.c caused by setting the iteratorGerald Carter2007-04-181-1/+1
| | | | | | | | LDAPMessage * to NULL on each loop rotation.
* | r22321: BUG 4509: Makefile fix linking the sfu.so and rfc2307.so Gerald Carter2007-04-171-0/+3
| | | | | | | | plugins in $libdir/nss_info to idmap/ad.so
* | r22320: Be more careful and check for the euid instead of the uid.Lars Müller2007-04-171-1/+1
| | | | | | | | Thx for the hint James!
* | r22318: If we're running as non root we might not be able to dump the core fileLars Müller2007-04-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to the corepath. Even the chdir() will fail if the LOGFILEBASE path is set 0700. If the currrent user doesn't have the permission to create the core file we end with: unable to change to <LOGFILEBASE> refusing to dump core The alternative would be to change the permissions of the directory. But taht would not ensure core dumps are working out of the box.
* | r22303: fix the build when no shared-library support is detectedStefan Metzmacher2007-04-172-1/+6
| | | | | | | | metze
* | r22299: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplaceStefan Metzmacher2007-04-174-31/+35
| | | | | | | | metze
* | r22291: Fix off-by-one in tconX parsing.Jeremy Allison2007-04-171-2/+11
| | | | | | | | Jeremy.
* | r22285: Allow arbitrary bases in int and ulong parsing.Jeremy Allison2007-04-161-2/+2
| | | | | | | | Jeremy.
* | r22283: Remove very old bug where we assigned the online mode of Gerald Carter2007-04-161-2/+0
| | | | | | | | the domain to queried to our own domain.
* | r22282: Fix last few name -> servicename changes.Jeremy Allison2007-04-163-4/+4
| | | | | | | | Jeremy.
* | r22281: merge from samba4:Stefan Metzmacher2007-04-161-56/+254
| | | | | | | | | | | | add a lot more detailed strtoll() and strtoull() tests metze
* | r22278: __location__ is defined in libreplace nowStefan Metzmacher2007-04-161-5/+0
| | | | | | | | metze
* | r22276: Fix name -> servicename in messages.cJeremy Allison2007-04-161-1/+1
| | | | | | | | Jeremy.
* | r22275: merge from samba4:Stefan Metzmacher2007-04-162-1/+11
| | | | | | | | | | | | | | | | - provide __LINESTR__ macro - add __STRINGSTRING() macro to really create a string of __LINE__ - fix __location__ macro metze
* | r22272: merge from samba4: Stefan Metzmacher2007-04-162-0/+7
| | | | | | | | | | | | | | | | provide __location__ in replace.h and see how the build-farm likes this simpler version metze
* | r22269: merge from samba4:Stefan Metzmacher2007-04-161-4/+6
| | | | | | | | | | | | protect #define __location__ with an #ifndef metze
* | r22266: Fix bug #4512 - we were returning a volume label greater thanJeremy Allison2007-04-164-12/+21
| | | | | | | | | | 32 unicode chars. Windows XP doesn't like that :-). Jeremy
* | r22265: merge from samba4:Stefan Metzmacher2007-04-162-2/+2
| | | | | | | | | | | | | | use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0 and #ifndef doesn't work. metze
* | r22255: merge from samba4:Stefan Metzmacher2007-04-161-7/+56
| | | | | | | | | | | | | | - make the strtoll tests more verbose - add initial strtoull tests metze
* | r22251: merge from samba4:Stefan Metzmacher2007-04-162-1/+7
| | | | | | | | | | | | add prototype of setenv metze
* | r22248: merge from samba4:Stefan Metzmacher2007-04-161-1/+0
| | | | | | | | | | | | only test strtoll once metze
* | r22245: merge from samba4:Stefan Metzmacher2007-04-161-2/+0
| | | | | | | | | | | | remove useless printf's metze
* | r22241: merge from samba4:Stefan Metzmacher2007-04-161-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 Sorce2007-04-151-3/+9
| | | | | | | | | | | | | | We just let domname and name hang on the mem ctx until the call returns, and the context will be destroyed. Simo.
* | r22228: merge from samba4:Stefan Metzmacher2007-04-152-1/+24
| | | | | | | | | | | | move discard_const macros to librelace metze
* | r22225: merge from samba4:Stefan Metzmacher2007-04-151-5/+25
| | | | | | | | | | | | make comparing of struct tm more verbose and portable metze
* | r22220: merge from samba4:Stefan Metzmacher2007-04-1512-16/+1429
| | | | | | | | | | | | - libreplace unsetenv() and strptime() replacements metze
* | r22219: merge from samba3/4:Stefan Metzmacher2007-04-153-1/+17
| | | | | | | | | | | | merge stdint.h stdbool.h replacement fix to 3.0.25 branch metze
* | r22212: Cope with signature errors on sessionsetupX loginsJeremy Allison2007-04-141-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 Allison2007-04-131-1/+1
| | | | | | | | Jeremy.
* | r22210: Fix typo in testing for non-centry entries.Jeremy Allison2007-04-131-1/+1
| | | | | | | | Jeremy.
* | r22209: Fix the storage of time_t -> make it 64 bits (use theJeremy Allison2007-04-132-15/+118
| | | | | | | | | | | | | | | | | | 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.
* | r22204: Workaround to quickly close bug #4508Simo Sorce2007-04-123-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.
* | r22181: Fix for EISCON in open_any_socket_out from William JojoJeremy Allison2007-04-121-0/+3
| | | | | | | | | | for bug #3632. Jeremy.
* | r22174: enable --with-dnsupdate in RHEL/Fedora specfileGerald Carter2007-04-111-1/+2
| |
* | r22173: BUG 4491, 4501: Additional fixes for protecting against Gerald Carter2007-04-112-45/+62
| | | | | | | | | | | | | | crashes in allocate_id(). BUG 4501: Fix segv in idmap_ad caused by resetting the entry iterator when parsing search results.
* | r22169: Merge from 3.0Andrew Bartlett2007-04-111-1/+1
| | | | | | | | | | | | | | | | Print the correct variable (configfile), when complainig that it cannot be loaded. This makes it much more clear when the command line option is misused (like -c is create for the apache htpasswd utility). Andrew Bartlett
* | r22164: Fix missing lock count release in transaction cancel.Jeremy Allison2007-04-111-0/+2
| | | | | | | | | | Found by Taj Khattra <taj.khattra@gmail.com>. Jeremy.
* | r22163: Pure reformatting. I hate 4 space tabstops :-).Jeremy Allison2007-04-111-16/+16
| | | | | | | | Jeremy.